Taking a look at GC log file, its self-explanatory to understand that app was stopped for 0.0011450 seconds (stop-the-world)
Total time for which application threads were stopped: 0.0011450 seconds
However, please help me understand whether below lines also means stop-the-world? Or it just shows the time taken by each thread, what does real=TIME means (last line below)?
Finished work stealing in 3th thread: 13.706 sec
Finished work stealing in 2th thread: 17.325 sec
Finished work stealing in 4th thread: 17.052 sec
Finished work stealing in 0th thread: 17.325 sec
Finished work stealing in 1th thread: 17.324 sec
2015-08-19T03:20:32.882-0400: 321985.669: [CMS-concurrent-mark: 20.519/20.624 secs] (CMS-concurrent-mark yielded 6 times)
[Times: user=138.91 sys=0.10, real=20.62 secs]