Skip to content

Instantly share code, notes, and snippets.

@arskov
Created October 27, 2024 19:25
Show Gist options
  • Save arskov/96ae91a3bc044b17a7d7a6e2447ccca1 to your computer and use it in GitHub Desktop.
Save arskov/96ae91a3bc044b17a7d7a6e2447ccca1 to your computer and use it in GitHub Desktop.
GC Log Output from the Sample C++ - KMP Shared Libarary
[INFO][gc][tid#1544103][0.000s] Adaptive GC scheduler initialized
[INFO][gc][tid#1544103][0.000s] Set up parallel mark with maxParallelism = 8 and cooperative mutators
[INFO][gc][tid#1544103][0.000s] Parallel Mark & Concurrent Sweep GC initialized
Created 0 objects
Created 100000 objects
Created 200000 objects
Created 300000 objects
Created 400000 objects
Created 500000 objects
Created 600000 objects
[INFO][gc][tid#1544690][0.555s] Epoch #1: Started.
[WARNING][gc,gcScheduler][tid#1544103][0.670s] Pausing the mutators until epoch 1 is done
[INFO][gc][tid#1544690][0.682s] Epoch #1: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][0.682s] Epoch #1: Mark: 65374 objects.
[INFO][gc][tid#1544690][0.682s] Epoch #1: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][0.682s] Epoch #1: Sweep: swept 606289 objects, kept 65374 objects
[INFO][gc][tid#1544690][0.682s] Epoch #1: Heap memory usage: before 9961472 bytes, after 11010048 bytes
[INFO][gc][tid#1544690][0.682s] Epoch #1: Time to pause #1: 4 microseconds.
[INFO][gc][tid#1544690][0.682s] Epoch #1: Mutators pause time #1: 40064 microseconds.
[INFO][gc][tid#1544690][0.682s] Epoch #1: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][0.682s] Epoch #1: Mutators pause time #2: 25 microseconds.
[INFO][gc][tid#1544690][0.682s] Epoch #1: Finished. Total GC epoch time is 127059 microseconds.
[INFO][gc][tid#1544690][0.682s] Epoch #1: Finalization is done in 86 microseconds after epoch end.
Created 700000 objects
Created 800000 objects
Created 900000 objects
[INFO][gc][tid#1544690][0.889s] Epoch #2: Started. Time since last GC 207668 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][0.956s] Pausing the mutators until epoch 2 is done
[INFO][gc][tid#1544690][0.964s] Epoch #2: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][0.964s] Epoch #2: Mark: 32654 objects.
[INFO][gc][tid#1544690][0.964s] Epoch #2: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][0.964s] Epoch #2: Sweep: swept 311369 objects, kept 32654 objects
[INFO][gc][tid#1544690][0.964s] Epoch #2: Heap memory usage: before 11010048 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][0.964s] Epoch #2: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][0.964s] Epoch #2: Mutators pause time #1: 18105 microseconds.
[INFO][gc][tid#1544690][0.964s] Epoch #2: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][0.964s] Epoch #2: Mutators pause time #2: 858 microseconds.
[INFO][gc][tid#1544690][0.964s] Epoch #2: Finished. Total GC epoch time is 74378 microseconds.
[INFO][gc][tid#1544690][0.964s] Epoch #2: Finalization is done in 49 microseconds after epoch end.
Created 1000000 objects
Created 1100000 objects
Created 1200000 objects
[INFO][gc][tid#1544690][1.299s] Epoch #3: Started. Time since last GC 334892 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][1.355s] Pausing the mutators until epoch 3 is done
[INFO][gc][tid#1544690][1.363s] Epoch #3: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][1.363s] Epoch #3: Mark: 32731 objects.
[INFO][gc][tid#1544690][1.363s] Epoch #3: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][1.363s] Epoch #3: Sweep: swept 311292 objects, kept 32731 objects
[INFO][gc][tid#1544690][1.363s] Epoch #3: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][1.363s] Epoch #3: Time to pause #1: 18 microseconds.
[INFO][gc][tid#1544690][1.363s] Epoch #3: Mutators pause time #1: 19511 microseconds.
[INFO][gc][tid#1544690][1.363s] Epoch #3: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][1.363s] Epoch #3: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][1.363s] Epoch #3: Finished. Total GC epoch time is 64536 microseconds.
[INFO][gc][tid#1544690][1.363s] Epoch #3: Finalization is done in 98 microseconds after epoch end.
Created 1300000 objects
Created 1400000 objects
Created 1500000 objects
[INFO][gc][tid#1544690][1.615s] Epoch #4: Started. Time since last GC 251247 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][1.673s] Pausing the mutators until epoch 4 is done
[INFO][gc][tid#1544690][1.683s] Epoch #4: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][1.683s] Epoch #4: Mark: 32634 objects.
[INFO][gc][tid#1544690][1.683s] Epoch #4: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][1.683s] Epoch #4: Sweep: swept 311389 objects, kept 32634 objects
[INFO][gc][tid#1544690][1.683s] Epoch #4: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][1.683s] Epoch #4: Time to pause #1: 13 microseconds.
[INFO][gc][tid#1544690][1.683s] Epoch #4: Mutators pause time #1: 20089 microseconds.
[INFO][gc][tid#1544690][1.683s] Epoch #4: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][1.683s] Epoch #4: Mutators pause time #2: 22 microseconds.
[INFO][gc][tid#1544690][1.683s] Epoch #4: Finished. Total GC epoch time is 68007 microseconds.
[INFO][gc][tid#1544690][1.683s] Epoch #4: Finalization is done in 56 microseconds after epoch end.
Created 1600000 objects
Created 1700000 objects
Created 1800000 objects
[INFO][gc][tid#1544690][1.924s] Epoch #5: Started. Time since last GC 241676 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][1.979s] Pausing the mutators until epoch 5 is done
[INFO][gc][tid#1544690][1.987s] Epoch #5: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][1.987s] Epoch #5: Mark: 32663 objects.
[INFO][gc][tid#1544690][1.987s] Epoch #5: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][1.987s] Epoch #5: Sweep: swept 311360 objects, kept 32663 objects
[INFO][gc][tid#1544690][1.987s] Epoch #5: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][1.987s] Epoch #5: Time to pause #1: 2 microseconds.
[INFO][gc][tid#1544690][1.987s] Epoch #5: Mutators pause time #1: 18206 microseconds.
[INFO][gc][tid#1544690][1.987s] Epoch #5: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][1.987s] Epoch #5: Mutators pause time #2: 9 microseconds.
[INFO][gc][tid#1544690][1.987s] Epoch #5: Finished. Total GC epoch time is 62375 microseconds.
[INFO][gc][tid#1544690][1.987s] Epoch #5: Finalization is done in 58 microseconds after epoch end.
Created 1900000 objects
Created 2000000 objects
Created 2100000 objects
[INFO][gc][tid#1544690][2.228s] Epoch #6: Started. Time since last GC 241738 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][2.280s] Pausing the mutators until epoch 6 is done
[INFO][gc][tid#1544690][2.287s] Epoch #6: Root set: 0 thread local references, 1 stack references, 0 global references, 0 stable references. In total 1 roots.
[INFO][gc][tid#1544690][2.287s] Epoch #6: Mark: 32660 objects.
[INFO][gc][tid#1544690][2.287s] Epoch #6: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][2.287s] Epoch #6: Sweep: swept 311363 objects, kept 32660 objects
[INFO][gc][tid#1544690][2.287s] Epoch #6: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][2.287s] Epoch #6: Time to pause #1: 13 microseconds.
[INFO][gc][tid#1544690][2.287s] Epoch #6: Mutators pause time #1: 18053 microseconds.
[INFO][gc][tid#1544690][2.287s] Epoch #6: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][2.287s] Epoch #6: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][2.287s] Epoch #6: Finished. Total GC epoch time is 58307 microseconds.
[INFO][gc][tid#1544690][2.287s] Epoch #6: Finalization is done in 75 microseconds after epoch end.
Created 2200000 objects
Created 2300000 objects
Created 2400000 objects
[INFO][gc][tid#1544690][2.516s] Epoch #7: Started. Time since last GC 229640 microseconds.
Created 2500000 objects
[WARNING][gc,gcScheduler][tid#1544103][2.567s] Pausing the mutators until epoch 7 is done
[INFO][gc][tid#1544690][2.575s] Epoch #7: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][2.575s] Epoch #7: Mark: 32646 objects.
[INFO][gc][tid#1544690][2.575s] Epoch #7: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][2.575s] Epoch #7: Sweep: swept 311377 objects, kept 32646 objects
[INFO][gc][tid#1544690][2.575s] Epoch #7: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][2.575s] Epoch #7: Time to pause #1: 13 microseconds.
[INFO][gc][tid#1544690][2.575s] Epoch #7: Mutators pause time #1: 18237 microseconds.
[INFO][gc][tid#1544690][2.575s] Epoch #7: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][2.575s] Epoch #7: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][2.575s] Epoch #7: Finished. Total GC epoch time is 58693 microseconds.
[INFO][gc][tid#1544690][2.575s] Epoch #7: Finalization is done in 47 microseconds after epoch end.
Created 2600000 objects
Created 2700000 objects
[INFO][gc][tid#1544690][2.806s] Epoch #8: Started. Time since last GC 231030 microseconds.
Created 2800000 objects
[WARNING][gc,gcScheduler][tid#1544103][2.858s] Pausing the mutators until epoch 8 is done
[INFO][gc][tid#1544690][2.866s] Epoch #8: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][2.866s] Epoch #8: Mark: 32637 objects.
[INFO][gc][tid#1544690][2.866s] Epoch #8: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][2.866s] Epoch #8: Sweep: swept 311386 objects, kept 32637 objects
[INFO][gc][tid#1544690][2.866s] Epoch #8: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][2.866s] Epoch #8: Time to pause #1: 14 microseconds.
[INFO][gc][tid#1544690][2.866s] Epoch #8: Mutators pause time #1: 18112 microseconds.
[INFO][gc][tid#1544690][2.866s] Epoch #8: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][2.866s] Epoch #8: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][2.866s] Epoch #8: Finished. Total GC epoch time is 60106 microseconds.
[INFO][gc][tid#1544690][2.866s] Epoch #8: Finalization is done in 72 microseconds after epoch end.
Created 2900000 objects
Created 3000000 objects
[INFO][gc][tid#1544690][3.102s] Epoch #9: Started. Time since last GC 235401 microseconds.
Created 3100000 objects
[WARNING][gc,gcScheduler][tid#1544103][3.154s] Pausing the mutators until epoch 9 is done
[INFO][gc][tid#1544690][3.161s] Epoch #9: Root set: 0 thread local references, 0 stack references, 0 global references, 0 stable references. In total 0 roots.
[INFO][gc][tid#1544690][3.161s] Epoch #9: Mark: 32660 objects.
[INFO][gc][tid#1544690][3.161s] Epoch #9: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][3.161s] Epoch #9: Sweep: swept 311363 objects, kept 32660 objects
[INFO][gc][tid#1544690][3.161s] Epoch #9: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][3.161s] Epoch #9: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][3.161s] Epoch #9: Mutators pause time #1: 17921 microseconds.
[INFO][gc][tid#1544690][3.161s] Epoch #9: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][3.161s] Epoch #9: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][3.161s] Epoch #9: Finished. Total GC epoch time is 59033 microseconds.
[INFO][gc][tid#1544690][3.161s] Epoch #9: Finalization is done in 50 microseconds after epoch end.
Created 3200000 objects
Created 3300000 objects
Created 3400000 objects
[INFO][gc][tid#1544690][3.389s] Epoch #10: Started. Time since last GC 228877 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][3.441s] Pausing the mutators until epoch 10 is done
[INFO][gc][tid#1544690][3.448s] Epoch #10: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][3.448s] Epoch #10: Mark: 32647 objects.
[INFO][gc][tid#1544690][3.448s] Epoch #10: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][3.448s] Epoch #10: Sweep: swept 311376 objects, kept 32647 objects
[INFO][gc][tid#1544690][3.448s] Epoch #10: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][3.448s] Epoch #10: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][3.448s] Epoch #10: Mutators pause time #1: 17959 microseconds.
[INFO][gc][tid#1544690][3.448s] Epoch #10: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][3.448s] Epoch #10: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][3.448s] Epoch #10: Finished. Total GC epoch time is 58581 microseconds.
[INFO][gc][tid#1544690][3.448s] Epoch #10: Finalization is done in 61 microseconds after epoch end.
Created 3500000 objects
Created 3600000 objects
Created 3700000 objects
[INFO][gc][tid#1544690][3.678s] Epoch #11: Started. Time since last GC 229701 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][3.729s] Pausing the mutators until epoch 11 is done
[INFO][gc][tid#1544690][3.737s] Epoch #11: Root set: 0 thread local references, 1 stack references, 0 global references, 0 stable references. In total 1 roots.
[INFO][gc][tid#1544690][3.737s] Epoch #11: Mark: 32647 objects.
[INFO][gc][tid#1544690][3.737s] Epoch #11: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][3.737s] Epoch #11: Sweep: swept 311376 objects, kept 32647 objects
[INFO][gc][tid#1544690][3.737s] Epoch #11: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][3.737s] Epoch #11: Time to pause #1: 13 microseconds.
[INFO][gc][tid#1544690][3.737s] Epoch #11: Mutators pause time #1: 18110 microseconds.
[INFO][gc][tid#1544690][3.737s] Epoch #11: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][3.737s] Epoch #11: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][3.737s] Epoch #11: Finished. Total GC epoch time is 58950 microseconds.
[INFO][gc][tid#1544690][3.737s] Epoch #11: Finalization is done in 48 microseconds after epoch end.
Created 3800000 objects
Created 3900000 objects
Created 4000000 objects
[INFO][gc][tid#1544690][3.969s] Epoch #12: Started. Time since last GC 232077 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][4.019s] Pausing the mutators until epoch 12 is done
[INFO][gc][tid#1544690][4.027s] Epoch #12: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][4.027s] Epoch #12: Mark: 32656 objects.
[INFO][gc][tid#1544690][4.027s] Epoch #12: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][4.027s] Epoch #12: Sweep: swept 311367 objects, kept 32656 objects
[INFO][gc][tid#1544690][4.027s] Epoch #12: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][4.027s] Epoch #12: Time to pause #1: 11 microseconds.
[INFO][gc][tid#1544690][4.027s] Epoch #12: Mutators pause time #1: 18088 microseconds.
[INFO][gc][tid#1544690][4.027s] Epoch #12: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][4.028s] Epoch #12: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][4.028s] Epoch #12: Finished. Total GC epoch time is 58708 microseconds.
[INFO][gc][tid#1544690][4.028s] Epoch #12: Finalization is done in 54 microseconds after epoch end.
Created 4100000 objects
Created 4200000 objects
Created 4300000 objects
[INFO][gc][tid#1544690][4.258s] Epoch #13: Started. Time since last GC 230289 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][4.311s] Pausing the mutators until epoch 13 is done
[INFO][gc][tid#1544690][4.319s] Epoch #13: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][4.319s] Epoch #13: Mark: 32642 objects.
[INFO][gc][tid#1544690][4.319s] Epoch #13: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][4.319s] Epoch #13: Sweep: swept 311381 objects, kept 32642 objects
[INFO][gc][tid#1544690][4.319s] Epoch #13: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][4.319s] Epoch #13: Time to pause #1: 5 microseconds.
[INFO][gc][tid#1544690][4.319s] Epoch #13: Mutators pause time #1: 20522 microseconds.
[INFO][gc][tid#1544690][4.319s] Epoch #13: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][4.319s] Epoch #13: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][4.319s] Epoch #13: Finished. Total GC epoch time is 61481 microseconds.
[INFO][gc][tid#1544690][4.319s] Epoch #13: Finalization is done in 65 microseconds after epoch end.
Created 4400000 objects
Created 4500000 objects
Created 4600000 objects
[INFO][gc][tid#1544690][4.548s] Epoch #14: Started. Time since last GC 228886 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][4.598s] Pausing the mutators until epoch 14 is done
[INFO][gc][tid#1544690][4.610s] Epoch #14: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][4.610s] Epoch #14: Mark: 32641 objects.
[INFO][gc][tid#1544690][4.610s] Epoch #14: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][4.610s] Epoch #14: Sweep: swept 311382 objects, kept 32641 objects
[INFO][gc][tid#1544690][4.610s] Epoch #14: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][4.610s] Epoch #14: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][4.610s] Epoch #14: Mutators pause time #1: 18328 microseconds.
[INFO][gc][tid#1544690][4.610s] Epoch #14: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][4.610s] Epoch #14: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][4.610s] Epoch #14: Finished. Total GC epoch time is 61641 microseconds.
[INFO][gc][tid#1544690][4.610s] Epoch #14: Finalization is done in 60 microseconds after epoch end.
Created 4700000 objects
Created 4800000 objects
Created 4900000 objects
[INFO][gc][tid#1544690][4.841s] Epoch #15: Started. Time since last GC 231146 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][4.892s] Pausing the mutators until epoch 15 is done
[INFO][gc][tid#1544690][4.899s] Epoch #15: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][4.899s] Epoch #15: Mark: 32644 objects.
[INFO][gc][tid#1544690][4.899s] Epoch #15: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][4.899s] Epoch #15: Sweep: swept 311379 objects, kept 32644 objects
[INFO][gc][tid#1544690][4.899s] Epoch #15: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][4.899s] Epoch #15: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][4.899s] Epoch #15: Mutators pause time #1: 17979 microseconds.
[INFO][gc][tid#1544690][4.899s] Epoch #15: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][4.899s] Epoch #15: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][4.899s] Epoch #15: Finished. Total GC epoch time is 57879 microseconds.
[INFO][gc][tid#1544690][4.899s] Epoch #15: Finalization is done in 49 microseconds after epoch end.
Created 5000000 objects
Created 5100000 objects
Created 5200000 objects
[INFO][gc][tid#1544690][5.130s] Epoch #16: Started. Time since last GC 230938 microseconds.
Created 5300000 objects
[WARNING][gc,gcScheduler][tid#1544103][5.182s] Pausing the mutators until epoch 16 is done
[INFO][gc][tid#1544690][5.189s] Epoch #16: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][5.189s] Epoch #16: Mark: 32654 objects.
[INFO][gc][tid#1544690][5.190s] Epoch #16: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][5.190s] Epoch #16: Sweep: swept 311369 objects, kept 32654 objects
[INFO][gc][tid#1544690][5.190s] Epoch #16: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][5.190s] Epoch #16: Time to pause #1: 13 microseconds.
[INFO][gc][tid#1544690][5.190s] Epoch #16: Mutators pause time #1: 17949 microseconds.
[INFO][gc][tid#1544690][5.190s] Epoch #16: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][5.190s] Epoch #16: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][5.190s] Epoch #16: Finished. Total GC epoch time is 59759 microseconds.
[INFO][gc][tid#1544690][5.190s] Epoch #16: Finalization is done in 50 microseconds after epoch end.
Created 5400000 objects
Created 5500000 objects
[INFO][gc][tid#1544690][5.419s] Epoch #17: Started. Time since last GC 229658 microseconds.
Created 5600000 objects
[WARNING][gc,gcScheduler][tid#1544103][5.470s] Pausing the mutators until epoch 17 is done
[INFO][gc][tid#1544690][5.479s] Epoch #17: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][5.479s] Epoch #17: Mark: 32717 objects.
[INFO][gc][tid#1544690][5.479s] Epoch #17: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][5.479s] Epoch #17: Sweep: swept 311306 objects, kept 32717 objects
[INFO][gc][tid#1544690][5.479s] Epoch #17: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][5.479s] Epoch #17: Time to pause #1: 1 microseconds.
[INFO][gc][tid#1544690][5.479s] Epoch #17: Mutators pause time #1: 18014 microseconds.
[INFO][gc][tid#1544690][5.479s] Epoch #17: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][5.479s] Epoch #17: Mutators pause time #2: 9 microseconds.
[INFO][gc][tid#1544690][5.479s] Epoch #17: Finished. Total GC epoch time is 59561 microseconds.
[INFO][gc][tid#1544690][5.479s] Epoch #17: Finalization is done in 57 microseconds after epoch end.
Created 5700000 objects
Created 5800000 objects
[INFO][gc][tid#1544690][5.709s] Epoch #18: Started. Time since last GC 230765 microseconds.
Created 5900000 objects
[WARNING][gc,gcScheduler][tid#1544103][5.761s] Pausing the mutators until epoch 18 is done
[INFO][gc][tid#1544690][5.769s] Epoch #18: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][5.769s] Epoch #18: Mark: 32659 objects.
[INFO][gc][tid#1544690][5.769s] Epoch #18: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][5.769s] Epoch #18: Sweep: swept 311364 objects, kept 32659 objects
[INFO][gc][tid#1544690][5.769s] Epoch #18: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][5.769s] Epoch #18: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][5.769s] Epoch #18: Mutators pause time #1: 17928 microseconds.
[INFO][gc][tid#1544690][5.769s] Epoch #18: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][5.769s] Epoch #18: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][5.769s] Epoch #18: Finished. Total GC epoch time is 59230 microseconds.
[INFO][gc][tid#1544690][5.769s] Epoch #18: Finalization is done in 62 microseconds after epoch end.
Created 6000000 objects
Created 6100000 objects
Created 6200000 objects
[INFO][gc][tid#1544690][6.000s] Epoch #19: Started. Time since last GC 231070 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][6.052s] Pausing the mutators until epoch 19 is done
[INFO][gc][tid#1544690][6.060s] Epoch #19: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][6.060s] Epoch #19: Mark: 32723 objects.
[INFO][gc][tid#1544690][6.060s] Epoch #19: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][6.060s] Epoch #19: Sweep: swept 311300 objects, kept 32723 objects
[INFO][gc][tid#1544690][6.060s] Epoch #19: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][6.060s] Epoch #19: Time to pause #1: 2 microseconds.
[INFO][gc][tid#1544690][6.060s] Epoch #19: Mutators pause time #1: 17921 microseconds.
[INFO][gc][tid#1544690][6.060s] Epoch #19: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][6.060s] Epoch #19: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][6.060s] Epoch #19: Finished. Total GC epoch time is 59971 microseconds.
[INFO][gc][tid#1544690][6.060s] Epoch #19: Finalization is done in 51 microseconds after epoch end.
Created 6300000 objects
Created 6400000 objects
Created 6500000 objects
[INFO][gc][tid#1544690][6.289s] Epoch #20: Started. Time since last GC 229763 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][6.341s] Pausing the mutators until epoch 20 is done
[INFO][gc][tid#1544690][6.349s] Epoch #20: Root set: 0 thread local references, 0 stack references, 0 global references, 0 stable references. In total 0 roots.
[INFO][gc][tid#1544690][6.349s] Epoch #20: Mark: 32650 objects.
[INFO][gc][tid#1544690][6.349s] Epoch #20: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][6.349s] Epoch #20: Sweep: swept 311373 objects, kept 32650 objects
[INFO][gc][tid#1544690][6.349s] Epoch #20: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][6.349s] Epoch #20: Time to pause #1: 4 microseconds.
[INFO][gc][tid#1544690][6.349s] Epoch #20: Mutators pause time #1: 18104 microseconds.
[INFO][gc][tid#1544690][6.349s] Epoch #20: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][6.349s] Epoch #20: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][6.349s] Epoch #20: Finished. Total GC epoch time is 59017 microseconds.
[INFO][gc][tid#1544690][6.349s] Epoch #20: Finalization is done in 50 microseconds after epoch end.
Created 6600000 objects
Created 6700000 objects
Created 6800000 objects
[INFO][gc][tid#1544690][6.578s] Epoch #21: Started. Time since last GC 229062 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][6.629s] Pausing the mutators until epoch 21 is done
[INFO][gc][tid#1544690][6.637s] Epoch #21: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][6.637s] Epoch #21: Mark: 32654 objects.
[INFO][gc][tid#1544690][6.637s] Epoch #21: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][6.637s] Epoch #21: Sweep: swept 311369 objects, kept 32654 objects
[INFO][gc][tid#1544690][6.637s] Epoch #21: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][6.637s] Epoch #21: Time to pause #1: 18 microseconds.
[INFO][gc][tid#1544690][6.637s] Epoch #21: Mutators pause time #1: 18708 microseconds.
[INFO][gc][tid#1544690][6.637s] Epoch #21: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][6.637s] Epoch #21: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][6.637s] Epoch #21: Finished. Total GC epoch time is 59321 microseconds.
[INFO][gc][tid#1544690][6.637s] Epoch #21: Finalization is done in 47 microseconds after epoch end.
Created 6900000 objects
Created 7000000 objects
Created 7100000 objects
[INFO][gc][tid#1544690][6.868s] Epoch #22: Started. Time since last GC 230704 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][6.919s] Pausing the mutators until epoch 22 is done
[INFO][gc][tid#1544690][6.927s] Epoch #22: Root set: 0 thread local references, 1 stack references, 0 global references, 1 stable references. In total 2 roots.
[INFO][gc][tid#1544690][6.927s] Epoch #22: Mark: 32663 objects.
[INFO][gc][tid#1544690][6.927s] Epoch #22: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][6.927s] Epoch #22: Sweep: swept 311360 objects, kept 32663 objects
[INFO][gc][tid#1544690][6.927s] Epoch #22: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][6.927s] Epoch #22: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][6.927s] Epoch #22: Mutators pause time #1: 18523 microseconds.
[INFO][gc][tid#1544690][6.927s] Epoch #22: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][6.927s] Epoch #22: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][6.927s] Epoch #22: Finished. Total GC epoch time is 59091 microseconds.
[INFO][gc][tid#1544690][6.927s] Epoch #22: Finalization is done in 49 microseconds after epoch end.
Created 7200000 objects
Created 7300000 objects
Created 7400000 objects
[INFO][gc][tid#1544690][7.159s] Epoch #23: Started. Time since last GC 232279 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][7.210s] Pausing the mutators until epoch 23 is done
[INFO][gc][tid#1544690][7.217s] Epoch #23: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][7.217s] Epoch #23: Mark: 32644 objects.
[INFO][gc][tid#1544690][7.217s] Epoch #23: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][7.217s] Epoch #23: Sweep: swept 311379 objects, kept 32644 objects
[INFO][gc][tid#1544690][7.217s] Epoch #23: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][7.217s] Epoch #23: Time to pause #1: 13 microseconds.
[INFO][gc][tid#1544690][7.217s] Epoch #23: Mutators pause time #1: 18068 microseconds.
[INFO][gc][tid#1544690][7.217s] Epoch #23: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][7.217s] Epoch #23: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][7.217s] Epoch #23: Finished. Total GC epoch time is 58172 microseconds.
[INFO][gc][tid#1544690][7.217s] Epoch #23: Finalization is done in 114 microseconds after epoch end.
Created 7500000 objects
Created 7600000 objects
Created 7700000 objects
[INFO][gc][tid#1544690][7.446s] Epoch #24: Started. Time since last GC 229183 microseconds.
Created 7800000 objects
[WARNING][gc,gcScheduler][tid#1544103][7.497s] Pausing the mutators until epoch 24 is done
[INFO][gc][tid#1544690][7.505s] Epoch #24: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][7.505s] Epoch #24: Mark: 32644 objects.
[INFO][gc][tid#1544690][7.505s] Epoch #24: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][7.505s] Epoch #24: Sweep: swept 311379 objects, kept 32644 objects
[INFO][gc][tid#1544690][7.505s] Epoch #24: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][7.505s] Epoch #24: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][7.505s] Epoch #24: Mutators pause time #1: 18067 microseconds.
[INFO][gc][tid#1544690][7.505s] Epoch #24: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][7.505s] Epoch #24: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][7.505s] Epoch #24: Finished. Total GC epoch time is 58191 microseconds.
[INFO][gc][tid#1544690][7.505s] Epoch #24: Finalization is done in 47 microseconds after epoch end.
Created 7900000 objects
Created 8000000 objects
[INFO][gc][tid#1544690][7.734s] Epoch #25: Started. Time since last GC 229697 microseconds.
Created 8100000 objects
[WARNING][gc,gcScheduler][tid#1544103][7.787s] Pausing the mutators until epoch 25 is done
[INFO][gc][tid#1544690][7.795s] Epoch #25: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][7.795s] Epoch #25: Mark: 32640 objects.
[INFO][gc][tid#1544690][7.795s] Epoch #25: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][7.795s] Epoch #25: Sweep: swept 311383 objects, kept 32640 objects
[INFO][gc][tid#1544690][7.795s] Epoch #25: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][7.795s] Epoch #25: Time to pause #1: 13 microseconds.
[INFO][gc][tid#1544690][7.795s] Epoch #25: Mutators pause time #1: 20568 microseconds.
[INFO][gc][tid#1544690][7.795s] Epoch #25: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][7.795s] Epoch #25: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][7.795s] Epoch #25: Finished. Total GC epoch time is 61124 microseconds.
[INFO][gc][tid#1544690][7.795s] Epoch #25: Finalization is done in 48 microseconds after epoch end.
Created 8200000 objects
Created 8300000 objects
[INFO][gc][tid#1544690][8.026s] Epoch #26: Started. Time since last GC 231150 microseconds.
Created 8400000 objects
[WARNING][gc,gcScheduler][tid#1544103][8.079s] Pausing the mutators until epoch 26 is done
[INFO][gc][tid#1544690][8.087s] Epoch #26: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][8.087s] Epoch #26: Mark: 32677 objects.
[INFO][gc][tid#1544690][8.087s] Epoch #26: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][8.087s] Epoch #26: Sweep: swept 311346 objects, kept 32677 objects
[INFO][gc][tid#1544690][8.087s] Epoch #26: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][8.087s] Epoch #26: Time to pause #1: 0 microseconds.
[INFO][gc][tid#1544690][8.087s] Epoch #26: Mutators pause time #1: 18254 microseconds.
[INFO][gc][tid#1544690][8.087s] Epoch #26: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][8.087s] Epoch #26: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][8.087s] Epoch #26: Finished. Total GC epoch time is 60906 microseconds.
[INFO][gc][tid#1544690][8.087s] Epoch #26: Finalization is done in 58 microseconds after epoch end.
Created 8500000 objects
Created 8600000 objects
Created 8700000 objects
[INFO][gc][tid#1544690][8.318s] Epoch #27: Started. Time since last GC 230430 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][8.369s] Pausing the mutators until epoch 27 is done
[INFO][gc][tid#1544690][8.377s] Epoch #27: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][8.377s] Epoch #27: Mark: 32662 objects.
[INFO][gc][tid#1544690][8.377s] Epoch #27: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][8.377s] Epoch #27: Sweep: swept 311361 objects, kept 32662 objects
[INFO][gc][tid#1544690][8.377s] Epoch #27: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][8.377s] Epoch #27: Time to pause #1: 13 microseconds.
[INFO][gc][tid#1544690][8.377s] Epoch #27: Mutators pause time #1: 17967 microseconds.
[INFO][gc][tid#1544690][8.377s] Epoch #27: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][8.377s] Epoch #27: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][8.377s] Epoch #27: Finished. Total GC epoch time is 58787 microseconds.
[INFO][gc][tid#1544690][8.377s] Epoch #27: Finalization is done in 56 microseconds after epoch end.
Created 8800000 objects
Created 8900000 objects
Created 9000000 objects
[INFO][gc][tid#1544690][8.608s] Epoch #28: Started. Time since last GC 231050 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][8.658s] Pausing the mutators until epoch 28 is done
[INFO][gc][tid#1544690][8.667s] Epoch #28: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][8.667s] Epoch #28: Mark: 32649 objects.
[INFO][gc][tid#1544690][8.667s] Epoch #28: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][8.667s] Epoch #28: Sweep: swept 311374 objects, kept 32649 objects
[INFO][gc][tid#1544690][8.667s] Epoch #28: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][8.667s] Epoch #28: Time to pause #1: 11 microseconds.
[INFO][gc][tid#1544690][8.667s] Epoch #28: Mutators pause time #1: 18013 microseconds.
[INFO][gc][tid#1544690][8.667s] Epoch #28: Time to pause #2: 1 microseconds.
[INFO][gc][tid#1544690][8.667s] Epoch #28: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][8.667s] Epoch #28: Finished. Total GC epoch time is 59371 microseconds.
[INFO][gc][tid#1544690][8.667s] Epoch #28: Finalization is done in 53 microseconds after epoch end.
Created 9100000 objects
Created 9200000 objects
Created 9300000 objects
[INFO][gc][tid#1544690][8.895s] Epoch #29: Started. Time since last GC 227922 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][8.946s] Pausing the mutators until epoch 29 is done
[INFO][gc][tid#1544690][8.954s] Epoch #29: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][8.954s] Epoch #29: Mark: 32592 objects.
[INFO][gc][tid#1544690][8.954s] Epoch #29: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][8.954s] Epoch #29: Sweep: swept 311431 objects, kept 32592 objects
[INFO][gc][tid#1544690][8.954s] Epoch #29: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][8.954s] Epoch #29: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][8.954s] Epoch #29: Mutators pause time #1: 17913 microseconds.
[INFO][gc][tid#1544690][8.954s] Epoch #29: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][8.954s] Epoch #29: Mutators pause time #2: 7 microseconds.
[INFO][gc][tid#1544690][8.954s] Epoch #29: Finished. Total GC epoch time is 58956 microseconds.
[INFO][gc][tid#1544690][8.954s] Epoch #29: Finalization is done in 48 microseconds after epoch end.
Created 9400000 objects
Created 9500000 objects
Created 9600000 objects
[INFO][gc][tid#1544690][9.185s] Epoch #30: Started. Time since last GC 231276 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][9.237s] Pausing the mutators until epoch 30 is done
[INFO][gc][tid#1544690][9.245s] Epoch #30: Root set: 0 thread local references, 0 stack references, 0 global references, 1 stable references. In total 1 roots.
[INFO][gc][tid#1544690][9.245s] Epoch #30: Mark: 32633 objects.
[INFO][gc][tid#1544690][9.245s] Epoch #30: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][9.245s] Epoch #30: Sweep: swept 311390 objects, kept 32633 objects
[INFO][gc][tid#1544690][9.245s] Epoch #30: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][9.245s] Epoch #30: Time to pause #1: 12 microseconds.
[INFO][gc][tid#1544690][9.245s] Epoch #30: Mutators pause time #1: 17979 microseconds.
[INFO][gc][tid#1544690][9.245s] Epoch #30: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][9.245s] Epoch #30: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][9.245s] Epoch #30: Finished. Total GC epoch time is 59370 microseconds.
[INFO][gc][tid#1544690][9.245s] Epoch #30: Finalization is done in 49 microseconds after epoch end.
Created 9700000 objects
Created 9800000 objects
Created 9900000 objects
[INFO][gc][tid#1544690][9.475s] Epoch #31: Started. Time since last GC 230405 microseconds.
[WARNING][gc,gcScheduler][tid#1544103][9.526s] Pausing the mutators until epoch 31 is done
[INFO][gc][tid#1544690][9.534s] Epoch #31: Root set: 0 thread local references, 0 stack references, 0 global references, 2 stable references. In total 2 roots.
[INFO][gc][tid#1544690][9.534s] Epoch #31: Mark: 32730 objects.
[INFO][gc][tid#1544690][9.534s] Epoch #31: Sweep extra objects: swept 0 objects, kept 0 objects
[INFO][gc][tid#1544690][9.534s] Epoch #31: Sweep: swept 311293 objects, kept 32730 objects
[INFO][gc][tid#1544690][9.534s] Epoch #31: Heap memory usage: before 5767168 bytes, after 5767168 bytes
[INFO][gc][tid#1544690][9.534s] Epoch #31: Time to pause #1: 36 microseconds.
[INFO][gc][tid#1544690][9.534s] Epoch #31: Mutators pause time #1: 18493 microseconds.
[INFO][gc][tid#1544690][9.534s] Epoch #31: Time to pause #2: 0 microseconds.
[INFO][gc][tid#1544690][9.534s] Epoch #31: Mutators pause time #2: 8 microseconds.
[INFO][gc][tid#1544690][9.534s] Epoch #31: Finished. Total GC epoch time is 58878 microseconds.
[INFO][gc][tid#1544690][9.534s] Epoch #31: Finalization is done in 77 microseconds after epoch end.
Program ended with exit code: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment