JDK-8298781 : jtreg test gc/TestAllocHumongousFragment.java fails intermittent
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 17,20,21,22
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2022-12-14
  • Updated: 2024-12-17
Related Reports
Relates :  
Relates :  
Sub Tasks
JDK-8322418 :  
Description
We see now and then failures of gc/shenandoah/TestAllocHumongousFragment.java in our nightly tests.
Should this test be adjusted with key intermittent ?

For example
gc/shenandoah/TestAllocHumongousFragment.java#adaptive

java.lang.OutOfMemoryError: Java heap space
       at TestAllocHumongousFragment.main(TestAllocHumongousFragment.java:195)
       at java.base/java.lang.invoke.LambdaForm$DMH/0x0000000801001800.invokeStatic(LambdaForm$DMH)
       at java.base/java.lang.invoke.LambdaForm$MH/0x0000000801002c00.invoke(LambdaForm$MH)
       at java.base/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
       at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:155)
       at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
       at java.base/java.lang.reflect.Method.invoke(Method.java:578)
       at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
       at java.base/java.lang.Thread.runWith(Thread.java:1636)
       at java.base/java.lang.Thread.run(Thread.java:1623)

JavaTest Message: Test threw exception: java.lang.OutOfMemoryError: Java heap space
JavaTest Message: shutting down test

not only #adaptive fails, also failures in #aggressive or #iu-aggressive are seen .
Failures occur on various platforms (Linux , Windows , sometimes  Mac).
Comments
I tested (fastdebug & release, with and without the ActiveProcessorCount option suggested by Man Cao, but linux/x64 only) this on repo-shenandoah tip and with repo-shenandoah21u (which have the code for GenShen) and the tests seem to pass. I must admit that I didn't run them in a loop, but I did un-problemlist the tests that had been problem-listed earlier.
30-07-2024

We also noticed this test failing intermittently in our environment, especially the #aggressive and #iu-aggressive variants. This likely related to the large number of cores on the machine. I found a repro: add -XX:ActiveProcessorCount=128 to the "@run main/othervm" line in the test, then it could fail about 4 to 8 times out of 300 runs.
14-12-2023

GA is affected time to time: #Test Results (version 2) #Mon Nov 13 22:15:54 UTC 2023 #-----testdescription----- $file=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java $root=/home/runner/work/jdk/jdk/test/hotspot/jtreg id=aggressive keywords=randomness othervm library=/test/lib requires=vm.gc.Shenandoah run=USER_SPECIFIED main/othervm -Xmx1g -Xms1g -Xlog\:gc -XX\:+UnlockDiagnosticVMOptions -XX\:+UnlockExperimentalVMOptions -XX\:ShenandoahTargetNumRegions\=2048 -XX\:+UseShenandoahGC -XX\:ShenandoahGCHeuristics\=aggressive -XX\:+ShenandoahOOMDuringEvacALot -XX\:+ShenandoahVerify TestAllocHumongousFragment\nUSER_SPECIFIED main/othervm -Xmx1g -Xms1g -Xlog\:gc -XX\:+UnlockDiagnosticVMOptions -XX\:+UnlockExperimentalVMOptions -XX\:ShenandoahTargetNumRegions\=2048 -XX\:+UseShenandoahGC -XX\:ShenandoahGCHeuristics\=aggressive -XX\:+ShenandoahAllocFailureALot -XX\:+ShenandoahVerify TestAllocHumongousFragment\nUSER_SPECIFIED main/othervm -Xmx1g -Xms1g -Xlog\:gc -XX\:+UnlockDiagnosticVMOptions -XX\:+UnlockExperimentalVMOptions -XX\:ShenandoahTargetNumRegions\=2048 -XX\:+UseShenandoahGC -XX\:ShenandoahGCHeuristics\=aggressive -XX\:+ShenandoahOOMDuringEvacALot TestAllocHumongousFragment\nUSER_SPECIFIED main/othervm -Xmx1g -Xms1g -Xlog\:gc -XX\:+UnlockDiagnosticVMOptions -XX\:+UnlockExperimentalVMOptions -XX\:ShenandoahTargetNumRegions\=2048 -XX\:+UseShenandoahGC -XX\:ShenandoahGCHeuristics\=aggressive -XX\:+ShenandoahAllocFailureALot TestAllocHumongousFragment\n source=TestAllocHumongousFragment.java title=Make sure Shenandoah can recover from humongous allocation fragmentation #-----environment----- #-----testresult----- description=file\:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java\#aggressive elapsed=126676 0\:02\:06.676 end=Mon Nov 13 22\:15\:54 UTC 2023 environment=regtest execStatus=Failed. Execution failed\: `main' threw exception\: java.lang.OutOfMemoryError\: Java heap space harnessLoaderMode=Classpath Loader harnessVariety=Full Bundle hostname=fv-az447-86.p3dygwdgouvunktllai24op1ra.cx.internal.cloudapp.net javatestOS=Linux 6.2.0-1015-azure (amd64) javatestVersion=6.0-ea+b24-2023-11-09-${BUILT_FROM_COMMIT} jtregVersion=jtreg 7.3.1 dev 0 script=com.sun.javatest.regtest.exec.RegressionScript sections=script_messages build compile main build main build main build main start=Mon Nov 13 22\:13\:47 UTC 2023 test=gc/TestAllocHumongousFragment.java\#aggressive testJDK=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug testJDK_OS=[name\:Linux,arch\:i386,version\:6.2.0-1015-azure,family\:linux,simple_arch\:i586,simple_version\:6.2,processors\:2,maxMemory\:7258222592,maxSwap\:4294963200] testJDK_os.arch=i386 testJDK_os.name=Linux testJDK_os.version=6.2.0-1015-azure totalTime=126677 user.name=runner work=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/gc #section:script_messages ----------messages:(7/559)---------- JDK under test: /home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug openjdk version "22-internal" 2024-03-19 OpenJDK Runtime Environment (fastdebug build 22-internal-mrserb-9175854e7ae2c6919fc8c79cd011b94ca1968b49) OpenJDK Server VM (fastdebug build 22-internal-mrserb-9175854e7ae2c6919fc8c79cd011b94ca1968b49, mixed mode, sharing) Library /test/lib; kind: packages source directory: /home/runner/work/jdk/jdk/test/lib class directory: /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib #section:build ----------messages:(7/242)---------- command: build TestAllocHumongousFragment reason: Named class compiled on demand started: Mon Nov 13 22:13:47 UTC 2023 Test directory: compile: TestAllocHumongousFragment finished: Mon Nov 13 22:13:47 UTC 2023 elapsed time (seconds): 0.235 result: Passed. Build successful #section:compile ----------messages:(7/280)---------- command: compile /home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java reason: .class file out of date or does not exist started: Mon Nov 13 22:13:47 UTC 2023 Mode: agentvm Agent id: 1 finished: Mon Nov 13 22:13:47 UTC 2023 elapsed time (seconds): 0.235 ----------configuration:(12/823)---------- Boot Layer (javac runtime environment) class path: /home/runner/work/jdk/jdk/jtreg/installed/lib/javatest.jar /home/runner/work/jdk/jdk/jtreg/installed/lib/jtreg.jar patch: java.base /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/patches/java.base javac compilation environment source path: /home/runner/work/jdk/jdk/test/hotspot/jtreg/gc /home/runner/work/jdk/jdk/test/lib class path: /home/runner/work/jdk/jdk/test/hotspot/jtreg/gc /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib ----------rerun:(32/3483)*---------- cd /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/scratch && \\ HOME=/home/runner \\ LANG=C.UTF-8 \\ LC_ALL=C \\ PATH=/bin:/usr/bin:/usr/sbin \\ TEST_IMAGE_DIR=/home/runner/work/jdk/jdk/bundles/tests \\ XDG_CONFIG_HOME=/home/runner/.config \\ XDG_RUNTIME_DIR=/run/user/1001 \\ _JVM_DWARF_PATH=/home/runner/work/jdk/jdk/bundles/symbols/jdk-22/fastdebug \\ /home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug/bin/javac \\ -J-XX:MaxRAMPercentage=25 \\ -J-Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk \\ -J-Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp \\ -J-Dtest.vm.opts='-XX:MaxRAMPercentage=25 -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -J-Dtest.tool.vm.opts='-J-XX:MaxRAMPercentage=25 -J-Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -J-Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -J-Dtest.compiler.opts= \\ -J-Dtest.java.opts=-XX:-CreateCoredumpOnCrash \\ -J-Dtest.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -J-Dcompile.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -J-Dtest.timeout.factor=4.0 \\ -J-Dtest.nativepath=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -J-Dtest.root=/home/runner/work/jdk/jdk/test/hotspot/jtreg \\ -J-Dtest.name=gc/TestAllocHumongousFragment.java#aggressive \\ -J-Dtest.file=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java \\ -J-Dtest.src=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc \\ -J-Dtest.src.path=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/test/lib \\ -J-Dtest.classes=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d \\ -J-Dtest.class.path=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -J-Dtest.class.path.prefix=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -d /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d \\ -sourcepath /home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/test/lib \\ -classpath /home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib /home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java ----------direct:(2/155)---------- Note: /home/runner/work/jdk/jdk/test/lib/jdk/test/lib/Asserts.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. result: Passed. Compilation successful #section:main ----------messages:(6/733)---------- command: main -Xmx1g -Xms1g -Xlog:gc -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:ShenandoahTargetNumRegions=2048 -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahOOMDuringEvacALot -XX:+ShenandoahVerify TestAllocHumongousFragment reason: User specified action: run main/othervm -Xmx1g -Xms1g -Xlog:gc -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:ShenandoahTargetNumRegions=2048 -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahOOMDuringEvacALot -XX:+ShenandoahVerify TestAllocHumongousFragment started: Mon Nov 13 22:13:47 UTC 2023 Mode: othervm [/othervm specified] finished: Mon Nov 13 22:14:27 UTC 2023 elapsed time (seconds): 39.25 ----------configuration:(0/0)---------- ----------System.out:(1240/72419)---------- [0.001s][info][gc] Min heap equals to max heap, disabling ShenandoahUncommit [0.008s][info][gc] Heuristics ergonomically sets -XX:+ExplicitGCInvokesConcurrent [0.008s][info][gc] Heuristics ergonomically sets -XX:+ShenandoahImplicitGCInvokesConcurrent [0.020s][info][gc] Using Shenandoah [0.020s][info][gc] Heuristics ergonomically sets -XX:ShenandoahImmediateThreshold=100 [0.020s][info][gc] Heuristics ergonomically sets -XX:ShenandoahUnloadClassesFrequency=1 [0.523s][info][gc] Trigger: Start next cycle immediately [0.527s][info][gc] GC(0) Concurrent reset 3.826ms [0.548s][info][gc] GC(0) Verify Before Mark, Level 4 (2962 reachable, 0 marked) [0.548s][info][gc] GC(0) Pause Init Mark 14.203ms [0.549s][info][gc] GC(0) Concurrent marking roots 0.432ms [0.550s][info][gc] GC(0) Concurrent marking 1.425ms [0.553s][info][gc] GC(0) Verify Before Evacuation, Level 4 (3336 reachable, 16 marked) [0.555s][info][gc] GC(0) Verify During Evacuation, Level 4 (3336 reachable, 0 marked) [0.555s][info][gc] GC(0) Pause Final Mark 4.843ms [0.555s][info][gc] Failed to allocate 40B for evacuation [0.555s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.557s][info][gc] GC(0) Concurrent thread roots 0.129ms [0.557s][info][gc] GC(0) Concurrent weak references 0.026ms [0.557s][info][gc] GC(0) Concurrent weak roots 0.317ms [0.557s][info][gc] GC(0) Concurrent cleanup 2M->2M(1024M) 0.057ms [0.558s][info][gc] GC(0) Concurrent strong roots 0.110ms [0.558s][info][gc] GC(0) Concurrent evacuation 0.383ms [0.559s][info][gc] Trigger: Handle Allocation Failure [0.559s][info][gc] GC(1) Cancelling GC: Allocation Failure During Evacuation [0.560s][info][gc] GC(1) Cannot finish degeneration, upgrading to Full GC [0.562s][info][gc] GC(1) Verify Before Full GC, Level 4 (3633 reachable, 0 marked) [0.580s][info][gc] GC(1) Verify After Full GC, Level 4 (3633 reachable, 115 marked) [0.580s][info][gc] GC(1) Pause Degenerated GC (Evacuation) 2M->0M(1024M) 20.482ms [0.581s][info][gc] Trigger: Start next cycle immediately [0.584s][info][gc] GC(2) Concurrent reset 3.552ms [0.590s][info][gc] GC(2) Verify Before Mark, Level 4 (3974 reachable, 0 marked) [0.591s][info][gc] GC(2) Pause Init Mark 5.951ms [0.593s][info][gc] GC(2) Concurrent marking roots 2.667ms [0.595s][info][gc] GC(2) Concurrent marking 1.922ms [0.598s][info][gc] GC(2) Verify Before Evacuation, Level 4 (4077 reachable, 220 marked) [0.601s][info][gc] GC(2) Verify During Evacuation, Level 4 (4077 reachable, 0 marked) [0.601s][info][gc] GC(2) Pause Final Mark 5.280ms [0.601s][info][gc] Failed to allocate 40B for evacuation [0.601s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.603s][info][gc] GC(2) Concurrent thread roots 2.724ms [0.603s][info][gc] GC(2) Concurrent weak references 0.023ms [0.604s][info][gc] GC(2) Concurrent weak roots 0.337ms [0.604s][info][gc] GC(2) Concurrent cleanup 1M->1M(1024M) 0.057ms [0.604s][info][gc] GC(2) Concurrent strong roots 0.140ms [0.604s][info][gc] GC(2) Concurrent evacuation 0.534ms [0.606s][info][gc] Trigger: Handle Allocation Failure [0.606s][info][gc] GC(3) Cancelling GC: Allocation Failure During Evacuation [0.606s][info][gc] GC(3) Cannot finish degeneration, upgrading to Full GC [0.609s][info][gc] GC(3) Verify Before Full GC, Level 4 (4489 reachable, 0 marked) [0.629s][info][gc] GC(3) Verify After Full GC, Level 4 (4489 reachable, 313 marked) [0.629s][info][gc] GC(3) Pause Degenerated GC (Evacuation) 1M->0M(1024M) 23.270ms [0.630s][info][gc] Trigger: Start next cycle immediately [0.638s][info][gc] GC(4) Concurrent reset 7.539ms [0.645s][info][gc] GC(4) Verify Before Mark, Level 4 (5741 reachable, 0 marked) [0.645s][info][gc] GC(4) Pause Init Mark 7.074ms [0.645s][info][gc] GC(4) Concurrent marking roots 0.492ms [0.657s][info][gc] GC(4) Concurrent marking 11.445ms [0.662s][info][gc] GC(4) Verify Before Evacuation, Level 4 (6586 reachable, 1965 marked) [0.665s][info][gc] GC(4) Verify During Evacuation, Level 4 (6586 reachable, 0 marked) [0.665s][info][gc] GC(4) Pause Final Mark 8.163ms [0.665s][info][gc] Failed to allocate 40B for evacuation [0.665s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.666s][info][gc] GC(4) Concurrent thread roots 0.577ms [0.666s][info][gc] GC(4) Concurrent weak references 0.025ms [0.667s][info][gc] GC(4) Concurrent weak roots 0.888ms [0.667s][info][gc] GC(4) Concurrent cleanup 1M->1M(1024M) 0.058ms [0.667s][info][gc] GC(4) Concurrent strong roots 0.144ms [0.668s][info][gc] GC(4) Concurrent evacuation 0.899ms [0.669s][info][gc] Trigger: Handle Allocation Failure [0.669s][info][gc] GC(5) Cancelling GC: Allocation Failure During Evacuation [0.670s][info][gc] GC(5) Cannot finish degeneration, upgrading to Full GC [0.673s][info][gc] GC(5) Verify Before Full GC, Level 4 (6592 reachable, 0 marked) [0.698s][info][gc] GC(5) Verify After Full GC, Level 4 (6592 reachable, 1450 marked) [0.698s][info][gc] GC(5) Pause Degenerated GC (Evacuation) 1M->0M(1024M) 28.962ms [0.702s][info][gc] Trigger: Start next cycle immediately [0.710s][info][gc] GC(6) Concurrent reset 8.205ms [0.719s][info][gc] GC(6) Verify Before Mark, Level 4 (10723 reachable, 0 marked) [0.719s][info][gc] GC(6) Pause Init Mark (unload classes) 9.057ms [0.720s][info][gc] GC(6) Concurrent marking roots 0.585ms [0.731s][info][gc] GC(6) Concurrent marking (unload classes) 11.567ms [0.738s][info][gc] GC(6) Verify Before Evacuation, Level 4 (10962 reachable, 167 marked) [0.743s][info][gc] GC(6) Verify During Evacuation, Level 4 (10962 reachable, 0 marked) [0.743s][info][gc] GC(6) Pause Final Mark (unload classes) 10.826ms [0.743s][info][gc] Failed to allocate 8B for evacuation [0.743s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.745s][info][gc] GC(6) Concurrent thread roots 2.202ms [0.745s][info][gc] GC(6) Concurrent weak references 0.124ms [0.748s][info][gc] GC(6) Concurrent weak roots 3.157ms [0.748s][info][gc] GC(6) Concurrent cleanup 3M->3M(1024M) 0.065ms [0.749s][info][gc] GC(6) Concurrent class unloading 0.368ms [0.749s][info][gc] GC(6) Concurrent strong roots 0.154ms [0.750s][info][gc] GC(6) Concurrent evacuation 1.339ms [0.751s][info][gc] Trigger: Handle Allocation Failure [0.751s][info][gc] GC(7) Cancelling GC: Allocation Failure During Evacuation [0.753s][info][gc] GC(7) Cannot finish degeneration, upgrading to Full GC [0.758s][info][gc] GC(7) Verify Before Full GC, Level 4 (11211 reachable, 0 marked) [0.789s][info][gc] GC(7) Verify After Full GC, Level 4 (11210 reachable, 24 marked) [0.789s][info][gc] GC(7) Pause Degenerated GC (Evacuation) 3M->0M(1024M) 38.169ms [0.791s][info][gc] Trigger: Start next cycle immediately [0.802s][info][gc] GC(8) Concurrent reset 11.407ms [0.811s][info][gc] GC(8) Verify Before Mark, Level 4 (11265 reachable, 0 marked) [0.811s][info][gc] GC(8) Pause Init Mark 9.229ms [0.812s][info][gc] GC(8) Concurrent marking roots 0.998ms [0.818s][info][gc] GC(8) Concurrent marking 5.661ms [0.825s][info][gc] GC(8) Verify Before Evacuation, Level 4 (11538 reachable, 73 marked) [0.830s][info][gc] GC(8) Verify During Evacuation, Level 4 (11538 reachable, 0 marked) [0.830s][info][gc] GC(8) Pause Final Mark 11.864ms [0.830s][info][gc] Failed to allocate 32B for evacuation [0.830s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.834s][info][gc] GC(8) Concurrent thread roots 4.093ms [0.835s][info][gc] GC(8) Concurrent weak references 0.328ms [0.836s][info][gc] GC(8) Concurrent weak roots 1.637ms [0.836s][info][gc] GC(8) Concurrent cleanup 2M->2M(1024M) 0.067ms [0.837s][info][gc] GC(8) Concurrent strong roots 0.220ms [0.838s][info][gc] GC(8) Concurrent evacuation 1.428ms [0.839s][info][gc] Trigger: Handle Allocation Failure [0.844s][info][gc] GC(9) Verify Before Full GC, Level 4 (11698 reachable, 0 marked) [0.876s][info][gc] GC(9) Verify After Full GC, Level 4 (11698 reachable, 6 marked) [0.876s][info][gc] GC(9) Pause Full 2M->0M(1024M) 37.265ms [0.879s][info][gc] Trigger: Start next cycle immediately [0.883s][info][gc] GC(10) Concurrent reset 4.054ms [0.892s][info][gc] GC(10) Verify Before Mark, Level 4 (11721 reachable, 0 marked) [0.892s][info][gc] GC(10) Pause Init Mark 9.363ms [0.896s][info][gc] GC(10) Concurrent marking roots 0.512ms [0.902s][info][gc] GC(10) Concurrent marking 5.870ms [0.909s][info][gc] GC(10) Verify Before Evacuation, Level 4 (11898 reachable, 247 marked) [0.914s][info][gc] GC(10) Verify During Evacuation, Level 4 (11898 reachable, 0 marked) [0.914s][info][gc] GC(10) Pause Final Mark 11.633ms [0.914s][info][gc] Failed to allocate 112B for evacuation [0.914s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.916s][info][gc] GC(10) Concurrent thread roots 2.186ms [0.916s][info][gc] GC(10) Concurrent weak references 0.028ms [0.917s][info][gc] GC(10) Concurrent weak roots 0.735ms [0.917s][info][gc] GC(10) Concurrent cleanup 2M->2M(1024M) 0.065ms [0.917s][info][gc] GC(10) Concurrent strong roots 0.230ms [0.919s][info][gc] GC(10) Concurrent evacuation 1.422ms [0.920s][info][gc] Trigger: Handle Allocation Failure [0.920s][info][gc] GC(11) Cancelling GC: Allocation Failure During Evacuation [0.921s][info][gc] GC(11) Cannot finish degeneration, upgrading to Full GC [0.926s][info][gc] GC(11) Verify Before Full GC, Level 4 (11924 reachable, 0 marked) [0.959s][info][gc] GC(11) Verify After Full GC, Level 4 (11919 reachable, 42 marked) [0.959s][info][gc] GC(11) Pause Degenerated GC (Evacuation) 2M->0M(1024M) 39.238ms [0.964s][info][gc] Trigger: Start next cycle immediately [0.969s][info][gc] GC(12) Concurrent reset 5.263ms [0.979s][info][gc] GC(12) Verify Before Mark, Level 4 (12601 reachable, 0 marked) [0.979s][info][gc] GC(12) Pause Init Mark (unload classes) 10.092ms [0.980s][info][gc] GC(12) Concurrent marking roots 0.859ms [0.986s][info][gc] GC(12) Concurrent marking (unload classes) 6.301ms [0.994s][info][gc] GC(12) Verify Before Evacuation, Level 4 (12804 reachable, 201 marked) [0.999s][info][gc] GC(12) Verify During Evacuation, Level 4 (12804 reachable, 0 marked) [0.999s][info][gc] GC(12) Pause Final Mark (unload classes) 12.517ms [0.999s][info][gc] GC(12) Failed to allocate 96B for evacuation [0.999s][info][gc] GC(12) Cancelling GC: Allocation Failure During Evacuation [1.000s][info][gc] GC(12) Concurrent thread roots 1.052ms [1.000s][info][gc] GC(12) Concurrent weak references 0.031ms [1.003s][info][gc] GC(12) Concurrent weak roots 3.179ms [1.003s][info][gc] GC(12) Concurrent cleanup 2M->2M(1024M) 0.067ms [1.004s][info][gc] GC(12) Concurrent class unloading 0.419ms [1.004s][info][gc] GC(12) Concurrent strong roots 0.249ms [1.006s][info][gc] GC(12) Concurrent evacuation 1.430ms [1.007s][info][gc] Trigger: Handle Allocation Failure [1.007s][info][gc] GC(13) Cancelling GC: Allocation Failure During Evacuation [1.008s][info][gc] GC(13) Cannot finish degeneration, upgrading to Full GC [1.014s][info][gc] GC(13) Verify Before Full GC, Level 4 (12998 reachable, 0 marked) [1.049s][info][gc] GC(13) Verify After Full GC, Level 4 (13035 reachable, 52 marked) [1.049s][info][gc] GC(13) Pause Degenerated GC (Evacuation) 2M->0M(1024M) 42.501ms [1.050s][info][gc] Trigger: Start next cycle immediately [1.054s][info][gc] GC(14) Concurrent reset 3.701ms [1.064s][info][gc] GC(14) Verify Before Mark, Level 4 (13256 reachable, 0 marked) [1.064s][info][gc] GC(14) Pause Init Mark (unload classes) 10.005ms [1.066s][info][gc] GC(14) Concurrent marking roots 1.824ms [1.084s][info][gc] GC(14) Concurrent marking (unload classes) 17.418ms [1.092s][info][gc] GC(14) Verify Before Evacuation, Level 4 (13804 reachable, 1326 marked) [1.097s][info][gc] GC(14) Verify During Evacuation, Level 4 (13804 reachable, 0 marked) [1.097s][info][gc] GC(14) Pause Final Mark (unload classes) 13.447ms [1.097s][info][gc] Failed to allocate 40B for evacuation [1.097s][info][gc] Cancelling GC: Allocation Failure During Evacuation [1.103s][info][gc] GC(14) Concurrent thread roots 5.379ms [1.110s][info][gc] GC(14) Concurrent weak references 7.535ms [1.111s][info][gc] GC(14) Concurrent weak roots 0.854ms [1.111s][info][gc] GC(14) Concurrent cleanup 1M->1M(1024M) 0.064ms [1.112s][info][gc] GC(14) Concurrent class unloading 0.459ms [1.112s][info][gc] GC(14) Concurrent strong roots 0.222ms [1.113s][info][gc] GC(14) Concurrent evacuation 1.460ms [1.114s][info][gc] Trigger: Handle Allocation Failure [1.115s][info][gc] GC(15) Cancelling GC: Allocation Failure During Evacuation [1.116s][info][gc] GC(15) Cannot finish degeneration, upgrading to Full GC [1.122s][info][gc] GC(15) Verify Before Full GC, Level 4 (15044 reachable, 0 marked) [1.162s][info][gc] GC(15) Verify After Full GC, Level 4 (15122 reachable, 111 marked) [1.162s][info][gc] GC(15) Pause Degenerated GC (Evacuation) 1M->0M(1024M) 47.591ms For random generator using seed: [1.168s][info][gc] Trigger: Start next cycle immediately [1.172s][info][gc] GC(16) Concurrent reset 4.119ms [1.183s][info][gc] GC(16) Verify Before Mark, Level 4 (15733 reachable, 0 marked) [1.183s][info][gc] GC(16) Pause Init Mark (unload classes) 10.721ms [1.190s][info][gc] GC(16) Concurrent marking roots 7.274ms [1.203s][info][gc] GC(16) Concurrent marking (unload classes) 12.452ms [1.212s][info][gc] GC(16) Verify Before Evacuation, Level 4 (17312 reachable, 684 marked) [1.219s][info][gc] GC(16) Verify During Evacuation, Level 4 (17312 reachable, 0 marked) [1.219s][info][gc] GC(16) Pause Final Mark (unload classes) 15.654ms [1.219s][info][gc] Failed to allocate 96B for evacuation [1.219s][info][gc] GC(16) Cancelling GC: Allocation Failure During Evacuation [1.221s][info][gc] GC(16) Concurrent thread roots 2.580ms [1.221s][info][gc] GC(16) Concurrent weak references 0.052ms [1.222s][info][gc] GC(16) Concurrent weak roots 0.983ms [1.222s][info][gc] GC(16) Concurrent cleanup 3M->3M(1024M) 0.065ms [1.223s][info][gc] GC(16) Concurrent class unloading 0.715ms [1.223s][info][gc] GC(16) Concurrent strong roots 0.226ms [1.225s][info][gc] GC(16) Concurrent evacuation 1.502ms [1.226s][info][gc] Trigger: Handle Allocation Failure [1.226s][info][gc] GC(17) Cancelling GC: Allocation Failure During Evacuation [1.228s][info][gc] GC(17) Cannot finish degeneration, upgrading to Full GC [1.234s][info][gc] GC(17) Verify Before Full GC, Level 4 (17294 reachable, 0 marked) [1.279s][info][gc] GC(17) Verify After Full GC, Level 4 (17373 reachable, 177 marked) [1.279s][info][gc] GC(17) Pause Degenerated GC (Evacuation) 3M->0M(1024M) 53.152ms [1.285s][info][gc] Trigger: Start next cycle immediately [1.289s][info][gc] GC(18) Concurrent reset 4.076ms [1.300s][info][gc] GC(18) Verify Before Mark, Level 4 (17433 reachable, 0 marked) [1.300s][info][gc] GC(18) Pause Init Mark (unload classes) 11.186ms [1.309s][info][gc] GC(18) Concurrent marking roots 6.709ms [1.325s][info][gc] GC(18) Concurrent marking (unload classes) 16.443ms [1.336s][info][gc] GC(18) Verify Before Evacuation, Level 4 (20221 reachable, 689 marked) [1.343s][info][gc] GC(18) Verify During Evacuation, Level 4 (20221 reachable, 0 marked) [1.343s][info][gc] GC(18) Pause Final Mark (unload classes) 17.684ms [1.343s][info][gc] Failed to allocate 120B for evacuation [1.343s][info][gc] Cancelling GC: Allocation Failure During Evacuation [1.347s][info][gc] GC(18) Concurrent thread roots 3.311ms [1.347s][info][gc] GC(18) Concurrent weak references 0.070ms [1.348s][info][gc] GC(18) Concurrent weak roots 1.326ms [1.348s][info][gc] GC(18) Concurrent cleanup 3M->3M(1024M) 0.064ms [1.350s][info][gc] GC(18) Concurrent class unloading 1.659ms [1.350s][info][gc] GC(18) Concurrent strong roots 0.247ms [1.351s][info][gc] GC(18) Concurrent evacuation 1.471ms [1.353s][info][gc] Trigger: Handle Allocation Failure [1.361s][info][gc] GC(19) Verify Before Full GC, Level 4 (21467 reachable, 0 marked) [1.411s][info][gc] GC(19) Verify After Full GC, Level 4 (22026 reachable, 102 marked) [1.411s][info][gc] GC(19) Pause Full 3M->1M(1024M) 58.227ms [1.415s][info][gc] Trigger: Start next cycle immediately [1.418s][info][gc] GC(20) Concurrent reset 3.712ms [1.431s][info][gc] GC(20) Verify Before Mark, Level 4 (22375 reachable, 0 marked) [1.431s][info][gc] GC(20) Pause Init Mark 12.552ms [1.433s][info][gc] GC(20) Concurrent marking roots 1.436ms [1.445s][info][gc] GC(20) Concurrent marking 11.447ms [1.456s][info][gc] GC(20) Verify Before Evacuation, Level 4 (22637 reachable, 1999 marked) [1.464s][info][gc] GC(20) Verify During Evacuation, Level 4 (22637 reachable, 0 marked) [1.464s][info][gc] GC(20) Pause Final Mark 19.488ms [1.464s][info][gc] Failed to allocate 112B for evacuation [1.464s][info][gc] Cancelling GC: Allocation Failure During Evacuation [1.466s][info][gc] GC(20) Concurrent thread roots 1.069ms [1.466s][info][gc] GC(20) Concurrent weak references 0.053ms -1168980134770615455 To re-run test with same seed value please add "-D[1.469s][info][gc] GC(20) Concurrent weak roots 2.667ms [1.469s][info][gc] GC(20) Concurrent cleanup 2M->2M(1024M) 0.058ms jdk.test.lib.random.seed=-1168980134770615455" to command line. [1.471s][info][gc] GC(20) Concurrent strong roots 2.742ms [1.473s][info][gc] GC(20) Concurrent evacuation 1.524ms [1.474s][info][gc] Trigger: Handle Allocation Failure [1.474s][info][gc] GC(21) Cancelling GC: Allocation Failure During Evacuation [1.476s][info][gc] GC(21) Cannot finish degeneration, upgrading to Full GC [1.484s][info][gc] GC(21) Verify Before Full GC, Level 4 (22959 reachable, 0 marked) [1.535s][info][gc] GC(21) Verify After Full GC, Level 4 (22876 reachable, 90 marked) [1.536s][info][gc] GC(21) Pause Degenerated GC (Evacuation) 2M->1M(1024M) 61.480ms [1.538s][info][gc] Trigger: Start next cycle immediately [1.544s][info][gc] GC(22) Concurrent reset 6.460ms [1.557s][info][gc] GC(22) Verify Before Mark, Level 4 (23102 reachable, 0 marked) [1.557s][info][gc] GC(22) Pause Init Mark (unload classes) 12.602ms [1.562s][info][gc] GC(22) Concurrent marking roots 2.639ms Allocated: 39 Mb Allocated: 53 Mb [1.575s][info][gc] GC(22) Concurrent marking (unload classes) 12.429ms [1.587s][info][gc] GC(22) Verify Before Evacuation, Level 4 (23496 reachable, 1869 marked) [1.595s][info][gc] GC(22) Verify During Evacuation, Level 4 (23496 reachable, 0 marked) [1.595s][info][gc] GC(22) Pause Final Mark (unload classes) 19.872ms [1.595s][info][gc] Failed to allocate 104B for evacuation [1.595s][info][gc] Cancelling GC: Allocation Failure During Evacuation [1.596s][info][gc] GC(22) Concurrent thread roots 0.963ms [1.596s][info][gc] GC(22) Concurrent weak references 0.083ms [1.597s][info][gc] GC(22) Concurrent weak roots 1.610ms [1.598s][info][gc] GC(22) Concurrent cleanup 56M->56M(1024M) 0.062ms [1.598s][info][gc] GC(22) Concurrent class unloading 0.821ms [1.599s][info][gc] GC(22) Concurrent strong roots 0.267ms [1.600s][info][gc] GC(22) Concurrent evacuation 1.536ms [1.601s][info][gc] Trigger: Handle Allocation Failure [1.601s][info][gc] GC(23) Cancelling GC: Allocation Failure During Evacuation [1.603s][info][gc] GC(23) Cannot finish degeneration, upgrading to Full GC [1.611s][info][gc] GC(23) Verify Before Full GC, Level 4 (23496 reachable, 0 marked) [1.682s][info][gc] GC(23) Verify After Full GC, Level 4 (23636 reachable, 135 marked) [1.682s][info][gc] GC(23) Pause Degenerated GC (Evacuation) 56M->54M(1024M) 80.672ms Allocated: 83 Mb [1.685s][info][gc] Trigger: Start next cycle immediately [1.689s][info][gc] GC(24) Concurrent reset 4.026ms [1.702s][info][gc] GC(24) Verify Before Mark, Level 4 (23495 reachable, 0 marked) [1.702s][info][gc] GC(24) Pause Init Mark (unload classes) 12.726ms [1.705s][info][gc] GC(24) Concurrent marking roots 0.800ms Allocated: 126 Mb Allocated: 169 Mb Allocated: 228 Mb Allocated: 255 Mb [1.718s][info][gc] GC(24) Concurrent marking (unload classes) 13.597ms [1.731s][info][gc] GC(24) Verify Before Evacuation, Level 4 (23499 reachable, 293 marked) [1.740s][info][gc] GC(24) Verify During Evacuation, Level 4 (23499 reachable, 0 marked) [1.740s][info][gc] GC(24) Pause Final Mark (unload classes) 19.145ms [1.740s][info][gc] GC(24) Failed to allocate 112B for evacuation [1.740s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 275 Mb [1.741s][info][gc] GC(24) Concurrent thread roots 1.635ms [1.741s][info][gc] GC(24) Concurrent weak references 0.048ms Allocated: 295 Mb Allocated: 299 Mb [1.743s][info][gc] GC(24) Concurrent weak roots 1.426ms [1.743s][info][gc] GC(24) Concurrent cleanup 301M->301M(1024M) 0.065ms [1.744s][info][gc] GC(24) Concurrent class unloading 0.841ms [1.744s][info][gc] GC(24) Concurrent strong roots 0.228ms [1.745s][info][gc] GC(24) Concurrent evacuation 1.518ms [1.747s][info][gc] Trigger: Handle Allocation Failure [1.747s][info][gc] GC(25) Cancelling GC: Allocation Failure During Evacuation [1.748s][info][gc] GC(25) Cannot finish degeneration, upgrading to Full GC [1.756s][info][gc] GC(25) Verify Before Full GC, Level 4 (23502 reachable, 0 marked) [1.887s][info][gc] GC(25) Verify After Full GC, Level 4 (23642 reachable, 135 marked) [1.887s][info][gc] GC(25) Pause Degenerated GC (Evacuation) 301M->300M(1024M) 140.766ms Allocated: 321 Mb [1.891s][info][gc] Trigger: Start next cycle immediately Allocated: 366 Mb [1.896s][info][gc] GC(26) Concurrent reset 5.619ms [1.912s][info][gc] GC(26) Verify Before Mark, Level 4 (23760 reachable, 0 marked) [1.912s][info][gc] GC(26) Pause Init Mark 13.261ms Allocated: 416 Mb [1.914s][info][gc] GC(26) Concurrent marking roots 1.861ms [1.928s][info][gc] GC(26) Concurrent marking 14.445ms [1.939s][info][gc] GC(26) Verify Before Evacuation, Level 4 (23762 reachable, 28 marked) [1.947s][info][gc] GC(26) Verify During Evacuation, Level 4 (23762 reachable, 0 marked) [1.947s][info][gc] GC(26) Pause Final Mark 19.278ms [1.947s][info][gc] Failed to allocate 112B for evacuation [1.947s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 456 Mb Allocated: 465 Mb [1.949s][info][gc] GC(26) Concurrent thread roots 2.114ms [1.950s][info][gc] GC(26) Concurrent weak references 0.078ms [1.951s][info][gc] GC(26) Concurrent weak roots 1.480ms [1.951s][info][gc] GC(26) Concurrent cleanup 467M->467M(1024M) 0.058ms [1.952s][info][gc] GC(26) Concurrent strong roots 0.398ms [1.953s][info][gc] GC(26) Concurrent evacuation 1.530ms [1.954s][info][gc] Trigger: Handle Allocation Failure [1.959s][info][gc] GC(27) Cancelling GC: Allocation Failure During Evacuation [1.960s][info][gc] GC(27) Cannot finish degeneration, upgrading to Full GC [1.968s][info][gc] GC(27) Verify Before Full GC, Level 4 (23763 reachable, 0 marked) [2.099s][info][gc] GC(27) Verify After Full GC, Level 4 (23647 reachable, 136 marked) [2.099s][info][gc] GC(27) Pause Degenerated GC (Evacuation) 525M->524M(1024M) 141.006ms Allocated: 523 Mb [2.101s][info][gc] Trigger: Start next cycle immediately [2.107s][info][gc] GC(28) Concurrent reset 6.496ms [2.124s][info][gc] GC(28) Verify Before Mark, Level 4 (23508 reachable, 0 marked) [2.124s][info][gc] GC(28) Pause Init Mark (unload classes) 13.288ms Allocated: 581 Mb [2.126s][info][gc] GC(28) Concurrent marking roots 1.975ms Allocated: 603 Mb Allocated: 645 Mb Allocated: 648 Mb Allocated: 681 Mb Allocated: 687 Mb [2.138s][info][gc] GC(28) Concurrent marking (unload classes) 12.197ms Allocated: 709 Mb [2.149s][info][gc] GC(28) Verify Before Evacuation, Level 4 (23515 reachable, 305 marked) [2.157s][info][gc] GC(28) Verify During Evacuation, Level 4 (23515 reachable, 0 marked) [2.157s][info][gc] GC(28) Pause Final Mark (unload classes) 19.248ms [2.157s][info][gc] Failed to allocate 16B for evacuation [2.157s][info][gc] Cancelling GC: Allocation Failure During Evacuation [2.158s][info][gc] GC(28) Concurrent thread roots 0.549ms [2.158s][info][gc] GC(28) Concurrent weak references 0.085ms [2.160s][info][gc] GC(28) Concurrent weak roots 1.405ms [2.160s][info][gc] GC(28) Concurrent cleanup 711M->711M(1024M) 0.062ms [2.161s][info][gc] GC(28) Concurrent class unloading 0.898ms [2.161s][info][gc] GC(28) Concurrent strong roots 0.233ms [2.162s][info][gc] GC(28) Concurrent evacuation 1.518ms [2.163s][info][gc] Trigger: Handle Allocation Failure [2.172s][info][gc] GC(29) Verify Before Full GC, Level 4 (23514 reachable, 0 marked) [2.285s][info][gc] GC(29) Verify After Full GC, Level 4 (23654 reachable, 135 marked) [2.285s][info][gc] GC(29) Pause Full 711M->677M(1024M) 121.147ms [2.286s][info][gc] Trigger: Start next cycle immediately Allocated: 722 Mb Allocated: 708 Mb [2.293s][info][gc] GC(30) Concurrent reset 7.650ms [2.310s][info][gc] GC(30) Verify Before Mark, Level 4 (23770 reachable, 0 marked) [2.311s][info][gc] GC(30) Pause Init Mark 13.885ms Allocated: 705 Mb [2.312s][info][gc] GC(30) Concurrent marking roots 1.236ms Allocated: 714 Mb Allocated: 739 Mb [2.334s][info][gc] GC(30) Concurrent marking 21.828ms [2.346s][info][gc] GC(30) Verify Before Evacuation, Level 4 (23770 reachable, 39 marked) [2.354s][info][gc] GC(30) Verify During Evacuation, Level 4 (23770 reachable, 0 marked) [2.354s][info][gc] GC(30) Pause Final Mark 20.146ms [2.354s][info][gc] Failed to allocate 16B for evacuation [2.354s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 703 Mb [2.355s][info][gc] GC(30) Concurrent thread roots 0.572ms [2.355s][info][gc] GC(30) Concurrent weak references 0.101ms [2.357s][info][gc] GC(30) Concurrent weak roots 1.316ms [2.369s][info][gc] GC(30) Concurrent cleanup 922M->868M(1024M) 12.779ms [2.370s][info][gc] GC(30) Concurrent strong roots 0.419ms Allocated: 703 Mb [2.371s][info][gc] GC(30) Concurrent evacuation 1.521ms [2.372s][info][gc] Trigger: Handle Allocation Failure [2.373s][info][gc] GC(31) Cancelling GC: Allocation Failure During Evacuation [2.374s][info][gc] GC(31) Cannot finish degeneration, upgrading to Full GC [2.383s][info][gc] GC(31) Verify Before Full GC, Level 4 (23770 reachable, 0 marked) [2.617s][info][gc] GC(31) Verify After Full GC, Level 4 (23654 reachable, 135 marked) [2.617s][info][gc] GC(31) Pause Degenerated GC (Evacuation) 868M->690M(1024M) 244.393ms [2.618s][info][gc] Trigger: Start next cycle immediately Allocated: 751 Mb Allocated: 736 Mb [2.626s][info][gc] GC(32) Concurrent reset 8.029ms [2.643s][info][gc] GC(32) Verify Before Mark, Level 4 (23513 reachable, 0 marked) [2.643s][info][gc] GC(32) Pause Init Mark (unload classes) 13.810ms Allocated: 726 Mb [2.644s][info][gc] GC(32) Concurrent marking roots 1.220ms Allocated: 691 Mb Allocated: 712 Mb Allocated: 727 Mb Allocated: 684 Mb Allocated: 688 Mb Allocated: 690 Mb [2.662s][info][gc] GC(32) Concurrent marking (unload classes) 17.509ms [2.673s][info][gc] GC(32) Verify Before Evacuation, Level 4 (23517 reachable, 307 marked) [2.681s][info][gc] GC(32) Verify During Evacuation, Level 4 (23517 reachable, 0 marked) [2.681s][info][gc] GC(32) Pause Final Mark (unload classes) 19.481ms [2.682s][info][gc] GC(32) Failed to allocate 96B for evacuation [2.682s][info][gc] GC(32) Cancelling GC: Allocation Failure During Evacuation [2.683s][info][gc] GC(32) Concurrent thread roots 0.601ms [2.683s][info][gc] GC(32) Concurrent weak references 0.062ms [2.685s][info][gc] GC(32) Concurrent weak roots 1.709ms Allocated: 726 Mb [2.698s][info][gc] GC(32) Concurrent cleanup 957M->862M(1024M) 12.724ms [2.699s][info][gc] GC(32) Concurrent class unloading 0.962ms [2.699s][info][gc] GC(32) Concurrent strong roots 0.247ms [2.700s][info][gc] GC(32) Concurrent evacuation 1.528ms [2.701s][info][gc] Trigger: Handle Allocation Failure [2.702s][info][gc] GC(33) Cancelling GC: Allocation Failure During Evacuation [2.703s][info][gc] GC(33) Cannot finish degeneration, upgrading to Full GC [2.711s][info][gc] GC(33) Verify Before Full GC, Level 4 (23514 reachable, 0 marked) [2.911s][info][gc] GC(33) Verify After Full GC, Level 4 (23654 reachable, 136 marked) [2.911s][info][gc] GC(33) Pause Degenerated GC (Evacuation) 887M->688M(1024M) 209.284ms Allocated: 687 Mb [2.913s][info][gc] Trigger: Start next cycle immediately Allocated: 709 Mb Allocated: 694 Mb [2.921s][info][gc] GC(34) Concurrent reset 7.595ms [2.937s][info][gc] GC(34) Verify Before Mark, Level 4 (23772 reachable, 0 marked) [2.937s][info][gc] GC(34) Pause Init Mark 14.142ms Allocated: 748 Mb [2.938s][info][gc] GC(34) Concurrent marking roots 1.227ms Allocated: 739 Mb [2.954s][info][gc] GC(34) Concurrent marking 15.944ms [2.966s][info][gc] GC(34) Verify Before Evacuation, Level 4 (23772 reachable, 32 marked) [2.974s][info][gc] GC(34) Verify During Evacuation, Level 4 (23772 reachable, 0 marked) [2.974s][info][gc] GC(34) Pause Final Mark 19.680ms [2.974s][info][gc] Failed to allocate 40B for evacuation [2.974s][info][gc] Cancelling GC: Allocation Failure During Evacuation [2.975s][info][gc] GC(34) Concurrent thread roots 1.352ms Allocated: 712 Mb Allocated: 683 Mb [2.977s][info][gc] GC(34) Concurrent weak references 1.645ms [2.978s][info][gc] GC(34) Concurrent weak roots 1.283ms [2.982s][info][gc] GC(34) Concurrent cleanup 851M->824M(1024M) 3.682ms [2.982s][info][gc] GC(34) Concurrent strong roots 0.373ms [2.984s][info][gc] GC(34) Concurrent evacuation 1.524ms [2.985s][info][gc] Trigger: Handle Allocation Failure [2.988s][info][gc] GC(35) Cancelling GC: Allocation Failure During Evacuation [2.990s][info][gc] GC(35) Cannot finish degeneration, upgrading to Full GC [2.998s][info][gc] GC(35) Verify Before Full GC, Level 4 (23774 reachable, 0 marked) [3.200s][info][gc] GC(35) Verify After Full GC, Level 4 (23658 reachable, 136 marked) [3.200s][info][gc] GC(35) Pause Degenerated GC (Evacuation) 854M->715M(1024M) 211.431ms Allocated: 714 Mb Allocated: 674 Mb [3.201s][info][gc] Trigger: Start next cycle immediately [3.208s][info][gc] GC(36) Concurrent reset 7.497ms [3.226s][info][gc] GC(36) Verify Before Mark, Level 4 (23774 reachable, 0 marked) [3.226s][info][gc] GC(36) Pause Init Mark 14.423ms Allocated: 715 Mb Allocated: 682 Mb [3.228s][info][gc] GC(36) Concurrent marking roots 1.711ms Allocated: 743 Mb [3.244s][info][gc] GC(36) Concurrent marking 16.594ms [3.256s][info][gc] GC(36) Verify Before Evacuation, Level 4 (23773 reachable, 36 marked) [3.264s][info][gc] GC(36) Verify During Evacuation, Level 4 (23773 reachable, 0 marked) [3.264s][info][gc] GC(36) Pause Final Mark 19.512ms [3.268s][info][gc] GC(36) Failed to allocate 96B for evacuation [3.268s][info][gc] GC(36) Cancelling GC: Allocation Failure During Evacuation [3.268s][info][gc] GC(36) Concurrent thread roots 0.630ms [3.268s][info][gc] GC(36) Concurrent weak references 0.073ms Allocated: 728 Mb [3.270s][info][gc] GC(36) Concurrent weak roots 2.077ms [3.276s][info][gc] GC(36) Concurrent cleanup 875M->832M(1024M) 5.751ms [3.277s][info][gc] GC(36) Concurrent strong roots 0.386ms [3.278s][info][gc] GC(36) Concurrent evacuation 1.523ms [3.279s][info][gc] Trigger: Handle Allocation Failure [3.285s][info][gc] GC(37) Cancelling GC: Allocation Failure During Evacuation [3.286s][info][gc] GC(37) Cannot finish degeneration, upgrading to Full GC [3.295s][info][gc] GC(37) Verify Before Full GC, Level 4 (23773 reachable, 0 marked) [3.517s][info][gc] GC(37) Verify After Full GC, Level 4 (23657 reachable, 136 marked) [3.517s][info][gc] GC(37) Pause Degenerated GC (Evacuation) 895M->737M(1024M) 232.318ms Allocated: 736 Mb [3.518s][info][gc] Trigger: Start next cycle immediately Allocated: 708 Mb Allocated: 699 Mb Allocated: 713 Mb [3.526s][info][gc] GC(38) Concurrent reset 8.362ms [3.544s][info][gc] GC(38) Verify Before Mark, Level 4 (23517 reachable, 0 marked) [3.545s][info][gc] GC(38) Pause Init Mark (unload classes) 14.059ms Allocated: 740 Mb Allocated: 658 Mb [3.546s][info][gc] GC(38) Concurrent marking roots 1.349ms Allocated: 716 Mb [3.563s][info][gc] GC(38) Concurrent marking (unload classes) 16.521ms [3.574s][info][gc] GC(38) Verify Before Evacuation, Level 4 (23516 reachable, 292 marked) [3.583s][info][gc] GC(38) Verify During Evacuation, Level 4 (23516 reachable, 0 marked) [3.583s][info][gc] GC(38) Pause Final Mark (unload classes) 19.886ms [3.583s][info][gc] Failed to allocate 112B for evacuation [3.583s][info][gc] Cancelling GC: Allocation Failure During Evacuation [3.584s][info][gc] GC(38) Concurrent thread roots 1.749ms [3.584s][info][gc] GC(38) Concurrent weak references 0.063ms [3.588s][info][gc] GC(38) Concurrent weak roots 3.439ms Allocated: 739 Mb [3.603s][info][gc] GC(38) Concurrent cleanup 970M->883M(1024M) 14.759ms [3.605s][info][gc] GC(38) Concurrent class unloading 1.869ms Allocated: 702 Mb [3.605s][info][gc] GC(38) Concurrent strong roots 0.239ms [3.606s][info][gc] GC(38) Concurrent evacuation 1.507ms [3.607s][info][gc] Trigger: Handle Allocation Failure [3.616s][info][gc] GC(39) Verify Before Full GC, Level 4 (23516 reachable, 0 marked) [3.827s][info][gc] GC(39) Verify After Full GC, Level 4 (23656 reachable, 135 marked) [3.827s][info][gc] GC(39) Pause Full 883M->699M(1024M) 219.438ms [3.829s][info][gc] Trigger: Start next cycle immediately Allocated: 729 Mb Allocated: 718 Mb [3.837s][info][gc] GC(40) Concurrent reset 8.148ms [3.854s][info][gc] GC(40) Verify Before Mark, Level 4 (23516 reachable, 0 marked) [3.854s][info][gc] GC(40) Pause Init Mark (unload classes) 13.936ms Allocated: 717 Mb [3.855s][info][gc] GC(40) Concurrent marking roots 0.840ms [3.867s][info][gc] GC(40) Concurrent marking (unload classes) 12.165ms Allocated: 720 Mb [3.879s][info][gc] GC(40) Verify Before Evacuation, Level 4 (23516 reachable, 286 marked) [3.887s][info][gc] GC(40) Verify ... Output overflow: JT Harness has limited the test output to the text at the beginning and the end, so that you can see how the test began, and how it completed. If you need to see more of the output from the test, set the system property javatest.maxOutputSize to a higher value. The current value is 100000 ... ) [32.516s][info][gc] GC(233) Verify After Full GC, Level 4 (23682 reachable, 136 marked) [32.516s][info][gc] GC(233) Pause Degenerated GC (Evacuation) 894M->741M(1024M) 230.134ms Allocated: 740 Mb [32.518s][info][gc] Trigger: Start next cycle immediately [32.525s][info][gc] GC(234) Concurrent reset 7.536ms [32.543s][info][gc] GC(234) Verify Before Mark, Level 4 (23797 reachable, 0 marked) [32.543s][info][gc] GC(234) Pause Init Mark 14.156ms Allocated: 687 Mb [32.544s][info][gc] GC(234) Concurrent marking roots 1.298ms Allocated: 721 Mb Allocated: 676 Mb [32.559s][info][gc] GC(234) Concurrent marking 14.868ms [32.576s][info][gc] GC(234) Verify Before Evacuation, Level 4 (23799 reachable, 34 marked) [32.584s][info][gc] GC(234) Verify During Evacuation, Level 4 (23799 reachable, 0 marked) [32.584s][info][gc] GC(234) Pause Final Mark 20.679ms [32.584s][info][gc] Failed to allocate 144B for evacuation [32.584s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 712 Mb [32.585s][info][gc] GC(234) Concurrent thread roots 1.042ms [32.585s][info][gc] GC(234) Concurrent weak references 0.077ms [32.587s][info][gc] GC(234) Concurrent weak roots 1.433ms Allocated: 699 Mb [32.600s][info][gc] GC(234) Concurrent cleanup 875M->809M(1024M) 13.364ms [32.601s][info][gc] GC(234) Concurrent strong roots 0.502ms [32.602s][info][gc] GC(234) Concurrent evacuation 1.655ms [32.603s][info][gc] Trigger: Handle Allocation Failure [32.603s][info][gc] GC(235) Cancelling GC: Allocation Failure During Evacuation [32.605s][info][gc] GC(235) Cannot finish degeneration, upgrading to Full GC [32.614s][info][gc] GC(235) Verify Before Full GC, Level 4 (23800 reachable, 0 marked) [32.771s][info][gc] GC(235) Verify After Full GC, Level 4 (23684 reachable, 135 marked) [32.771s][info][gc] GC(235) Pause Degenerated GC (Evacuation) 809M->700M(1024M) 167.342ms [32.773s][info][gc] Trigger: Start next cycle immediately Allocated: 757 Mb Allocated: 727 Mb Allocated: 728 Mb [32.787s][info][gc] GC(236) Concurrent reset 13.667ms [32.807s][info][gc] GC(236) Verify Before Mark, Level 4 (23540 reachable, 0 marked) [32.808s][info][gc] GC(236) Pause Init Mark (unload classes) 17.665ms Allocated: 723 Mb [32.809s][info][gc] GC(236) Concurrent marking roots 0.916ms [32.820s][info][gc] Failed to allocate Shared, 63941K [32.820s][info][gc] Cancelling GC: Allocation Failure [32.820s][info][gc] GC(236) Concurrent marking (unload classes) 11.300ms [32.821s][info][gc] Trigger: Handle Allocation Failure [32.836s][info][gc] GC(237) Verify During Evacuation, Level 4 (23539 reachable, 0 marked) [32.860s][info][gc] GC(237) Cancelling GC: Allocation Failure During Evacuation [32.862s][info][gc] GC(237) Cannot finish degeneration, upgrading to Full GC [32.870s][info][gc] GC(237) Verify Before Full GC, Level 4 (23539 reachable, 0 marked) [33.039s][info][gc] GC(237) Verify After Full GC, Level 4 (23679 reachable, 135 marked) [33.039s][info][gc] GC(237) Pause Degenerated GC (Mark) 905M->655M(1024M) 218.124ms [33.040s][info][gc] Trigger: Start next cycle immediately Allocated: 716 Mb [33.048s][info][gc] GC(238) Concurrent reset 8.033ms [33.064s][info][gc] GC(238) Verify Before Mark, Level 4 (23795 reachable, 0 marked) [33.064s][info][gc] GC(238) Pause Init Mark 15.024ms Allocated: 729 Mb [33.065s][info][gc] GC(238) Concurrent marking roots 1.323ms Allocated: 692 Mb Allocated: 732 Mb [33.082s][info][gc] GC(238) Concurrent marking 17.071ms [33.095s][info][gc] GC(238) Verify Before Evacuation, Level 4 (23794 reachable, 36 marked) [33.104s][info][gc] GC(238) Verify During Evacuation, Level 4 (23794 reachable, 0 marked) [33.104s][info][gc] GC(238) Pause Final Mark 21.617ms [33.104s][info][gc] Failed to allocate 16B for evacuation [33.104s][info][gc] Cancelling GC: Allocation Failure During Evacuation [33.108s][info][gc] GC(238) Concurrent thread roots 0.575ms [33.109s][info][gc] GC(238) Concurrent weak references 0.075ms Allocated: 720 Mb [33.110s][info][gc] GC(238) Concurrent weak roots 1.448ms [33.114s][info][gc] GC(238) Concurrent cleanup 876M->842M(1024M) 4.447ms [33.115s][info][gc] GC(238) Concurrent strong roots 0.479ms [33.117s][info][gc] GC(238) Concurrent evacuation 1.656ms [33.118s][info][gc] Trigger: Handle Allocation Failure [33.126s][info][gc] GC(239) Verify Before Full GC, Level 4 (23794 reachable, 0 marked) [33.331s][info][gc] GC(239) Verify After Full GC, Level 4 (23678 reachable, 135 marked) [33.331s][info][gc] GC(239) Pause Full 842M->688M(1024M) 213.211ms [33.332s][info][gc] Trigger: Start next cycle immediately Allocated: 718 Mb Allocated: 694 Mb Allocated: 711 Mb Allocated: 690 Mb Allocated: 732 Mb Allocated: 670 Mb [33.345s][info][gc] GC(240) Concurrent reset 13.194ms [33.362s][info][gc] GC(240) Verify Before Mark, Level 4 (23540 reachable, 0 marked) [33.362s][info][gc] GC(240) Pause Init Mark (unload classes) 16.621ms Allocated: 705 Mb [33.363s][info][gc] GC(240) Concurrent marking roots 1.157ms Allocated: 729 Mb [33.376s][info][gc] GC(240) Concurrent marking (unload classes) 12.316ms [33.388s][info][gc] GC(240) Verify Before Evacuation, Level 4 (23540 reachable, 286 marked) [33.397s][info][gc] GC(240) Verify During Evacuation, Level 4 (23540 reachable, 0 marked) [33.397s][info][gc] GC(240) Pause Final Mark (unload classes) 21.106ms [33.400s][info][gc] GC(240) Failed to allocate 128B for evacuation [33.400s][info][gc] GC(240) Cancelling GC: Allocation Failure During Evacuation [33.400s][info][gc] GC(240) Concurrent thread roots 0.635ms [33.401s][info][gc] GC(240) Concurrent weak references 0.063ms Allocated: 720 Mb [33.402s][info][gc] GC(240) Concurrent weak roots 1.787ms Allocated: 655 Mb Allocated: 676 Mb [33.422s][info][gc] GC(240) Concurrent cleanup 953M->826M(1024M) 19.579ms [33.424s][info][gc] GC(240) Concurrent class unloading 1.571ms [33.424s][info][gc] GC(240) Concurrent strong roots 0.244ms [33.425s][info][gc] GC(240) Concurrent evacuation 1.502ms [33.426s][info][gc] Trigger: Handle Allocation Failure [33.430s][info][gc] GC(241) Cancelling GC: Allocation Failure During Evacuation [33.431s][info][gc] GC(241) Cannot finish degeneration, upgrading to Full GC [33.439s][info][gc] GC(241) Verify Before Full GC, Level 4 (23542 reachable, 0 marked) [33.638s][info][gc] GC(241) Verify After Full GC, Level 4 (23681 reachable, 136 marked) [33.638s][info][gc] GC(241) Pause Degenerated GC (Evacuation) 862M->712M(1024M) 208.533ms Allocated: 711 Mb [33.639s][info][gc] Trigger: Start next cycle immediately Allocated: 729 Mb Allocated: 714 Mb [33.652s][info][gc] GC(242) Concurrent reset 12.920ms [33.671s][info][gc] GC(242) Verify Before Mark, Level 4 (23541 reachable, 0 marked) [33.671s][info][gc] GC(242) Pause Init Mark (unload classes) 16.882ms Allocated: 682 Mb [33.673s][info][gc] GC(242) Concurrent marking roots 1.186ms Allocated: 717 Mb Allocated: 694 Mb [33.687s][info][gc] GC(242) Concurrent marking (unload classes) 14.725ms [33.700s][info][gc] GC(242) Verify Before Evacuation, Level 4 (23543 reachable, 289 marked) [33.709s][info][gc] GC(242) Verify During Evacuation, Level 4 (23543 reachable, 0 marked) [33.709s][info][gc] GC(242) Pause Final Mark (unload classes) 22.037ms [33.709s][info][gc] Failed to allocate 112B for evacuation [33.709s][info][gc] Cancelling GC: Allocation Failure During Evacuation [33.712s][info][gc] GC(242) Concurrent thread roots 2.957ms [33.712s][info][gc] GC(242) Concurrent weak references 0.069ms Allocated: 724 Mb [33.715s][info][gc] GC(242) Concurrent weak roots 2.321ms Allocated: 702 Mb Allocated: 684 Mb [33.735s][info][gc] GC(242) Concurrent cleanup 922M->815M(1024M) 20.269ms [33.737s][info][gc] GC(242) Concurrent class unloading 1.613ms [33.737s][info][gc] GC(242) Concurrent strong roots 0.277ms [33.739s][info][gc] GC(242) Concurrent evacuation 1.653ms [33.740s][info][gc] Trigger: Handle Allocation Failure [33.740s][info][gc] GC(243) Cancelling GC: Allocation Failure During Evacuation [33.741s][info][gc] GC(243) Cannot finish degeneration, upgrading to Full GC [33.750s][info][gc] GC(243) Verify Before Full GC, Level 4 (23543 reachable, 0 marked) [33.952s][info][gc] GC(243) Verify After Full GC, Level 4 (23683 reachable, 135 marked) [33.953s][info][gc] GC(243) Pause Degenerated GC (Evacuation) 815M->685M(1024M) 212.681ms [33.954s][info][gc] Trigger: Start next cycle immediately Allocated: 704 Mb Allocated: 740 Mb Allocated: 706 Mb Allocated: 688 Mb Allocated: 727 Mb Allocated: 699 Mb [33.967s][info][gc] GC(244) Concurrent reset 13.357ms [33.987s][info][gc] GC(244) Verify Before Mark, Level 4 (23544 reachable, 0 marked) [33.987s][info][gc] GC(244) Pause Init Mark (unload classes) 16.660ms Allocated: 753 Mb [33.988s][info][gc] GC(244) Concurrent marking roots 1.188ms Allocated: 697 Mb [34.004s][info][gc] GC(244) Concurrent marking (unload classes) 15.995ms [34.016s][info][gc] GC(244) Verify Before Evacuation, Level 4 (23544 reachable, 286 marked) [34.024s][info][gc] GC(244) Verify During Evacuation, Level 4 (23544 reachable, 0 marked) [34.024s][info][gc] GC(244) Pause Final Mark (unload classes) 20.110ms [34.024s][info][gc] Failed to allocate 112B for evacuation [34.024s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 714 Mb [34.027s][info][gc] GC(244) Concurrent thread roots 0.580ms [34.027s][info][gc] GC(244) Concurrent weak references 0.089ms [34.029s][info][gc] GC(244) Concurrent weak roots 1.579ms [34.046s][info][gc] GC(244) Concurrent cleanup 952M->820M(1024M) 17.672ms [34.048s][info][gc] GC(244) Concurrent class unloading 1.786ms [34.048s][info][gc] GC(244) Concurrent strong roots 0.252ms Allocated: 711 Mb [34.050s][info][gc] GC(244) Concurrent evacuation 1.664ms [34.051s][info][gc] Trigger: Handle Allocation Failure [34.051s][info][gc] GC(245) Cancelling GC: Allocation Failure During Evacuation [34.053s][info][gc] GC(245) Cannot finish degeneration, upgrading to Full GC [34.062s][info][gc] GC(245) Verify Before Full GC, Level 4 (23544 reachable, 0 marked) [34.288s][info][gc] GC(245) Verify After Full GC, Level 4 (23684 reachable, 135 marked) [34.288s][info][gc] GC(245) Pause Degenerated GC (Evacuation) 839M->692M(1024M) 236.756ms [34.290s][info][gc] Trigger: Start next cycle immediately Allocated: 749 Mb [34.298s][info][gc] GC(246) Concurrent reset 8.145ms [34.312s][info][gc] GC(246) Verify Before Mark, Level 4 (23798 reachable, 0 marked) [34.312s][info][gc] GC(246) Pause Init Mark 13.975ms Allocated: 733 Mb [34.314s][info][gc] GC(246) Concurrent marking roots 1.263ms Allocated: 714 Mb Allocated: 703 Mb [34.330s][info][gc] GC(246) Concurrent marking 16.479ms [34.342s][info][gc] GC(246) Verify Before Evacuation, Level 4 (23798 reachable, 35 marked) [34.350s][info][gc] GC(246) Verify During Evacuation, Level 4 (23798 reachable, 0 marked) [34.350s][info][gc] GC(246) Pause Final Mark 19.883ms [34.350s][info][gc] Failed to allocate 112B for evacuation [34.350s][info][gc] Cancelling GC: Allocation Failure During Evacuation [34.352s][info][gc] GC(246) Concurrent thread roots 0.550ms [34.352s][info][gc] GC(246) Concurrent weak references 0.074ms [34.356s][info][gc] GC(246) Concurrent weak roots 3.324ms Allocated: 717 Mb [34.366s][info][gc] GC(246) Concurrent cleanup 934M->861M(1024M) 9.738ms [34.366s][info][gc] GC(246) Concurrent strong roots 0.638ms [34.368s][info][gc] GC(246) Concurrent evacuation 1.500ms [34.369s][info][gc] Trigger: Handle Allocation Failure [34.369s][info][gc] GC(247) Cancelling GC: Allocation Failure During Evacuation [34.370s][info][gc] GC(247) Cannot finish degeneration, upgrading to Full GC [34.379s][info][gc] GC(247) Verify Before Full GC, Level 4 (23798 reachable, 0 marked) [34.589s][info][gc] GC(247) Verify After Full GC, Level 4 (23682 reachable, 135 marked) [34.589s][info][gc] GC(247) Pause Degenerated GC (Evacuation) 861M->667M(1024M) 220.423ms [34.592s][info][gc] Trigger: Start next cycle immediately Allocated: 709 Mb Allocated: 727 Mb [34.600s][info][gc] GC(248) Concurrent reset 7.841ms [34.617s][info][gc] GC(248) Verify Before Mark, Level 4 (23542 reachable, 0 marked) [34.617s][info][gc] GC(248) Pause Init Mark (unload classes) 13.750ms Allocated: 759 Mb [34.619s][info][gc] GC(248) Concurrent marking roots 1.167ms Allocated: 706 Mb Allocated: 686 Mb [34.632s][info][gc] GC(248) Concurrent marking (unload classes) 13.751ms [34.644s][info][gc] GC(248) Verify Before Evacuation, Level 4 (23541 reachable, 292 marked) [34.651s][info][gc] GC(248) Verify During Evacuation, Level 4 (23541 reachable, 0 marked) [34.651s][info][gc] GC(248) Pause Final Mark (unload classes) 18.893ms [34.651s][info][gc] Failed to allocate 112B for evacuation [34.651s][info][gc] Cancelling GC: Allocation Failure During Evacuation [34.652s][info][gc] GC(248) Concurrent thread roots 1.025ms [34.652s][info][gc] GC(248) Concurrent weak references 0.051ms Allocated: 738 Mb [34.657s][info][gc] GC(248) Concurrent weak roots 4.531ms Allocated: 698 Mb [34.666s][info][gc] GC(248) Concurrent cleanup 952M->885M(1024M) 9.008ms [34.667s][info][gc] GC(248) Concurrent class unloading 1.506ms [34.668s][info][gc] GC(248) Concurrent strong roots 0.244ms [34.669s][info][gc] GC(248) Concurrent evacuation 1.506ms [34.670s][info][gc] Trigger: Handle Allocation Failure [34.682s][info][gc] GC(249) Verify Before Full GC, Level 4 (23541 reachable, 0 marked) [34.911s][info][gc] GC(249) Verify After Full GC, Level 4 (23681 reachable, 136 marked) [34.911s][info][gc] GC(249) Pause Full 944M->758M(1024M) 237.395ms Allocated: 757 Mb [34.913s][info][gc] Trigger: Start next cycle immediately Allocated: 753 Mb [34.921s][info][gc] GC(250) Concurrent reset 7.966ms [34.939s][info][gc] GC(250) Verify Before Mark, Level 4 (23539 reachable, 0 marked) [34.939s][info][gc] GC(250) Pause Init Mark (unload classes) 13.764ms Allocated: 735 Mb [34.940s][info][gc] GC(250) Concurrent marking roots 1.185ms Allocated: 725 Mb [34.956s][info][gc] GC(250) Concurrent marking (unload classes) 15.381ms [34.967s][info][gc] GC(250) Verify Before Evacuation, Level 4 (23539 reachable, 286 marked) [34.975s][info][gc] GC(250) Verify During Evacuation, Level 4 (23539 reachable, 0 marked) [34.975s][info][gc] GC(250) Pause Final Mark (unload classes) 19.447ms [34.975s][info][gc] Failed to allocate 112B for evacuation [34.975s][info][gc] Cancelling GC: Allocation Failure During Evacuation [34.976s][info][gc] GC(250) Concurrent thread roots 0.547ms [34.976s][info][gc] GC(250) Concurrent weak references 0.050ms [34.978s][info][gc] GC(250) Concurrent weak roots 1.737ms Allocated: 710 Mb Allocated: 714 Mb [34.997s][info][gc] GC(250) Concurrent cleanup 962M->839M(1024M) 19.177ms [34.999s][info][gc] GC(250) Concurrent class unloading 1.560ms [34.999s][info][gc] GC(250) Concurrent strong roots 0.242ms [35.001s][info][gc] GC(250) Concurrent evacuation 1.525ms [35.002s][info][gc] Trigger: Handle Allocation Failure [35.002s][info][gc] GC(251) Cancelling GC: Allocation Failure During Evacuation [35.003s][info][gc] GC(251) Cannot finish degeneration, upgrading to Full GC [35.012s][info][gc] GC(251) Verify Before Full GC, Level 4 (23539 reachable, 0 marked) [35.222s][info][gc] GC(251) Verify After Full GC, Level 4 (23679 reachable, 135 marked) [35.222s][info][gc] GC(251) Pause Degenerated GC (Evacuation) 839M->661M(1024M) 220.161ms [35.224s][info][gc] Trigger: Start next cycle immediately Allocated: 716 Mb Allocated: 728 Mb [35.232s][info][gc] GC(252) Concurrent reset 7.822ms [35.250s][info][gc] GC(252) Verify Before Mark, Level 4 (23539 reachable, 0 marked) [35.250s][info][gc] GC(252) Pause Init Mark (unload classes) 13.669ms Allocated: 718 Mb [35.251s][info][gc] GC(252) Concurrent marking roots 1.175ms Allocated: 711 Mb Allocated: 660 Mb Allocated: 663 Mb [35.266s][info][gc] GC(252) Concurrent marking (unload classes) 14.610ms [35.277s][info][gc] GC(252) Verify Before Evacuation, Level 4 (23541 reachable, 294 marked) [35.285s][info][gc] GC(252) Verify During Evacuation, Level 4 (23541 reachable, 0 marked) [35.285s][info][gc] GC(252) Pause Final Mark (unload classes) 19.126ms [35.285s][info][gc] Failed to allocate 112B for evacuation [35.285s][info][gc] Cancelling GC: Allocation Failure During Evacuation [35.287s][info][gc] GC(252) Concurrent thread roots 1.850ms [35.287s][info][gc] GC(252) Concurrent weak references 0.053ms Allocated: 696 Mb [35.289s][info][gc] GC(252) Concurrent weak roots 1.873ms Allocated: 701 Mb [35.302s][info][gc] GC(252) Concurrent cleanup 911M->877M(1024M) 12.698ms Allocated: 741 Mb [35.306s][info][gc] GC(252) Concurrent class unloading 4.712ms [35.307s][info][gc] GC(252) Concurrent strong roots 0.240ms [35.308s][info][gc] GC(252) Concurrent evacuation 1.514ms [35.309s][info][gc] Trigger: Handle Allocation Failure [35.309s][info][gc] GC(253) Cancelling GC: Allocation Failure During Evacuation [35.311s][info][gc] GC(253) Cannot finish degeneration, upgrading to Full GC [35.319s][info][gc] GC(253) Verify Before Full GC, Level 4 (23542 reachable, 0 marked) [35.537s][info][gc] GC(253) Verify After Full GC, Level 4 (23682 reachable, 135 marked) [35.537s][info][gc] GC(253) Pause Degenerated GC (Evacuation) 877M->696M(1024M) 227.571ms [35.540s][info][gc] Trigger: Start next cycle immediately Allocated: 735 Mb Allocated: 683 Mb Allocated: 713 Mb Allocated: 671 Mb Allocated: 679 Mb [35.548s][info][gc] GC(254) Concurrent reset 8.200ms [35.564s][info][gc] GC(254) Verify Before Mark, Level 4 (23799 reachable, 0 marked) [35.565s][info][gc] GC(254) Pause Init Mark 14.096ms Allocated: 721 Mb Allocated: 674 Mb [35.566s][info][gc] GC(254) Concurrent marking roots 1.898ms Allocated: 695 Mb [35.580s][info][gc] GC(254) Concurrent marking 13.267ms [35.591s][info][gc] GC(254) Verify Before Evacuation, Level 4 (23801 reachable, 33 marked) [35.600s][info][gc] GC(254) Verify During Evacuation, Level 4 (23801 reachable, 0 marked) [35.600s][info][gc] GC(254) Pause Final Mark 19.838ms [35.600s][info][gc] Failed to allocate 112B for evacuation [35.600s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 733 Mb [35.604s][info][gc] GC(254) Concurrent thread roots 4.207ms [35.604s][info][gc] GC(254) Concurrent weak references 0.076ms [35.605s][info][gc] GC(254) Concurrent weak roots 1.300ms Allocated: 736 Mb [35.621s][info][gc] GC(254) Concurrent cleanup 906M->843M(1024M) 15.818ms [35.622s][info][gc] GC(254) Concurrent strong roots 0.482ms [35.623s][info][gc] GC(254) Concurrent evacuation 1.502ms [35.624s][info][gc] Trigger: Handle Allocation Failure [35.624s][info][gc] GC(255) Cancelling GC: Allocation Failure During Evacuation [35.626s][info][gc] GC(255) Cannot finish degeneration, upgrading to Full GC [35.634s][info][gc] GC(255) Verify Before Full GC, Level 4 (23798 reachable, 0 marked) [35.856s][info][gc] GC(255) Verify After Full GC, Level 4 (23682 reachable, 135 marked) [35.856s][info][gc] GC(255) Pause Degenerated GC (Evacuation) 843M->676M(1024M) 232.148ms Allocated: 685 Mb [35.858s][info][gc] Trigger: Start next cycle immediately [35.865s][info][gc] GC(256) Concurrent reset 7.644ms [35.881s][info][gc] GC(256) Verify Before Mark, Level 4 (23543 reachable, 0 marked) [35.881s][info][gc] GC(256) Pause Init Mark (unload classes) 13.644ms Allocated: 742 Mb [35.882s][info][gc] GC(256) Concurrent marking roots 1.185ms Allocated: 728 Mb Allocated: 726 Mb [35.900s][info][gc] GC(256) Concurrent marking (unload classes) 17.745ms [35.911s][info][gc] GC(256) Verify Before Evacuation, Level 4 (23542 reachable, 292 marked) [35.919s][info][gc] GC(256) Verify During Evacuation, Level 4 (23542 reachable, 0 marked) [35.919s][info][gc] GC(256) Pause Final Mark (unload classes) 18.950ms [35.919s][info][gc] Failed to allocate 112B for evacuation [35.919s][info][gc] Cancelling GC: Allocation Failure During Evacuation [35.920s][info][gc] GC(256) Concurrent thread roots 1.317ms [35.920s][info][gc] GC(256) Concurrent weak references 0.051ms [35.924s][info][gc] GC(256) Concurrent weak roots 3.486ms [35.924s][info][gc] GC(256) Concurrent cleanup 888M->888M(1024M) 0.060ms Allocated: 739 Mb [35.925s][info][gc] GC(256) Concurrent class unloading 1.470ms [35.926s][info][gc] GC(256) Concurrent strong roots 0.224ms [35.927s][info][gc] GC(256) Concurrent evacuation 1.503ms [35.928s][info][gc] Trigger: Handle Allocation Failure [35.928s][info][gc] GC(257) Cancelling GC: Allocation Failure During Evacuation [35.930s][info][gc] GC(257) Cannot finish degeneration, upgrading to Full GC [35.938s][info][gc] GC(257) Verify Before Full GC, Level 4 (23540 reachable, 0 marked) [36.151s][info][gc] GC(257) Verify After Full GC, Level 4 (23680 reachable, 135 marked) [36.151s][info][gc] GC(257) Pause Degenerated GC (Evacuation) 888M->673M(1024M) 222.251ms [36.153s][info][gc] Trigger: Start next cycle immediately Allocated: 731 Mb Allocated: 707 Mb Allocated: 670 Mb [36.161s][info][gc] GC(258) Concurrent reset 8.126ms [36.175s][info][gc] GC(258) Verify Before Mark, Level 4 (23539 reachable, 0 marked) [36.175s][info][gc] GC(258) Pause Init Mark (unload classes) 13.622ms Allocated: 714 Mb [36.176s][info][gc] GC(258) Concurrent marking roots 0.897ms Allocated: 699 Mb Allocated: 729 Mb Allocated: 697 Mb [36.190s][info][gc] GC(258) Concurrent marking (unload classes) 14.291ms [36.201s][info][gc] GC(258) Verify Before Evacuation, Level 4 (23540 reachable, 295 marked) [36.209s][info][gc] GC(258) Verify During Evacuation, Level 4 (23540 reachable, 0 marked) [36.209s][info][gc] GC(258) Pause Final Mark (unload classes) 18.994ms [36.209s][info][gc] Failed to allocate 112B for evacuation [36.209s][info][gc] Cancelling GC: Allocation Failure During Evacuation [36.212s][info][gc] GC(258) Concurrent thread roots 3.151ms [36.212s][info][gc] GC(258) Concurrent weak references 0.063ms [36.215s][info][gc] GC(258) Concurrent weak roots 2.244ms Allocated: 760 Mb [36.225s][info][gc] GC(258) Concurrent cleanup 922M->844M(1024M) 10.530ms Allocated: 710 Mb [36.232s][info][gc] GC(258) Concurrent class unloading 6.794ms [36.232s][info][gc] GC(258) Concurrent strong roots 0.244ms [36.234s][info][gc] GC(258) Concurrent evacuation 1.494ms [36.235s][info][gc] Trigger: Handle Allocation Failure [36.243s][info][gc] GC(259) Verify Before Full GC, Level 4 (23539 reachable, 0 marked) [36.454s][info][gc] GC(259) Verify After Full GC, Level 4 (23679 reachable, 135 marked) [36.454s][info][gc] GC(259) Pause Full 901M->654M(1024M) 219.266ms [36.455s][info][gc] Trigger: Start next cycle immediately Allocated: 698 Mb Allocated: 712 Mb Allocated: 658 Mb [36.463s][info][gc] GC(260) Concurrent reset 7.725ms [36.477s][info][gc] GC(260) Verify Before Mark, Level 4 (23540 reachable, 0 marked) [36.477s][info][gc] GC(260) Pause Init Mark (unload classes) 13.643ms Allocated: 691 Mb [36.478s][info][gc] GC(260) Concurrent marking roots 1.125ms Allocated: 755 Mb [36.493s][info][gc] GC(260) Concurrent marking (unload classes) 14.958ms [36.505s][info][gc] GC(260) Verify Before Evacuation, Level 4 (23539 reachable, 287 marked) [36.512s][info][gc] GC(260) Verify During Evacuation, Level 4 (23539 reachable, 0 marked) [36.512s][info][gc] GC(260) Pause Final Mark (unload classes) 18.873ms [36.512s][info][gc] Failed to allocate 112B for evacuation [36.512s][info][gc] Cancelling GC: Allocation Failure During Evacuation [36.514s][info][gc] GC(260) Concurrent thread roots 1.852ms [36.514s][info][gc] GC(260) Concurrent weak references 0.052ms [36.516s][info][gc] GC(260) Concurrent weak roots 2.228ms Allocated: 713 Mb [36.525s][info][gc] GC(260) Concurrent cleanup 871M->804M(1024M) 8.720ms [36.527s][info][gc] GC(260) Concurrent class unloading 1.478ms [36.527s][info][gc] GC(260) Concurrent strong roots 0.243ms [36.528s][info][gc] GC(260) Concurrent evacuation 1.512ms [36.530s][info][gc] Trigger: Handle Allocation Failure [36.534s][info][gc] GC(261) Cancelling GC: Allocation Failure During Evacuation [36.535s][info][gc] GC(261) Cannot finish degeneration, upgrading to Full GC [36.544s][info][gc] GC(261) Verify Before Full GC, Level 4 (23539 reachable, 0 marked) [36.718s][info][gc] GC(261) Verify After Full GC, Level 4 (23679 reachable, 136 marked) [36.718s][info][gc] GC(261) Pause Degenerated GC (Evacuation) 860M->706M(1024M) 184.334ms Allocated: 704 Mb [36.719s][info][gc] Trigger: Start next cycle immediately Allocated: 694 Mb [36.727s][info][gc] GC(262) Concurrent reset 7.444ms [36.741s][info][gc] GC(262) Verify Before Mark, Level 4 (23540 reachable, 0 marked) [36.742s][info][gc] GC(262) Pause Init Mark (unload classes) 13.811ms Allocated: 733 Mb [36.743s][info][gc] GC(262) Concurrent marking roots 1.634ms Allocated: 697 Mb Allocated: 725 Mb Allocated: 691 Mb [36.755s][info][gc] GC(262) Concurrent marking (unload classes) 11.278ms [36.766s][info][gc] GC(262) Verify Before Evacuation, Level 4 (23541 reachable, 295 marked) [36.773s][info][gc] GC(262) Verify During Evacuation, Level 4 (23541 reachable, 0 marked) [36.773s][info][gc] GC(262) Pause Final Mark (unload classes) 18.679ms [36.773s][info][gc] Failed to allocate 16B for evacuation [36.773s][info][gc] Cancelling GC: Allocation Failure During Evacuation [36.776s][info][gc] GC(262) Concurrent thread roots 3.069ms [36.777s][info][gc] GC(262) Concurrent weak references 0.059ms [36.778s][info][gc] GC(262) Concurrent weak roots 1.680ms Allocated: 745 Mb [36.783s][info][gc] GC(262) Concurrent cleanup 910M->877M(1024M) 4.382ms [36.784s][info][gc] GC(262) Concurrent class unloading 1.483ms [36.784s][info][gc] GC(262) Concurrent strong roots 0.234ms [36.786s][info][gc] GC(262) Concurrent evacuation 1.506ms [36.787s][info][gc] Trigger: Handle Allocation Failure [36.787s][info][gc] GC(263) Cancelling GC: Allocation Failure During Evacuation [36.789s][info][gc] GC(263) Cannot finish degeneration, upgrading to Full GC [36.797s][info][gc] GC(263) Verify Before Full GC, Level 4 (23540 reachable, 0 marked) [37.009s][info][gc] GC(263) Verify After Full GC, Level 4 (23680 reachable, 135 marked) [37.009s][info][gc] GC(263) Pause Degenerated GC (Evacuation) 877M->654M(1024M) 222.004ms [37.010s][info][gc] Trigger: Start next cycle immediately Allocated: 699 Mb Allocated: 713 Mb [37.018s][info][gc] GC(264) Concurrent reset 7.981ms [37.032s][info][gc] GC(264) Verify Before Mark, Level 4 (23541 reachable, 0 marked) [37.032s][info][gc] GC(264) Pause Init Mark (unload classes) 13.494ms Allocated: 712 Mb Allocated: 691 Mb [37.034s][info][gc] GC(264) Concurrent marking roots 2.603ms Allocated: 704 Mb Allocated: 698 Mb Allocated: 711 Mb Allocated: 692 Mb [37.047s][info][gc] GC(264) Concurrent marking (unload classes) 12.139ms [37.058s][info][gc] GC(264) Verify Before Evacuation, Level 4 (23544 reachable, 303 marked) [37.066s][info][gc] GC(264) Verify During Evacuation, Level 4 (23544 reachable, 0 marked) [37.066s][info][gc] GC(264) Pause Final Mark (unload classes) 19.169ms [37.068s][info][gc] GC(264) Failed to allocate 96B for evacuation [37.068s][info][gc] GC(264) Cancelling GC: Allocation Failure During Evacuation [37.068s][info][gc] GC(264) Concurrent thread roots 2.526ms [37.068s][info][gc] GC(264) Concurrent weak references 0.039ms [37.070s][info][gc] GC(264) Concurrent weak roots 1.495ms Allocated: 737 Mb [37.076s][info][gc] GC(264) Concurrent cleanup 896M->849M(1024M) 6.497ms [37.078s][info][gc] GC(264) Concurrent class unloading 1.485ms [37.078s][info][gc] GC(264) Concurrent strong roots 0.244ms [37.080s][info][gc] GC(264) Concurrent evacuation 1.488ms [37.081s][info][gc] Trigger: Handle Allocation Failure [37.084s][info][gc] GC(265) Cancelling GC: Allocation Failure During Evacuation [37.086s][info][gc] GC(265) Cannot finish degeneration, upgrading to Full GC [37.094s][info][gc] GC(265) Verify Before Full GC, Level 4 (23543 reachable, 0 marked) [37.313s][info][gc] GC(265) Verify After Full GC, Level 4 (23683 reachable, 136 marked) [37.313s][info][gc] GC(265) Pause Degenerated GC (Evacuation) 881M->712M(1024M) 228.904ms Allocated: 711 Mb [37.314s][info][gc] Trigger: Start next cycle immediately Allocated: 680 Mb Allocated: 722 Mb Allocated: 744 Mb [37.323s][info][gc] GC(266) Concurrent reset 8.563ms [37.340s][info][gc] GC(266) Verify Before Mark, Level 4 (23797 reachable, 0 marked) [37.340s][info][gc] GC(266) Pause Init Mark 14.292ms Allocated: 700 Mb Allocated: 685 Mb [37.342s][info][gc] GC(266) Concurrent marking roots 1.770ms Allocated: 742 Mb [37.357s][info][gc] GC(266) Concurrent marking 15.505ms [37.370s][info][gc] GC(266) Verify Before Evacuation, Level 4 (23797 reachable, 35 marked) [37.378s][info][gc] GC(266) Verify During Evacuation, Level 4 (23797 reachable, 0 marked) [37.378s][info][gc] GC(266) Pause Final Mark 20.581ms [37.380s][info][gc] GC(266) Failed to allocate 96B for evacuation [37.380s][info][gc] GC(266) Cancelling GC: Allocation Failure During Evacuation [37.380s][info][gc] GC(266) Concurrent thread roots 2.238ms [37.380s][info][gc] GC(266) Concurrent weak references 0.050ms Allocated: 726 Mb [37.382s][info][gc] GC(266) Concurrent weak roots 1.298ms Allocated: 714 Mb [37.402s][info][gc] GC(266) Concurrent cleanup 944M->821M(1024M) 19.879ms [37.402s][info][gc] GC(266) Concurrent strong roots 0.502ms [37.404s][info][gc] GC(266) Concurrent evacuation 1.505ms [37.405s][info][gc] Trigger: Handle Allocation Failure [37.405s][info][gc] GC(267) Cancelling GC: Allocation Failure During Evacuation [37.406s][info][gc] GC(267) Cannot finish degeneration, upgrading to Full GC [37.415s][info][gc] GC(267) Verify Before Full GC, Level 4 (23797 reachable, 0 marked) [37.626s][info][gc] GC(267) Verify After Full GC, Level 4 (23681 reachable, 135 marked) [37.626s][info][gc] GC(267) Pause Degenerated GC (Evacuation) 821M->674M(1024M) 221.462ms [37.627s][info][gc] Trigger: Start next cycle immediately Allocated: 732 Mb Allocated: 658 Mb Allocated: 663 Mb Allocated: 664 Mb Allocated: 687 Mb Allocated: 694 Mb [37.636s][info][gc] GC(268) Concurrent reset 8.033ms Allocated: 701 Mb [37.652s][info][gc] GC(268) Verify Before Mark, Level 4 (23800 reachable, 0 marked) [37.652s][info][gc] GC(268) Pause Init Mark 14.170ms Allocated: 719 Mb [37.653s][info][gc] GC(268) Concurrent marking roots 1.269ms Allocated: 705 Mb Allocated: 721 Mb [37.670s][info][gc] GC(268) Concurrent marking 16.480ms [37.682s][info][gc] GC(268) Verify Before Evacuation, Level 4 (23799 reachable, 37 marked) [37.691s][info][gc] GC(268) Verify During Evacuation, Level 4 (23799 reachable, 0 marked) [37.691s][info][gc] GC(268) Pause Final Mark 20.114ms [37.691s][info][gc] Failed to allocate 112B for evacuation [37.691s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 694 Mb [37.692s][info][gc] GC(268) Concurrent thread roots 1.044ms [37.692s][info][gc] GC(268) Concurrent weak references 0.064ms Allocated: 707 Mb [37.693s][info][gc] GC(268) Concurrent weak roots 1.344ms [37.704s][info][gc] GC(268) Concurrent cleanup 899M->862M(1024M) 11.080ms [37.705s][info][gc] GC(268) Concurrent strong roots 0.510ms [37.706s][info][gc] GC(268) Concurrent evacuation 1.485ms [37.707s][info][gc] Trigger: Handle Allocation Failure [37.716s][info][gc] GC(269) Verify Before Full GC, Level 4 (23801 reachable, 0 marked) [37.927s][info][gc] GC(269) Verify After Full GC, Level 4 (23685 reachable, 135 marked) [37.927s][info][gc] GC(269) Pause Full 862M->712M(1024M) 219.750ms Allocated: 711 Mb Allocated: 709 Mb [37.929s][info][gc] Trigger: Start next cycle immediately Allocated: 708 Mb Allocated: 700 Mb [37.937s][info][gc] GC(270) Concurrent reset 7.666ms [37.956s][info][gc] GC(270) Verify Before Mark, Level 4 (23800 reachable, 0 marked) [37.957s][info][gc] GC(270) Pause Init Mark 14.212ms Allocated: 707 Mb [37.958s][info][gc] GC(270) Concurrent marking roots 1.274ms Allocated: 715 Mb [37.975s][info][gc] GC(270) Concurrent marking 16.501ms [37.986s][info][gc] GC(270) Verify Before Evacuation, Level 4 (23799 reachable, 31 marked) [37.995s][info][gc] GC(270) Verify During Evacuation, Level 4 (23799 reachable, 0 marked) [37.995s][info][gc] GC(270) Pause Final Mark 20.087ms [37.996s][info][gc] GC(270) Failed to allocate 48B for evacuation [37.996s][info][gc] GC(270) Cancelling GC: Allocation Failure During Evacuation [37.996s][info][gc] GC(270) Concurrent thread roots 1.725ms [37.996s][info][gc] GC(270) Concurrent weak references 0.050ms [37.998s][info][gc] GC(270) Concurrent weak roots 1.658ms Allocated: 702 Mb Allocated: 672 Mb [38.012s][info][gc] GC(270) Concurrent cleanup 913M->871M(1024M) 13.928ms [38.013s][info][gc] GC(270) Concurrent strong roots 0.486ms [38.014s][info][gc] GC(270) Concurrent evacuation 1.477ms [38.015s][info][gc] Trigger: Handle Allocation Failure [38.016s][info][gc] GC(271) Cancelling GC: Allocation Failure During Evacuation [38.017s][info][gc] GC(271) Cannot finish degeneration, upgrading to Full GC [38.026s][info][gc] GC(271) Verify Before Full GC, Level 4 (23801 reachable, 0 marked) [38.252s][info][gc] GC(271) Verify After Full GC, Level 4 (23683 reachable, 136 marked) [38.252s][info][gc] GC(271) Pause Degenerated GC (Evacuation) 871M->733M(1024M) 236.548ms Allocated: 732 Mb [38.254s][info][gc] Trigger: Start next cycle immediately [38.262s][info][gc] GC(272) Concurrent reset 8.042ms [38.276s][info][gc] GC(272) Verify Before Mark, Level 4 (23798 reachable, 0 marked) [38.277s][info][gc] GC(272) Pause Init Mark 14.214ms Allocated: 703 Mb Allocated: 655 Mb [38.279s][info][gc] GC(272) Concurrent marking roots 1.972ms Allocated: 708 Mb [38.294s][info][gc] GC(272) Concurrent marking 15.612ms [38.306s][info][gc] GC(272) Verify Before Evacuation, Level 4 (23798 reachable, 35 marked) [38.315s][info][gc] GC(272) Verify During Evacuation, Level 4 (23798 reachable, 0 marked) [38.315s][info][gc] GC(272) Pause Final Mark 20.525ms [38.315s][info][gc] Failed to allocate 112B for evacuation [38.315s][info][gc] Cancelling GC: Allocation Failure During Evacuation [38.316s][info][gc] GC(272) Concurrent thread roots 1.550ms [38.316s][info][gc] GC(272) Concurrent weak references 0.073ms Allocated: 700 Mb [38.320s][info][gc] GC(272) Concurrent weak roots 3.367ms Allocated: 661 Mb [38.331s][info][gc] GC(272) Concurrent cleanup 920M->835M(1024M) 11.446ms [38.332s][info][gc] GC(272) Concurrent strong roots 0.498ms [38.333s][info][gc] GC(272) Concurrent evacuation 1.489ms [38.334s][info][gc] Trigger: Handle Allocation Failure [38.339s][info][gc] GC(273) Cancelling GC: Allocation Failure During Evacuation [38.340s][info][gc] GC(273) Cannot finish degeneration, upgrading to Full GC [38.349s][info][gc] GC(273) Verify Before Full GC, Level 4 (23799 reachable, 0 marked) [38.564s][info][gc] GC(273) Verify After Full GC, Level 4 (23683 reachable, 136 marked) [38.564s][info][gc] GC(273) Pause Degenerated GC (Evacuation) 892M->718M(1024M) 225.028ms Allocated: 717 Mb [38.565s][info][gc] Trigger: Start next cycle immediately [38.574s][info][gc] GC(274) Concurrent reset 8.531ms [38.587s][info][gc] GC(274) Verify Before Mark, Level 4 (23542 reachable, 0 marked) [38.588s][info][gc] GC(274) Pause Init Mark (unload classes) 13.667ms Allocated: 727 Mb [38.589s][info][gc] GC(274) Concurrent marking roots 1.186ms Allocated: 698 Mb Allocated: 719 Mb Allocated: 691 Mb Allocated: 740 Mb [38.605s][info][gc] GC(274) Concurrent marking (unload classes) 16.547ms [38.616s][info][gc] GC(274) Verify Before Evacuation, Level 4 (23543 reachable, 300 marked) [38.624s][info][gc] GC(274) Verify During Evacuation, Level 4 (23543 reachable, 0 marked) [38.624s][info][gc] GC(274) Pause Final Mark (unload classes) 19.051ms [38.625s][info][gc] Failed to allocate 16B for evacuation [38.625s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 703 Mb [38.626s][info][gc] GC(274) Concurrent thread roots 1.893ms [38.626s][info][gc] GC(274) Concurrent weak references 0.064ms [38.628s][info][gc] GC(274) Concurrent weak roots 1.446ms [38.631s][info][gc] GC(274) Concurrent cleanup 870M->845M(1024M) 3.326ms [38.633s][info][gc] GC(274) Concurrent class unloading 1.436ms [38.633s][info][gc] GC(274) Concurrent strong roots 0.220ms [38.634s][info][gc] GC(274) Concurrent evacuation 1.486ms [38.635s][info][gc] Trigger: Handle Allocation Failure [38.636s][info][gc] GC(275) Cancelling GC: Allocation Failure During Evacuation [38.637s][info][gc] GC(275) Cannot finish degeneration, upgrading to Full GC [38.645s][info][gc] GC(275) Verify Before Full GC, Level 4 (23542 reachable, 0 marked) [38.835s][info][gc] GC(275) Verify After Full GC, Level 4 (23682 reachable, 135 marked) [38.835s][info][gc] GC(275) Pause Degenerated GC (Evacuation) 845M->682M(1024M) 199.949ms Allocated: 718 Mb [38.839s][info][gc] Trigger: Start next cycle immediately Allocated: 701 Mb Allocated: 708 Mb Allocated: 682 Mb Allocated: 693 Mb [38.848s][info][gc] GC(276) Concurrent reset 8.252ms [38.864s][info][gc] GC(276) Verify Before Mark, Level 4 (23544 reachable, 0 marked) [38.864s][info][gc] GC(276) Pause Init Mark (unload classes) 14.076ms Allocated: 709 Mb [38.865s][info][gc] GC(276) Concurrent marking roots 1.171ms Allocated: 733 Mb [38.878s][info][gc] GC(276) Concurrent marking (unload classes) 12.909ms [38.890s][info][gc] GC(276) Verify Before Evacuation, Level 4 (23544 reachable, 286 marked) [38.898s][info][gc] GC(276) Verify During Evacuation, Level 4 (23544 reachable, 0 marked) [38.898s][info][gc] GC(276) Pause Final Mark (unload classes) 19.549ms [38.898s][info][gc] Failed to allocate 112B for evacuation [38.898s][info][gc] Cancelling GC: Allocation Failure During Evacuation [38.900s][info][gc] GC(276) Concurrent thread roots 0.580ms [38.901s][info][gc] GC(276) Concurrent weak references 0.064ms [38.902s][info][gc] GC(276) Concurrent weak roots 1.461ms Allocated: 729 Mb Allocated: 662 Mb [38.918s][info][gc] GC(276) Concurrent cleanup 920M->809M(1024M) 15.965ms Allocated: 700 Mb [38.922s][info][gc] GC(276) Concurrent class unloading 3.998ms [38.922s][info][gc] GC(276) Concurrent strong roots 0.257ms [38.924s][info][gc] GC(276) Concurrent evacuation 1.505ms [38.925s][info][gc] Trigger: Handle Allocation Failure [38.927s][info][gc] GC(277) Cancelling GC: Allocation Failure During Evacuation [38.929s][info][gc] GC(277) Cannot finish degeneration, upgrading to Full GC [38.937s][info][gc] GC(277) Verify Before Full GC, Level 4 (23544 reachable, 0 marked) [39.159s][info][gc] GC(277) Verify After Full GC, Level 4 (23684 reachable, 136 marked) [39.159s][info][gc] GC(277) Pause Degenerated GC (Evacuation) 874M->674M(1024M) 231.746ms Allocated: 673 Mb [39.162s][info][gc] Trigger: Start next cycle immediately [39.169s][info][gc] GC(278) Concurrent reset 7.218ms [39.183s][info][gc] GC(278) Verify Before Mark, Level 4 (23869 reachable, 0 marked) [39.183s][info][gc] GC(278) Pause Init Mark 14.133ms [39.190s][info][gc] GC(278) Concurrent marking roots 6.339ms [39.197s][info][gc] Cancelling GC: Stopping VM [39.198s][info][gc] GC(278) Concurrent marking 7.526ms ----------System.err:(1/15)---------- STATUS:Passed. ----------rerun:(43/3919)*---------- cd /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/scratch && \\ HOME=/home/runner \\ LANG=C.UTF-8 \\ LC_ALL=C \\ PATH=/bin:/usr/bin:/usr/sbin \\ TEST_IMAGE_DIR=/home/runner/work/jdk/jdk/bundles/tests \\ XDG_CONFIG_HOME=/home/runner/.config \\ XDG_RUNTIME_DIR=/run/user/1001 \\ _JVM_DWARF_PATH=/home/runner/work/jdk/jdk/bundles/symbols/jdk-22/fastdebug \\ CLASSPATH=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib:/home/runner/work/jdk/jdk/test/lib:/home/runner/work/jdk/jdk/jtreg/installed/lib/javatest.jar:/home/runner/work/jdk/jdk/jtreg/installed/lib/jtreg.jar \\ /home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug/bin/java \\ -Dtest.vm.opts='-XX:MaxRAMPercentage=25 -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -Dtest.tool.vm.opts='-J-XX:MaxRAMPercentage=25 -J-Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -J-Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -Dtest.compiler.opts= \\ -Dtest.java.opts=-XX:-CreateCoredumpOnCrash \\ -Dtest.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -Dcompile.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -Dtest.timeout.factor=4.0 \\ -Dtest.nativepath=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -Dtest.root=/home/runner/work/jdk/jdk/test/hotspot/jtreg \\ -Dtest.name=gc/TestAllocHumongousFragment.java#aggressive \\ -Dtest.file=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java \\ -Dtest.src=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc \\ -Dtest.src.path=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/test/lib \\ -Dtest.classes=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d \\ -Dtest.class.path=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -Dtest.class.path.prefix=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -XX:MaxRAMPercentage=25 \\ -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk \\ -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp \\ -XX:-CreateCoredumpOnCrash \\ -Djava.library.path=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -Xmx1g \\ -Xms1g \\ -Xlog:gc \\ -XX:+UnlockDiagnosticVMOptions \\ -XX:+UnlockExperimentalVMOptions \\ -XX:ShenandoahTargetNumRegions=2048 \\ -XX:+UseShenandoahGC \\ -XX:ShenandoahGCHeuristics=aggressive \\ -XX:+ShenandoahOOMDuringEvacALot \\ -XX:+ShenandoahVerify \\ com.sun.javatest.regtest.agent.MainWrapper /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/gc/TestAllocHumongousFragment_aggressive.d/main.0.jta result: Passed. Execution successful #section:build ----------messages:(5/186)---------- command: build TestAllocHumongousFragment reason: Named class compiled on demand started: Mon Nov 13 22:14:27 UTC 2023 finished: Mon Nov 13 22:14:27 UTC 2023 elapsed time (seconds): 0.0 result: Passed. All files up to date #section:main ----------messages:(6/732)---------- command: main -Xmx1g -Xms1g -Xlog:gc -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:ShenandoahTargetNumRegions=2048 -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahAllocFailureALot -XX:+ShenandoahVerify TestAllocHumongousFragment reason: User specified action: run main/othervm -Xmx1g -Xms1g -Xlog:gc -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:ShenandoahTargetNumRegions=2048 -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahAllocFailureALot -XX:+ShenandoahVerify TestAllocHumongousFragment started: Mon Nov 13 22:14:27 UTC 2023 Mode: othervm [/othervm specified] finished: Mon Nov 13 22:15:02 UTC 2023 elapsed time (seconds): 35.873 ----------configuration:(0/0)---------- ----------System.out:(1551/93135)---------- [0.001s][info][gc] Min heap equals to max heap, disabling ShenandoahUncommit [0.008s][info][gc] Heuristics ergonomically sets -XX:+ExplicitGCInvokesConcurrent [0.008s][info][gc] Heuristics ergonomically sets -XX:+ShenandoahImplicitGCInvokesConcurrent [0.008s][info][gc] Using Shenandoah [0.008s][info][gc] Heuristics ergonomically sets -XX:ShenandoahImmediateThreshold=100 [0.008s][info][gc] Heuristics ergonomically sets -XX:ShenandoahUnloadClassesFrequency=1 [0.496s][info][gc] Trigger: Start next cycle immediately [0.500s][info][gc] GC(0) Concurrent reset 3.792ms [0.522s][info][gc] GC(0) Verify Before Mark, Level 4 (2962 reachable, 0 marked) [0.522s][info][gc] GC(0) Pause Init Mark 14.350ms [0.523s][info][gc] GC(0) Concurrent marking roots 0.416ms [0.524s][info][gc] GC(0) Concurrent marking 1.423ms [0.528s][info][gc] GC(0) Verify Before Evacuation, Level 4 (3334 reachable, 16 marked) [0.530s][info][gc] GC(0) Verify During Evacuation, Level 4 (3334 reachable, 0 marked) [0.530s][info][gc] GC(0) Pause Final Mark 5.362ms [0.532s][info][gc] GC(0) Concurrent thread roots 0.145ms [0.533s][info][gc] GC(0) Concurrent weak references 1.421ms [0.533s][info][gc] GC(0) Concurrent weak roots 0.249ms [0.533s][info][gc] GC(0) Concurrent cleanup 2M->2M(1024M) 0.062ms [0.534s][info][gc] GC(0) Concurrent strong roots 0.207ms [0.534s][info][gc] GC(0) Concurrent evacuation 0.548ms [0.534s][info][gc] GC(0) Pause Init Update Refs 0.035ms [0.536s][info][gc] GC(0) Concurrent update references 1.573ms [0.539s][info][gc] GC(0) Concurrent update thread roots 3.212ms [0.543s][info][gc] GC(0) Verify After Updating References, Level 4 (3930 reachable, 393 marked) [0.543s][info][gc] GC(0) Pause Final Update Refs 3.492ms [0.543s][info][gc] GC(0) Concurrent cleanup 2M->1M(1024M) 0.254ms [0.544s][info][gc] Failed to allocate TLAB, 510K [0.544s][info][gc] Cancelling GC: Allocation Failure [0.544s][info][gc] Trigger: Handle Allocation Failure [0.556s][info][gc] GC(1) Verify During Evacuation, Level 4 (4080 reachable, 0 marked) [0.563s][info][gc] GC(1) Verify After Updating References, Level 4 (4080 reachable, 213 marked) [0.566s][info][gc] GC(1) Verify After Degenerated GC, Level 4 (4080 reachable, 213 marked) [0.566s][info][gc] GC(1) Pause Degenerated GC (Outside of Cycle) 1M->0M(1024M) 21.571ms [0.573s][info][gc] Trigger: Start next cycle immediately [0.577s][info][gc] GC(2) Concurrent reset 3.857ms [0.584s][info][gc] GC(2) Verify Before Mark, Level 4 (4947 reachable, 0 marked) [0.584s][info][gc] GC(2) Pause Init Mark 6.904ms [0.591s][info][gc] GC(2) Concurrent marking roots 6.929ms [0.597s][info][gc] GC(2) Concurrent marking 6.164ms [0.604s][info][gc] GC(2) Verify Before Evacuation, Level 4 (5776 reachable, 2165 marked) [0.607s][info][gc] GC(2) Verify During Evacuation, Level 4 (5776 reachable, 0 marked) [0.607s][info][gc] GC(2) Pause Final Mark 7.935ms [0.607s][info][gc] Failed to allocate TLAB, 511K [0.607s][info][gc] Cancelling GC: Allocation Failure [0.607s][info][gc] GC(2) Concurrent thread roots 0.569ms [0.607s][info][gc] GC(2) Concurrent weak references 0.032ms [0.608s][info][gc] GC(2) Concurrent weak roots 0.464ms [0.608s][info][gc] GC(2) Concurrent cleanup 1M->1M(1024M) 0.059ms [0.608s][info][gc] GC(2) Concurrent strong roots 0.204ms [0.608s][info][gc] GC(2) Concurrent evacuation 0.256ms [0.609s][info][gc] Trigger: Handle Allocation Failure [0.619s][info][gc] GC(3) Verify After Updating References, Level 4 (5776 reachable, 2172 marked) [0.623s][info][gc] GC(3) Verify After Degenerated GC, Level 4 (5776 reachable, 2172 marked) [0.624s][info][gc] GC(3) Pause Degenerated GC (Evacuation) 1M->0M(1024M) 14.108ms [0.625s][info][gc] Trigger: Start next cycle immediately [0.628s][info][gc] GC(4) Concurrent reset 3.750ms [0.636s][info][gc] GC(4) Verify Before Mark, Level 4 (6388 reachable, 0 marked) [0.636s][info][gc] GC(4) Pause Init Mark (unload classes) 7.167ms [0.637s][info][gc] GC(4) Concurrent marking roots 0.257ms [0.641s][info][gc] GC(4) Concurrent marking (unload classes) 4.058ms [0.646s][info][gc] GC(4) Verify Before Evacuation, Level 4 (6586 reachable, 1703 marked) [0.649s][info][gc] GC(4) Verify During Evacuation, Level 4 (6586 reachable, 0 marked) [0.649s][info][gc] GC(4) Pause Final Mark (unload classes) 8.046ms [0.650s][info][gc] GC(4) Concurrent thread roots 0.631ms [0.650s][info][gc] GC(4) Concurrent weak references 0.033ms [0.655s][info][gc] GC(4) Concurrent weak roots 4.955ms [0.655s][info][gc] GC(4) Concurrent cleanup 2M->2M(1024M) 0.062ms [0.658s][info][gc] GC(4) Concurrent class unloading 2.613ms [0.658s][info][gc] GC(4) Concurrent strong roots 0.214ms [0.659s][info][gc] GC(4) Concurrent evacuation 1.237ms [0.659s][info][gc] GC(4) Pause Init Update Refs 0.015ms [0.669s][info][gc] GC(4) Concurrent update references 9.859ms [0.670s][info][gc] GC(4) Concurrent update thread roots 0.801ms [0.677s][info][gc] GC(4) Verify After Updating References, Level 4 (10962 reachable, 1636 marked) [0.677s][info][gc] GC(4) Pause Final Update Refs 6.786ms [0.677s][info][gc] GC(4) Concurrent cleanup 3M->1M(1024M) 0.249ms [0.678s][info][gc] Trigger: Start next cycle immediately [0.682s][info][gc] GC(5) Concurrent reset 3.758ms [0.692s][info][gc] GC(5) Verify Before Mark, Level 4 (11114 reachable, 0 marked) [0.692s][info][gc] GC(5) Pause Init Mark 9.320ms [0.693s][info][gc] GC(5) Concurrent marking roots 0.838ms [0.699s][info][gc] GC(5) Concurrent marking 5.709ms [0.706s][info][gc] GC(5) Verify Before Evacuation, Level 4 (11197 reachable, 31 marked) [0.711s][info][gc] GC(5) Verify During Evacuation, Level 4 (11197 reachable, 0 marked) [0.711s][info][gc] GC(5) Pause Final Mark 11.322ms [0.712s][info][gc] GC(5) Concurrent thread roots 0.858ms [0.712s][info][gc] GC(5) Concurrent weak references 0.035ms [0.713s][info][gc] GC(5) Concurrent weak roots 0.688ms [0.713s][info][gc] GC(5) Concurrent cleanup 4M->4M(1024M) 0.058ms [0.713s][info][gc] GC(5) Concurrent strong roots 0.324ms [0.715s][info][gc] GC(5) Concurrent evacuation 1.936ms [0.715s][info][gc] GC(5) Pause Init Update Refs 0.017ms [0.723s][info][gc] GC(5) Concurrent update references 8.128ms [0.724s][info][gc] GC(5) Concurrent update thread roots 0.720ms [0.730s][info][gc] GC(5) Verify After Updating References, Level 4 (11268 reachable, 54 marked) [0.730s][info][gc] GC(5) Pause Final Update Refs 6.226ms [0.731s][info][gc] GC(5) Concurrent cleanup 4M->2M(1024M) 0.376ms [0.734s][info][gc] Trigger: Start next cycle immediately [0.740s][info][gc] GC(6) Concurrent reset 5.180ms [0.749s][info][gc] GC(6) Verify Before Mark, Level 4 (11372 reachable, 0 marked) [0.749s][info][gc] GC(6) Pause Init Mark (unload classes) 8.986ms [0.750s][info][gc] GC(6) Concurrent marking roots 0.861ms [0.756s][info][gc] GC(6) Concurrent marking (unload classes) 5.718ms [0.762s][info][gc] GC(6) Verify Before Evacuation, Level 4 (11391 reachable, 56 marked) [0.767s][info][gc] GC(6) Verify During Evacuation, Level 4 (11391 reachable, 0 marked) [0.767s][info][gc] GC(6) Pause Final Mark (unload classes) 11.149ms [0.771s][info][gc] GC(6) Concurrent thread roots 0.419ms [0.771s][info][gc] GC(6) Concurrent weak references 0.019ms [0.772s][info][gc] GC(6) Concurrent weak roots 0.684ms [0.772s][info][gc] GC(6) Concurrent cleanup 3M->3M(1024M) 0.059ms [0.773s][info][gc] GC(6) Concurrent class unloading 0.374ms [0.773s][info][gc] GC(6) Concurrent strong roots 0.230ms [0.775s][info][gc] GC(6) Concurrent evacuation 2.066ms [0.775s][info][gc] GC(6) Pause Init Update Refs 0.039ms [0.782s][info][gc] GC(6) Concurrent update references 6.542ms [0.782s][info][gc] GC(6) Concurrent update thread roots 0.452ms [0.789s][info][gc] GC(6) Verify After Updating References, Level 4 (11801 reachable, 251 marked) [0.789s][info][gc] GC(6) Pause Final Update Refs 6.490ms [0.789s][info][gc] GC(6) Concurrent cleanup 4M->1M(1024M) 0.379ms [0.790s][info][gc] Trigger: Start next cycle immediately [0.794s][info][gc] GC(7) Concurrent reset 3.774ms [0.803s][info][gc] GC(7) Verify Before Mark, Level 4 (11867 reachable, 0 marked) [0.803s][info][gc] GC(7) Pause Init Mark (unload classes) 9.142ms [0.804s][info][gc] GC(7) Concurrent marking roots 0.809ms [0.810s][info][gc] GC(7) Concurrent marking (unload classes) 6.280ms [0.817s][info][gc] GC(7) Verify Before Evacuation, Level 4 (11913 reachable, 158 marked) [0.822s][info][gc] GC(7) Verify During Evacuation, Level 4 (11913 reachable, 0 marked) [0.822s][info][gc] GC(7) Pause Final Mark (unload classes) 11.640ms [0.822s][info][gc] Failed to allocate TLAB, 510K [0.822s][info][gc] Cancelling GC: Allocation Failure [0.823s][info][gc] GC(7) Allocation failure was successfully injected [0.824s][info][gc] GC(7) Concurrent thread roots 1.420ms [0.824s][info][gc] GC(7) Concurrent weak references 0.021ms [0.824s][info][gc] GC(7) Concurrent weak roots 0.599ms [0.824s][info][gc] GC(7) Concurrent cleanup 3M->3M(1024M) 0.057ms [0.825s][info][gc] GC(7) Concurrent class unloading 0.390ms [0.825s][info][gc] GC(7) Concurrent strong roots 0.295ms [0.825s][info][gc] GC(7) Concurrent evacuation 0.016ms [0.826s][info][gc] Trigger: Handle Allocation Failure [0.841s][info][gc] GC(8) Verify After Updating References, Level 4 (11987 reachable, 92 marked) [0.848s][info][gc] GC(8) Verify After Degenerated GC, Level 4 (11987 reachable, 92 marked) [0.848s][info][gc] GC(8) Pause Degenerated GC (Evacuation) 3M->1M(1024M) 21.675ms [0.849s][info][gc] Trigger: Start next cycle immediately [0.853s][info][gc] GC(9) Concurrent reset 3.815ms [0.863s][info][gc] GC(9) Verify Before Mark, Level 4 (11988 reachable, 0 marked) [0.863s][info][gc] GC(9) Pause Init Mark (unload classes) 9.324ms [0.867s][info][gc] GC(9) Concurrent marking roots 1.072ms [0.876s][info][gc] GC(9) Concurrent marking (unload classes) 9.492ms [0.884s][info][gc] GC(9) Verify Before Evacuation, Level 4 (12842 reachable, 326 marked) [0.889s][info][gc] GC(9) Verify During Evacuation, Level 4 (12842 reachable, 0 marked) [0.889s][info][gc] GC(9) Pause Final Mark (unload classes) 12.802ms [0.892s][info][gc] GC(9) Concurrent thread roots 2.452ms [0.892s][info][gc] GC(9) Concurrent weak references 0.020ms [0.893s][info][gc] GC(9) Concurrent weak roots 1.430ms [0.893s][info][gc] GC(9) Concurrent cleanup 3M->3M(1024M) 0.061ms [0.895s][info][gc] GC(9) Concurrent class unloading 1.697ms [0.895s][info][gc] GC(9) Concurrent strong roots 0.304ms [0.897s][info][gc] GC(9) Concurrent evacuation 1.914ms [0.897s][info][gc] GC(9) Pause Init Update Refs 0.022ms [0.908s][info][gc] GC(9) Concurrent update references 10.591ms [0.910s][info][gc] GC(9) Concurrent update thread roots 2.094ms [0.918s][info][gc] GC(9) Verify After Updating References, Level 4 (13696 reachable, 1074 marked) [0.918s][info][gc] GC(9) Pause Final Update Refs 7.863ms [0.919s][info][gc] GC(9) Concurrent cleanup 4M->1M(1024M) 0.399ms [0.920s][info][gc] Trigger: Start next cycle immediately [0.928s][info][gc] GC(10) Concurrent reset 7.885ms [0.938s][info][gc] GC(10) Verify Before Mark, Level 4 (13810 reachable, 0 marked) [0.938s][info][gc] GC(10) Pause Init Mark 10.137ms [0.938s][info][gc] Failed to allocate TLAB, 512K [0.938s][info][gc] Cancelling GC: Allocation Failure [0.939s][info][gc] GC(10) Concurrent marking roots 0.854ms [0.940s][info][gc] Trigger: Handle Allocation Failure [0.959s][info][gc] GC(11) Verify During Evacuation, Level 4 (13709 reachable, 0 marked) [0.977s][info][gc] GC(11) Verify After Updating References, Level 4 (13729 reachable, 89 marked) [0.984s][info][gc] GC(11) Verify After Degenerated GC, Level 4 (13729 reachable, 89 marked) [0.984s][info][gc] GC(11) Pause Degenerated GC (Outside of Cycle) 1M->1M(1024M) 44.385ms [0.986s][info][gc] Trigger: Start next cycle immediately [0.991s][info][gc] GC(12) Concurrent reset 5.684ms [1.002s][info][gc] GC(12) Verify Before Mark, Level 4 (14063 reachable, 0 marked) [1.002s][info][gc] GC(12) Pause Init Mark 10.208ms [1.003s][info][gc] GC(12) Concurrent marking roots 1.628ms [1.011s][info][gc] GC(12) Concurrent marking 7.544ms [1.019s][info][gc] GC(12) Verify Before Evacuation, Level 4 (14164 reachable, 312 marked) [1.025s][info][gc] GC(12) Verify During Evacuation, Level 4 (14164 reachable, 0 marked) [1.025s][info][gc] GC(12) Pause Final Mark 13.664ms [1.029s][info][gc] GC(12) Concurrent thread roots 3.840ms [1.029s][info][gc] GC(12) Concurrent weak references 0.052ms [1.031s][info][gc] GC(12) Concurrent weak roots 2.227ms [1.031s][info][gc] GC(12) Concurrent cleanup 3M->3M(1024M) 0.062ms [1.033s][info][gc] GC(12) Concurrent strong roots 2.354ms [1.038s][info][gc] GC(12) Concurrent evacuation 4.843ms [1.038s][info][gc] GC(12) Pause Init Update Refs 0.033ms For random generator using seed: [1.053s][info][gc] GC(12) Concurrent update references 14.514ms [1.055s][info][gc] GC(12) Concurrent update thread roots 2.149ms [1.064s][info][gc] GC(12) Verify After Updating References, Level 4 (17463 reachable, 1180 marked) [1.065s][info][gc] GC(12) Pause Final Update Refs 9.309ms [1.065s][info][gc] GC(12) Concurrent cleanup 3M->2M(1024M) 0.254ms [1.066s][info][gc] Trigger: Start next cycle immediately [1.070s][info][gc] GC(13) Concurrent reset 3.771ms [1.081s][info][gc] GC(13) Verify Before Mark, Level 4 (17424 reachable, 0 marked) [1.081s][info][gc] GC(13) Pause Init Mark 11.137ms [1.081s][info][gc] Failed to allocate TLAB, 511K [1.081s][info][gc] Cancelling GC: Allocation Failure [1.084s][info][gc] GC(13) Concurrent marking roots 2.866ms [1.085s][info][gc] Trigger: Handle Allocation Failure [1.109s][info][gc] GC(14) Verify During Evacuation, Level 4 (17336 reachable, 0 marked) [1.131s][info][gc] GC(14) Verify After Updating References, Level 4 (17382 reachable, 142 marked) [1.139s][info][gc] GC(14) Verify After Degenerated GC, Level 4 (17382 reachable, 142 marked) [1.139s][info][gc] GC(14) Pause Degenerated GC (Outside of Cycle) 2M->1M(1024M) 53.976ms [1.142s][info][gc] Trigger: Start next cycle immediately [1.148s][info][gc] GC(15) Concurrent reset 6.032ms [1.160s][info][gc] GC(15) Verify Before Mark, Level 4 (17523 reachable, 0 marked) [1.160s][info][gc] GC(15) Pause Init Mark 11.339ms [1.160s][info][gc] Failed to allocate TLAB, 512K [1.160s][info][gc] Cancelling GC: Allocation Failure [1.162s][info][gc] GC(15) Concurrent marking roots 1.395ms [1.163s][info][gc] Trigger: Handle Allocation Failure [1.185s][info][gc] GC(16) Verify During Evacuation, Level 4 (17395 reachable, 0 marked) [1.207s][info][gc] GC(16) Verify After Updating References, Level 4 (17434 reachable, 134 marked) [1.216s][info][gc] GC(16) Verify After Degenerated GC, Level 4 (17434 reachable, 134 marked) [1.216s][info][gc] GC(16) Pause Degenerated GC (Outside of Cycle) 1M->1M(1024M) 53.485ms [1.218s][info][gc] Trigger: Start next cycle immediately [1.234s][info][gc] GC(17) Concurrent reset 15.681ms [1.246s][info][gc] GC(17) Verify Before Mark, Level 4 (19948 reachable, 0 marked) [1.246s][info][gc] GC(17) Pause Init Mark (unload classes) 11.959ms [1.246s][info][gc] Failed to allocate TLAB, 512K [1.246s][info][gc] Cancelling GC: Allocation Failure [1.253s][info][gc] GC(17) Concurrent marking roots 6.328ms [1.254s][info][gc] Trigger: Handle Allocation Failure [1.277s][info][gc] GC(18) Verify During Evacuation, Level 4 (19949 reachable, 0 marked) [1.301s][info][gc] GC(18) Verify After Updating References, Level 4 (19969 reachable, 112 marked) [1.310s][info][gc] GC(18) Verify After Degenerated GC, Level 4 (19969 reachable, 112 marked) [1.311s][info][gc] GC(18) Pause Degenerated GC (Outside of Cycle) 1M->1M(1024M) 56.693ms [1.313s][info][gc] Trigger: Start next cycle immediately [1.318s][info][gc] GC(19) Concurrent reset 5.133ms [1.329s][info][gc] GC(19) Verify Before Mark, Level 4 (20875 reachable, 0 marked) [1.330s][info][gc] GC(19) Pause Init Mark (unload classes) 11.746ms [1.332s][info][gc] GC(19) Concurrent marking roots 1.276ms [1.342s][info][gc] GC(19) Concurrent marking (unload classes) 10.785ms [1.354s][info][gc] GC(19) Verify Before Evacuation, Level 4 (22270 reachable, 2624 marked) [1.361s][info][gc] GC(19) Verify During Evacuation, Level 4 (22270 reachable, 0 marked) [1.361s][info][gc] GC(19) Pause Final Mark (unload classes) 18.626ms [1.364s][info][gc] GC(19) Concurrent thread roots 1.436ms [1.364s][info][gc] GC(19) Concurrent weak references 0.071ms [1.366s][info][gc] GC(19) Concurrent weak roots 2.013ms [1.366s][info][gc] GC(19) Concurrent cleanup 3M->3M(1024M) 0.060ms [1.371s][info][gc] GC(19) Concurrent class unloading 4.667ms [1.371s][info][gc] GC(19) Concurrent strong roots 0.376ms [1.374s][info][gc] GC(19) Concurrent evacuation 3.378ms [1.375s][info][gc] GC(19) Pause Init Update Refs 0.072ms 5801133587260907951 To re-run test with same seed value please add "-Djdk.test.lib.random.seed=5801133587260907951" to command line. [1.387s][info][gc] GC(19) Concurrent update references 12.015ms [1.387s][info][gc] GC(19) Concurrent update thread roots 0.591ms [1.399s][info][gc] GC(19) Verify After Updating References, Level 4 (24236 reachable, 1961 marked) [1.399s][info][gc] GC(19) Pause Final Update Refs 11.989ms [1.400s][info][gc] GC(19) Concurrent cleanup 4M->65M(1024M) 0.330ms [1.401s][info][gc] Trigger: Start next cycle immediately [1.405s][info][gc] GC(20) Concurrent reset 3.921ms [1.418s][info][gc] GC(20) Verify Before Mark, Level 4 (22858 reachable, 0 marked) [1.418s][info][gc] GC(20) Pause Init Mark (unload classes) 12.690ms [1.419s][info][gc] GC(20) Concurrent marking roots 0.880ms [1.435s][info][gc] GC(20) Concurrent marking (unload classes) 16.120ms [1.448s][info][gc] GC(20) Verify Before Evacuation, Level 4 (23518 reachable, 3714 marked) [1.456s][info][gc] GC(20) Verify During Evacuation, Level 4 (23518 reachable, 0 marked) [1.456s][info][gc] GC(20) Pause Final Mark (unload classes) 20.416ms Allocated: 62 Mb [1.459s][info][gc] GC(20) Concurrent thread roots 2.922ms [1.459s][info][gc] GC(20) Concurrent weak references 0.053ms [1.460s][info][gc] GC(20) Concurrent weak roots 1.521ms [1.461s][info][gc] GC(20) Concurrent cleanup 67M->67M(1024M) 0.063ms [1.461s][info][gc] GC(20) Concurrent class unloading 0.744ms [1.462s][info][gc] GC(20) Concurrent strong roots 0.435ms [1.466s][info][gc] GC(20) Concurrent evacuation 4.127ms [1.466s][info][gc] GC(20) Pause Init Update Refs 0.051ms Allocated: 85 Mb Allocated: 123 Mb Allocated: 131 Mb [1.481s][info][gc] GC(20) Concurrent update references 14.810ms [1.481s][info][gc] GC(20) Concurrent update thread roots 0.615ms [1.494s][info][gc] GC(20) Verify After Updating References, Level 4 (25145 reachable, 2217 marked) [1.494s][info][gc] GC(20) Pause Final Update Refs 12.573ms [1.495s][info][gc] GC(20) Concurrent cleanup 137M->177M(1024M) 0.476ms [1.496s][info][gc] Trigger: Start next cycle immediately Allocated: 174 Mb [1.504s][info][gc] GC(21) Concurrent reset 8.325ms [1.519s][info][gc] GC(21) Verify Before Mark, Level 4 (23519 reachable, 0 marked) [1.519s][info][gc] GC(21) Pause Init Mark (unload classes) 13.113ms Allocated: 238 Mb [1.521s][info][gc] GC(21) Concurrent marking roots 0.843ms [1.525s][info][gc] Failed to allocate Shared, 35161K [1.525s][info][gc] Cancelling GC: Allocation Failure [1.525s][info][gc] GC(21) Concurrent marking (unload classes) 4.561ms [1.526s][info][gc] Trigger: Handle Allocation Failure [1.546s][info][gc] GC(22) Verify During Evacuation, Level 4 (23520 reachable, 0 marked) [1.575s][info][gc] GC(22) Verify After Updating References, Level 4 (25108 reachable, 127 marked) [1.586s][info][gc] GC(22) Verify After Degenerated GC, Level 4 (25108 reachable, 127 marked) [1.587s][info][gc] GC(22) Pause Degenerated GC (Mark) 241M->240M(1024M) 60.206ms [1.588s][info][gc] Trigger: Start next cycle immediately Allocated: 272 Mb Allocated: 274 Mb Allocated: 282 Mb Allocated: 326 Mb Allocated: 354 Mb [1.601s][info][gc] GC(23) Concurrent reset 13.707ms [1.615s][info][gc] GC(23) Verify Before Mark, Level 4 (23523 reachable, 0 marked) [1.615s][info][gc] GC(23) Pause Init Mark (unload classes) 13.198ms Allocated: 377 Mb [1.616s][info][gc] GC(23) Concurrent marking roots 1.552ms Allocated: 393 Mb Allocated: 447 Mb [1.630s][info][gc] GC(23) Concurrent marking (unload classes) 13.284ms [1.642s][info][gc] GC(23) Verify Before Evacuation, Level 4 (23529 reachable, 1718 marked) [1.650s][info][gc] GC(23) Verify During Evacuation, Level 4 (23529 reachable, 0 marked) [1.650s][info][gc] GC(23) Pause Final Mark (unload classes) 20.361ms Allocated: 494 Mb [1.651s][info][gc] GC(23) Concurrent thread roots 0.594ms [1.651s][info][gc] GC(23) Concurrent weak references 0.042ms [1.653s][info][gc] GC(23) Concurrent weak roots 1.503ms [1.653s][info][gc] GC(23) Concurrent cleanup 497M->497M(1024M) 0.124ms [1.654s][info][gc] GC(23) Concurrent class unloading 0.860ms [1.654s][info][gc] GC(23) Concurrent strong roots 0.505ms [1.657s][info][gc] GC(23) Concurrent evacuation 2.829ms [1.657s][info][gc] GC(23) Pause Init Update Refs 0.053ms Allocated: 511 Mb Allocated: 568 Mb [1.671s][info][gc] GC(23) Concurrent update references 13.696ms [1.674s][info][gc] GC(23) Concurrent update thread roots 3.232ms [1.686s][info][gc] GC(23) Verify After Updating References, Level 4 (25120 reachable, 156 marked) [1.687s][info][gc] GC(23) Pause Final Update Refs 12.059ms Allocated: 626 Mb [1.687s][info][gc] Failed to allocate Shared, 33822K [1.687s][info][gc] Cancelling GC: Allocation Failure [1.687s][info][gc] GC(23) Concurrent cleanup 630M->628M(1024M) 0.261ms [1.688s][info][gc] Trigger: Handle Allocation Failure [1.721s][info][gc] GC(24) Verify During Evacuation, Level 4 (23532 reachable, 0 marked) [1.748s][info][gc] GC(24) Verify After Updating References, Level 4 (23672 reachable, 144 marked) [1.759s][info][gc] GC(24) Verify After Degenerated GC, Level 4 (23672 reachable, 144 marked) [1.759s][info][gc] GC(24) Pause Degenerated GC (Outside of Cycle) 628M->628M(1024M) 71.116ms [1.761s][info][gc] Trigger: Start next cycle immediately Allocated: 659 Mb Allocated: 688 Mb Allocated: 740 Mb Allocated: 755 Mb [1.779s][info][gc] GC(25) Concurrent reset 18.447ms [1.796s][info][gc] GC(25) Verify Before Mark, Level 4 (23533 reachable, 0 marked) [1.796s][info][gc] GC(25) Pause Init Mark (unload classes) 13.454ms Allocated: 710 Mb [1.797s][info][gc] GC(25) Concurrent marking roots 1.083ms [1.811s][info][gc] GC(25) Concurrent marking (unload classes) 14.035ms Allocated: 703 Mb [1.811s][info][gc] Failed to allocate Shared, 30630K [1.811s][info][gc] Cancelling GC: Allocation Failure [1.812s][info][gc] GC(25) Allocation failure was successfully injected [1.813s][info][gc] GC(25) Pause Final Mark (unload classes) 0.248ms [1.813s][info][gc] GC(25) Concurrent cleanup 886M->886M(1024M) 0.060ms [1.813s][info][gc] GC(25) Pause Final Roots 0.003ms [1.814s][info][gc] Trigger: Handle Allocation Failure [1.849s][info][gc] GC(26) Verify During Evacuation, Level 4 (23533 reachable, 0 marked) [1.905s][info][gc] GC(26) Verify After Updating References, Level 4 (23673 reachable, 142 marked) [1.916s][info][gc] GC(26) Verify After Degenerated GC, Level 4 (23673 reachable, 142 marked) [1.916s][info][gc] GC(26) Pause Degenerated GC (Outside of Cycle) 886M->676M(1024M) 101.750ms [1.917s][info][gc] Trigger: Start next cycle immediately Allocated: 705 Mb Allocated: 734 Mb Allocated: 687 Mb [1.926s][info][gc] GC(27) Concurrent reset 9.531ms [1.941s][info][gc] GC(27) Verify Before Mark, Level 4 (23533 reachable, 0 marked) [1.941s][info][gc] GC(27) Pause Init Mark (unload classes) 13.688ms Allocated: 711 Mb [1.942s][info][gc] GC(27) Concurrent marking roots 0.823ms Allocated: 709 Mb Allocated: 687 Mb [1.957s][info][gc] Failed to allocate Shared, 54463K [1.957s][info][gc] Cancelling GC: Allocation Failure [1.957s][info][gc] GC(27) Concurrent marking (unload classes) 15.051ms [1.958s][info][gc] Trigger: Handle Allocation Failure [1.970s][info][gc] GC(28) Verify During Evacuation, Level 4 (23534 reachable, 0 marked) [2.009s][info][gc] GC(28) Verify After Updating References, Level 4 (23674 reachable, 158 marked) [2.020s][info][gc] GC(28) Verify After Degenerated GC, Level 4 (23674 reachable, 158 marked) [2.020s][info][gc] GC(28) Pause Degenerated GC (Mark) 883M->803M(1024M) 61.207ms [2.020s][info][gc] Failed to allocate Shared, 54463K [2.020s][info][gc] Cancelling GC: Allocation Failure [2.021s][info][gc] Trigger: Handle Allocation Failure [2.050s][info][gc] GC(29) Verify During Evacuation, Level 4 (23534 reachable, 0 marked) [2.093s][info][gc] GC(29) Verify After Updating References, Level 4 (23674 reachable, 141 marked) [2.104s][info][gc] GC(29) Verify After Degenerated GC, Level 4 (23674 reachable, 141 marked) [2.104s][info][gc] GC(29) Pause Degenerated GC (Outside of Cycle) 803M->689M(1024M) 82.790ms [2.105s][info][gc] Trigger: Start next cycle immediately Allocated: 741 Mb Allocated: 709 Mb [2.114s][info][gc] GC(30) Concurrent reset 9.086ms [2.132s][info][gc] GC(30) Verify Before Mark, Level 4 (23532 reachable, 0 marked) [2.132s][info][gc] GC(30) Pause Init Mark (unload classes) 13.573ms Allocated: 697 Mb Allocated: 698 Mb [2.133s][info][gc] GC(30) Concurrent marking roots 0.801ms Allocated: 745 Mb Allocated: 699 Mb [2.149s][info][gc] GC(30) Concurrent marking (unload classes) 15.393ms [2.160s][info][gc] GC(30) Verify Before Evacuation, Level 4 (23534 reachable, 293 marked) [2.168s][info][gc] GC(30) Verify During Evacuation, Level 4 (23534 reachable, 0 marked) [2.168s][info][gc] GC(30) Pause Final Mark (unload classes) 19.685ms [2.169s][info][gc] Failed to allocate Shared, 21445K [2.169s][info][gc] Cancelling GC: Allocation Failure [2.169s][info][gc] GC(30) Concurrent thread roots 0.742ms [2.169s][info][gc] GC(30) Concurrent weak references 0.080ms [2.171s][info][gc] GC(30) Concurrent weak roots 1.405ms [2.189s][info][gc] GC(30) Concurrent cleanup 919M->782M(1024M) 18.067ms [2.190s][info][gc] GC(30) Concurrent class unloading 0.989ms [2.190s][info][gc] GC(30) Concurrent strong roots 0.492ms [2.190s][info][gc] GC(30) Concurrent evacuation 0.061ms [2.191s][info][gc] Trigger: Handle Allocation Failure [2.218s][info][gc] GC(31) Verify After Updating References, Level 4 (23674 reachable, 162 marked) [2.229s][info][gc] GC(31) Verify After Degenerated GC, Level 4 (23674 reachable, 162 marked) [2.229s][info][gc] GC(31) Pause Degenerated GC (Evacuation) 782M->781M(1024M) 37.279ms [2.230s][info][gc] Trigger: Start next cycle immediately Allocated: 720 Mb Allocated: 697 Mb [2.231s][info][gc] Failed to allocate Shared, 60024K [2.231s][info][gc] Cancelling GC: Allocation Failure [2.236s][info][gc] GC(32) Concurrent reset 5.767ms [2.249s][info][gc] GC(32) Verify Before Mark, Level 4 (23791 reachable, 0 marked) [2.249s][info][gc] GC(32) Pause Init Mark 13.677ms [2.251s][info][gc] GC(32) Concurrent marking roots 1.043ms [2.252s][info][gc] Trigger: Handle Allocation Failure [2.260s][info][gc] GC(33) Verify Before Full GC, Level 4 (23791 reachable, 0 marked) [2.448s][info][gc] GC(33) Verify After Full GC, Level 4 (23675 reachable, 134 marked) [2.448s][info][gc] GC(33) Pause Full 804M->699M(1024M) 196.766ms [2.450s][info][gc] Trigger: Start next cycle immediately Allocated: 756 Mb [2.458s][info][gc] GC(34) Concurrent reset 7.901ms [2.472s][info][gc] GC(34) Verify Before Mark, Level 4 (23534 reachable, 0 marked) [2.472s][info][gc] GC(34) Pause Init Mark (unload classes) 13.634ms Allocated: 728 Mb [2.473s][info][gc] GC(34) Concurrent marking roots 0.789ms Allocated: 693 Mb Allocated: 729 Mb [2.484s][info][gc] GC(34) Concurrent marking (unload classes) 11.494ms [2.496s][info][gc] GC(34) Verify Before Evacuation, Level 4 (23533 reachable, 291 marked) [2.503s][info][gc] GC(34) Verify During Evacuation, Level 4 (23533 reachable, 0 marked) [2.503s][info][gc] GC(34) Pause Final Mark (unload classes) 18.916ms [2.506s][info][gc] GC(34) Concurrent thread roots 2.711ms [2.506s][info][gc] GC(34) Concurrent weak references 0.030ms [2.508s][info][gc] GC(34) Concurrent weak roots 1.828ms Allocated: 698 Mb Allocated: 702 Mb [2.518s][info][gc] GC(34) Concurrent cleanup 919M->848M(1024M) 10.074ms [2.519s][info][gc] GC(34) Concurrent class unloading 0.934ms [2.519s][info][gc] GC(34) Concurrent strong roots 0.084ms [2.521s][info][gc] GC(34) Concurrent evacuation 2.105ms [2.523s][info][gc] GC(34) Pause Init Update Refs 0.055ms Allocated: 722 Mb [2.535s][info][gc] GC(34) Concurrent update references 11.182ms [2.537s][info][gc] GC(34) Concurrent update thread roots 2.082ms [2.548s][info][gc] GC(34) Verify After Updating References, Level 4 (23675 reachable, 178 marked) [2.548s][info][gc] GC(34) Pause Final Update Refs 11.109ms Allocated: 720 Mb Allocated: 697 Mb [2.549s][info][gc] GC(34) Concurrent cleanup 926M->925M(1024M) 0.125ms Allocated: 710 Mb [2.550s][info][gc] Trigger: Start next cycle immediately [2.554s][info][gc] Failed to allocate Shared, 25445K [2.554s][info][gc] Cancelling GC: Allocation Failure [2.557s][info][gc] GC(35) Concurrent reset 7.262ms [2.571s][info][gc] GC(35) Verify Before Mark, Level 4 (23793 reachable, 0 marked) [2.571s][info][gc] GC(35) Pause Init Mark 13.849ms [2.572s][info][gc] GC(35) Concurrent marking roots 1.039ms [2.574s][info][gc] Trigger: Handle Allocation Failure [2.604s][info][gc] GC(36) Verify During Evacuation, Level 4 (23537 reachable, 0 marked) [2.658s][info][gc] GC(36) Verify After Updating References, Level 4 (23677 reachable, 143 marked) [2.669s][info][gc] GC(36) Verify After Degenerated GC, Level 4 (23677 reachable, 143 marked) [2.669s][info][gc] GC(36) Pause Degenerated GC (Outside of Cycle) 925M->690M(1024M) 94.738ms [2.670s][info][gc] Trigger: Start next cycle immediately Allocated: 713 Mb Allocated: 711 Mb [2.676s][info][gc] GC(37) Concurrent reset 5.691ms Allocated: 722 Mb [2.691s][info][gc] GC(37) Verify Before Mark, Level 4 (23537 reachable, 0 marked) [2.692s][info][gc] GC(37) Pause Init Mark (unload classes) 13.493ms Allocated: 687 Mb [2.694s][info][gc] GC(37) Concurrent marking roots 1.575ms [2.695s][info][gc] Failed to allocate Shared, 61537K [2.695s][info][gc] Cancelling GC: Allocation Failure [2.695s][info][gc] GC(37) Concurrent marking (unload classes) 1.805ms [2.697s][info][gc] Trigger: Handle Allocation Failure [2.717s][info][gc] GC(38) Verify During Evacuation, Level 4 (23538 reachable, 0 marked) [2.753s][info][gc] GC(38) Verify After Updating References, Level 4 (23678 reachable, 147 marked) [2.764s][info][gc] GC(38) Verify After Degenerated GC, Level 4 (23678 reachable, 147 marked) [2.764s][info][gc] GC(38) Pause Degenerated GC (Mark) 784M->689M(1024M) 67.103ms [2.765s][info][gc] Trigger: Start next cycle immediately Allocated: 747 Mb [2.771s][info][gc] GC(39) Concurrent reset 5.861ms [2.789s][info][gc] GC(39) Verify Before Mark, Level 4 (23791 reachable, 0 marked) [2.789s][info][gc] GC(39) Pause Init Mark 13.677ms [2.789s][info][gc] Failed to allocate TLAB, 512K [2.789s][info][gc] Cancelling GC: Allocation Failure [2.790s][info][gc] GC(39) Concurrent marking roots 0.885ms [2.791s][info][gc] Trigger: Handle Allocation Failure [2.819s][info][gc] GC(40) Verify During Evacuation, Level 4 (23536 reachable, 0 marked) [2.857s][info][gc] GC(40) Verify After Updating References, Level 4 (23676 reachable, 140 marked) [2.868s][info][gc] GC(40) Verify After Degenerated GC, Level 4 (23676 reachable, 140 marked) [2.868s][info][gc] GC(40) Pause Degenerated GC (Outside of Cycle) 805M->748M(1024M) 76.769ms Allocated: 746 Mb [2.869s][info][gc] Trigger: Start next cycle immediately Allocated: 748 Mb Allocated: 706 Mb Allocated: 701 Mb Allocated: 660 Mb [2.880s][info][gc] Failed to allocate Shared, 63561K [2.880s][info][gc] Cancelling GC: Allocation Failure [2.881s][info][gc] GC(41) Concurrent reset 11.715ms [2.904s][info][gc] GC(41) Verify Before Mark, Level 4 (23535 reachable, 0 marked) [2.904s][info][gc] GC(41) Pause Init Mark (unload classes) 23.155ms [2.905s][info][gc] GC(41) Concurrent marking roots 0.917ms [2.906s][info][gc] Trigger: Handle Allocation Failure [2.938s][info][gc] GC(42) Verify During Evacuation, Level 4 (23535 reachable, 0 marked) [2.994s][info][gc] GC(42) Verify After Updating References, Level 4 (23675 reachable, 144 marked) [3.005s][info][gc] GC(42) Verify After Degenerated GC, Level 4 (23675 reachable, 144 marked) [3.005s][info][gc] GC(42) Pause Degenerated GC (Outside of Cycle) 853M->662M(1024M) 98.569ms [3.006s][info][gc] Trigger: Start next cycle immediately Allocated: 722 Mb [3.012s][info][gc] GC(43) Concurrent reset 6.129ms [3.026s][info][gc] GC(43) Verify Before Mark, Level 4 (23534 reachable, 0 marked) [3.026s][info][gc] GC(43) Pause Init Mark (unload classes) 13.486ms Allocated: 714 Mb [3.028s][info][gc] GC(43) Concurrent marking roots 0.800ms Allocated: 724 Mb Allocated: 711 Mb Allocated: 697 Mb [3.040s][info][gc] Failed to allocate Shared, 28896K [3.040s][info][gc] Cancelling GC: Allocation Failure [3.040s][info][gc] GC(43) Concurrent marking (unload classes) 12.855ms [3.042s][info][gc] Trigger: Handle Allocation Failure [3.050s][info][gc] GC(44) Verify Before Full GC, Level 4 (23535 reachable, 0 marked) [3.244s][info][gc] GC(44) Verify After Full GC, Level 4 (23675 reachable, 135 marked) [3.244s][info][gc] GC(44) Pause Full 838M->698M(1024M) 202.521ms [3.245s][info][gc] Trigger: Start next cycle immediately Allocated: 725 Mb Allocated: 681 Mb Allocated: 686 Mb Allocated: 743 Mb [3.253s][info][gc] GC(45) Concurrent reset 8.153ms [3.271s][info][gc] GC(45) Verify Before Mark, Leve ... Output overflow: JT Harness has limited the test output to the text at the beginning and the end, so that you can see how the test began, and how it completed. If you need to see more of the output from the test, set the system property javatest.maxOutputSize to a higher value. The current value is 100000 ... e immediately Allocated: 740 Mb [28.176s][info][gc] Failed to allocate Shared, 58762K [28.176s][info][gc] Cancelling GC: Allocation Failure [28.177s][info][gc] GC(343) Concurrent reset 5.575ms [28.190s][info][gc] GC(343) Verify Before Mark, Level 4 (23560 reachable, 0 marked) [28.190s][info][gc] GC(343) Pause Init Mark (unload classes) 13.464ms [28.191s][info][gc] GC(343) Concurrent marking roots 0.888ms [28.193s][info][gc] Trigger: Handle Allocation Failure [28.222s][info][gc] GC(344) Verify During Evacuation, Level 4 (23560 reachable, 0 marked) [28.257s][info][gc] GC(344) Verify After Updating References, Level 4 (23700 reachable, 142 marked) [28.268s][info][gc] GC(344) Verify After Degenerated GC, Level 4 (23700 reachable, 142 marked) [28.268s][info][gc] GC(344) Pause Degenerated GC (Outside of Cycle) 742M->684M(1024M) 75.240ms [28.269s][info][gc] Trigger: Start next cycle immediately Allocated: 740 Mb Allocated: 701 Mb [28.274s][info][gc] Failed to allocate Shared, 60299K [28.274s][info][gc] Cancelling GC: Allocation Failure [28.275s][info][gc] GC(345) Concurrent reset 5.640ms [28.288s][info][gc] GC(345) Verify Before Mark, Level 4 (23560 reachable, 0 marked) [28.288s][info][gc] GC(345) Pause Init Mark (unload classes) 13.266ms [28.289s][info][gc] GC(345) Concurrent marking roots 0.859ms [28.290s][info][gc] Trigger: Handle Allocation Failure [28.320s][info][gc] GC(346) Verify During Evacuation, Level 4 (23560 reachable, 0 marked) [28.359s][info][gc] GC(346) Verify After Updating References, Level 4 (23700 reachable, 143 marked) [28.370s][info][gc] GC(346) Verify After Degenerated GC, Level 4 (23700 reachable, 143 marked) [28.370s][info][gc] GC(346) Pause Degenerated GC (Outside of Cycle) 753M->662M(1024M) 80.154ms [28.371s][info][gc] Trigger: Start next cycle immediately Allocated: 720 Mb [28.377s][info][gc] GC(347) Concurrent reset 5.627ms [28.391s][info][gc] GC(347) Verify Before Mark, Level 4 (23816 reachable, 0 marked) [28.392s][info][gc] GC(347) Pause Init Mark 13.788ms Allocated: 702 Mb [28.393s][info][gc] GC(347) Concurrent marking roots 1.290ms Allocated: 718 Mb Allocated: 678 Mb [28.409s][info][gc] GC(347) Concurrent marking 16.034ms [28.420s][info][gc] GC(347) Verify Before Evacuation, Level 4 (23817 reachable, 33 marked) [28.428s][info][gc] GC(347) Verify During Evacuation, Level 4 (23817 reachable, 0 marked) [28.428s][info][gc] GC(347) Pause Final Mark 19.460ms [28.429s][info][gc] GC(347) Concurrent thread roots 0.802ms [28.429s][info][gc] GC(347) Concurrent weak references 0.092ms [28.431s][info][gc] GC(347) Concurrent weak roots 1.451ms [28.437s][info][gc] GC(347) Concurrent cleanup 810M->766M(1024M) 5.764ms [28.437s][info][gc] GC(347) Concurrent strong roots 0.704ms [28.440s][info][gc] GC(347) Concurrent evacuation 2.577ms [28.440s][info][gc] GC(347) Pause Init Update Refs 0.056ms [28.440s][info][gc] Failed to allocate Shared, 62947K [28.440s][info][gc] Cancelling GC: Allocation Failure [28.443s][info][gc] GC(347) Concurrent update references 3.108ms [28.444s][info][gc] Trigger: Handle Allocation Failure [28.455s][info][gc] GC(348) Verify Before Full GC, Level 4 (26130 reachable, 0 marked) [28.665s][info][gc] GC(348) Verify After Full GC, Level 4 (23701 reachable, 134 marked) [28.665s][info][gc] GC(348) Pause Full 767M->680M(1024M) 220.919ms [28.667s][info][gc] Trigger: Start next cycle immediately Allocated: 740 Mb [28.675s][info][gc] GC(349) Concurrent reset 7.967ms [28.689s][info][gc] GC(349) Verify Before Mark, Level 4 (23561 reachable, 0 marked) [28.689s][info][gc] GC(349) Pause Init Mark (unload classes) 13.503ms Allocated: 745 Mb [28.690s][info][gc] GC(349) Concurrent marking roots 1.204ms Allocated: 717 Mb Allocated: 690 Mb Allocated: 715 Mb Allocated: 676 Mb [28.706s][info][gc] GC(349) Concurrent marking (unload classes) 15.932ms [28.718s][info][gc] GC(349) Verify Before Evacuation, Level 4 (23563 reachable, 299 marked) [28.726s][info][gc] GC(349) Verify During Evacuation, Level 4 (23563 reachable, 0 marked) [28.726s][info][gc] GC(349) Pause Final Mark (unload classes) 19.148ms Allocated: 683 Mb [28.727s][info][gc] GC(349) Concurrent thread roots 1.092ms [28.727s][info][gc] GC(349) Concurrent weak references 0.071ms [28.729s][info][gc] GC(349) Concurrent weak roots 1.587ms [28.736s][info][gc] GC(349) Concurrent cleanup 905M->850M(1024M) 7.266ms [28.737s][info][gc] GC(349) Concurrent class unloading 1.437ms [28.738s][info][gc] GC(349) Concurrent strong roots 0.480ms [28.741s][info][gc] GC(349) Concurrent evacuation 2.610ms [28.743s][info][gc] GC(349) Pause Init Update Refs 0.077ms Allocated: 730 Mb [28.756s][info][gc] GC(349) Concurrent update references 13.455ms Allocated: 705 Mb [28.757s][info][gc] GC(349) Concurrent update thread roots 1.097ms [28.769s][info][gc] GC(349) Verify After Updating References, Level 4 (23703 reachable, 182 marked) [28.769s][info][gc] GC(349) Pause Final Update Refs 11.427ms [28.769s][info][gc] Failed to allocate Shared, 39058K [28.769s][info][gc] Cancelling GC: Allocation Failure [28.769s][info][gc] GC(349) Concurrent cleanup 941M->940M(1024M) 0.185ms [28.770s][info][gc] Trigger: Handle Allocation Failure [28.802s][info][gc] GC(350) Verify During Evacuation, Level 4 (23563 reachable, 0 marked) [28.867s][info][gc] GC(350) Verify After Updating References, Level 4 (23703 reachable, 142 marked) [28.878s][info][gc] GC(350) Verify After Degenerated GC, Level 4 (23703 reachable, 142 marked) [28.878s][info][gc] GC(350) Pause Degenerated GC (Outside of Cycle) 940M->659M(1024M) 108.056ms [28.879s][info][gc] Trigger: Start next cycle immediately Allocated: 696 Mb [28.882s][info][gc] Failed to allocate Shared, 61387K [28.882s][info][gc] Cancelling GC: Allocation Failure [28.885s][info][gc] GC(351) Concurrent reset 5.400ms [28.899s][info][gc] GC(351) Verify Before Mark, Level 4 (23820 reachable, 0 marked) [28.899s][info][gc] GC(351) Pause Init Mark 13.974ms [28.900s][info][gc] GC(351) Concurrent marking roots 1.131ms [28.901s][info][gc] Trigger: Handle Allocation Failure [28.931s][info][gc] GC(352) Verify During Evacuation, Level 4 (23564 reachable, 0 marked) [28.959s][info][gc] GC(352) Verify After Updating References, Level 4 (23704 reachable, 142 marked) [28.970s][info][gc] GC(352) Verify After Degenerated GC, Level 4 (23704 reachable, 142 marked) [28.970s][info][gc] GC(352) Pause Degenerated GC (Outside of Cycle) 698M->697M(1024M) 69.260ms [28.971s][info][gc] Failed to allocate Shared, 61387K [28.971s][info][gc] Cancelling GC: Allocation Failure [28.972s][info][gc] Trigger: Handle Allocation Failure [29.002s][info][gc] GC(353) Verify During Evacuation, Level 4 (23564 reachable, 0 marked) [29.030s][info][gc] GC(353) Verify After Updating References, Level 4 (23704 reachable, 142 marked) [29.041s][info][gc] GC(353) Verify After Degenerated GC, Level 4 (23704 reachable, 142 marked) [29.041s][info][gc] GC(353) Cancelling GC: Upgrade To Full GC [29.049s][info][gc] GC(353) Verify Before Full GC, Level 4 (23564 reachable, 0 marked) [29.230s][info][gc] GC(353) Verify After Full GC, Level 4 (23704 reachable, 134 marked) [29.230s][info][gc] GC(353) Pause Degenerated GC (Outside of Cycle) 697M->697M(1024M) 257.938ms [29.231s][info][gc] Trigger: Start next cycle immediately Allocated: 755 Mb Allocated: 715 Mb [29.239s][info][gc] GC(354) Concurrent reset 7.873ms [29.253s][info][gc] GC(354) Verify Before Mark, Level 4 (23820 reachable, 0 marked) [29.253s][info][gc] GC(354) Pause Init Mark 14.010ms Allocated: 715 Mb Allocated: 690 Mb [29.255s][info][gc] GC(354) Concurrent marking roots 1.047ms Allocated: 730 Mb Allocated: 675 Mb [29.271s][info][gc] GC(354) Concurrent marking 15.371ms [29.283s][info][gc] GC(354) Verify Before Evacuation, Level 4 (23820 reachable, 39 marked) [29.291s][info][gc] GC(354) Verify During Evacuation, Level 4 (23820 reachable, 0 marked) [29.291s][info][gc] GC(354) Pause Final Mark 20.257ms Allocated: 720 Mb [29.296s][info][gc] GC(354) Concurrent thread roots 4.572ms [29.296s][info][gc] GC(354) Concurrent weak references 0.094ms [29.297s][info][gc] GC(354) Concurrent weak roots 1.458ms [29.310s][info][gc] GC(354) Concurrent cleanup 910M->869M(1024M) 12.391ms [29.311s][info][gc] GC(354) Concurrent strong roots 0.753ms Allocated: 728 Mb [29.314s][info][gc] GC(354) Concurrent evacuation 3.742ms [29.314s][info][gc] GC(354) Pause Init Update Refs 0.076ms [29.323s][info][gc] Failed to allocate Shared, 28978K [29.323s][info][gc] Cancelling GC: Allocation Failure [29.327s][info][gc] GC(354) Concurrent update references 12.026ms [29.328s][info][gc] Trigger: Handle Allocation Failure [29.341s][info][gc] GC(355) Verify After Updating References, Level 4 (23822 reachable, 56 marked) [29.352s][info][gc] GC(355) Verify After Degenerated GC, Level 4 (23822 reachable, 56 marked) [29.352s][info][gc] GC(355) Pause Degenerated GC (Update Refs) 870M->869M(1024M) 24.335ms [29.355s][info][gc] Trigger: Start next cycle immediately Allocated: 714 Mb [29.355s][info][gc] Failed to allocate Shared, 58156K [29.355s][info][gc] Cancelling GC: Allocation Failure [29.361s][info][gc] GC(356) Concurrent reset 5.923ms [29.374s][info][gc] GC(356) Verify Before Mark, Level 4 (23564 reachable, 0 marked) [29.374s][info][gc] GC(356) Pause Init Mark (unload classes) 13.450ms [29.375s][info][gc] GC(356) Concurrent marking roots 0.881ms [29.376s][info][gc] Trigger: Handle Allocation Failure [29.384s][info][gc] GC(357) Verify Before Full GC, Level 4 (23564 reachable, 0 marked) [29.597s][info][gc] GC(357) Verify After Full GC, Level 4 (23704 reachable, 134 marked) [29.597s][info][gc] GC(357) Pause Full 897M->669M(1024M) 221.153ms [29.598s][info][gc] Trigger: Start next cycle immediately Allocated: 725 Mb [29.606s][info][gc] GC(358) Concurrent reset 7.962ms [29.621s][info][gc] GC(358) Verify Before Mark, Level 4 (23818 reachable, 0 marked) [29.621s][info][gc] GC(358) Pause Init Mark 14.017ms [29.621s][info][gc] Failed to allocate TLAB, 512K [29.621s][info][gc] Cancelling GC: Allocation Failure [29.622s][info][gc] GC(358) Allocation failure was successfully injected [29.623s][info][gc] GC(358) Concurrent marking roots 2.078ms [29.624s][info][gc] Trigger: Handle Allocation Failure [29.654s][info][gc] GC(359) Verify During Evacuation, Level 4 (23563 reachable, 0 marked) [29.692s][info][gc] GC(359) Verify After Updating References, Level 4 (23703 reachable, 138 marked) [29.703s][info][gc] GC(359) Verify After Degenerated GC, Level 4 (23703 reachable, 138 marked) [29.703s][info][gc] GC(359) Pause Degenerated GC (Outside of Cycle) 773M->702M(1024M) 78.760ms Allocated: 701 Mb [29.704s][info][gc] Trigger: Start next cycle immediately Allocated: 700 Mb Allocated: 656 Mb [29.710s][info][gc] GC(360) Concurrent reset 5.642ms [29.724s][info][gc] GC(360) Verify Before Mark, Level 4 (23819 reachable, 0 marked) [29.724s][info][gc] GC(360) Pause Init Mark 14.147ms Allocated: 664 Mb [29.726s][info][gc] GC(360) Concurrent marking roots 1.296ms Allocated: 711 Mb Allocated: 701 Mb [29.743s][info][gc] GC(360) Concurrent marking 17.469ms [29.759s][info][gc] GC(360) Verify Before Evacuation, Level 4 (23820 reachable, 34 marked) [29.767s][info][gc] GC(360) Verify During Evacuation, Level 4 (23820 reachable, 0 marked) [29.767s][info][gc] GC(360) Pause Final Mark 20.168ms Allocated: 741 Mb Allocated: 680 Mb [29.769s][info][gc] GC(360) Concurrent thread roots 1.047ms [29.769s][info][gc] GC(360) Concurrent weak references 0.087ms [29.770s][info][gc] GC(360) Concurrent weak roots 1.607ms [29.781s][info][gc] GC(360) Concurrent cleanup 867M->821M(1024M) 10.984ms [29.782s][info][gc] GC(360) Concurrent strong roots 0.716ms Allocated: 711 Mb [29.785s][info][gc] GC(360) Concurrent evacuation 2.629ms [29.785s][info][gc] GC(360) Pause Init Update Refs 0.056ms Allocated: 722 Mb Allocated: 689 Mb [29.793s][info][gc] Failed to allocate Shared, 40511K [29.793s][info][gc] Cancelling GC: Allocation Failure [29.797s][info][gc] GC(360) Concurrent update references 12.119ms [29.798s][info][gc] Trigger: Handle Allocation Failure [29.810s][info][gc] GC(361) Verify After Updating References, Level 4 (23823 reachable, 64 marked) [29.821s][info][gc] GC(361) Verify After Degenerated GC, Level 4 (23823 reachable, 64 marked) [29.822s][info][gc] GC(361) Pause Degenerated GC (Update Refs) 892M->891M(1024M) 23.364ms [29.822s][info][gc] Failed to allocate Shared, 40511K [29.822s][info][gc] Cancelling GC: Allocation Failure [29.823s][info][gc] Trigger: Handle Allocation Failure [29.854s][info][gc] GC(362) Verify During Evacuation, Level 4 (23565 reachable, 0 marked) [29.909s][info][gc] GC(362) Verify After Updating References, Level 4 (23705 reachable, 142 marked) [29.920s][info][gc] GC(362) Verify After Degenerated GC, Level 4 (23705 reachable, 142 marked) [29.920s][info][gc] GC(362) Pause Degenerated GC (Outside of Cycle) 891M->691M(1024M) 97.291ms [29.921s][info][gc] Trigger: Start next cycle immediately Allocated: 729 Mb [29.927s][info][gc] GC(363) Concurrent reset 5.653ms [29.941s][info][gc] GC(363) Verify Before Mark, Level 4 (23821 reachable, 0 marked) [29.941s][info][gc] GC(363) Pause Init Mark 13.815ms Allocated: 724 Mb Allocated: 684 Mb [29.943s][info][gc] GC(363) Concurrent marking roots 2.566ms Allocated: 731 Mb Allocated: 735 Mb [29.963s][info][gc] GC(363) Concurrent marking 19.545ms [29.974s][info][gc] GC(363) Verify Before Evacuation, Level 4 (23820 reachable, 38 marked) [29.982s][info][gc] GC(363) Verify During Evacuation, Level 4 (23820 reachable, 0 marked) [29.982s][info][gc] GC(363) Pause Final Mark 19.426ms [29.983s][info][gc] Failed to allocate Shared, 14426K [29.983s][info][gc] Cancelling GC: Allocation Failure [29.984s][info][gc] GC(363) Allocation failure was successfully injected [29.984s][info][gc] GC(363) Concurrent thread roots 1.630ms [29.984s][info][gc] GC(363) Concurrent weak references 0.079ms [29.985s][info][gc] GC(363) Concurrent weak roots 1.248ms [29.991s][info][gc] GC(363) Concurrent cleanup 880M->839M(1024M) 5.432ms [29.992s][info][gc] GC(363) Concurrent strong roots 0.699ms [29.992s][info][gc] GC(363) Concurrent evacuation 0.048ms [29.993s][info][gc] Trigger: Handle Allocation Failure [30.019s][info][gc] GC(364) Verify After Updating References, Level 4 (23822 reachable, 44 marked) [30.030s][info][gc] GC(364) Verify After Degenerated GC, Level 4 (23822 reachable, 44 marked) [30.030s][info][gc] GC(364) Pause Degenerated GC (Evacuation) 840M->839M(1024M) 37.227ms [30.031s][info][gc] Trigger: Start next cycle immediately Allocated: 704 Mb [30.031s][info][gc] Failed to allocate Shared, 40737K [30.032s][info][gc] Cancelling GC: Allocation Failure [30.037s][info][gc] GC(365) Concurrent reset 5.791ms [30.050s][info][gc] GC(365) Verify Before Mark, Level 4 (23564 reachable, 0 marked) [30.050s][info][gc] GC(365) Pause Init Mark (unload classes) 13.448ms [30.051s][info][gc] GC(365) Concurrent marking roots 0.875ms [30.052s][info][gc] Trigger: Handle Allocation Failure [30.061s][info][gc] GC(366) Verify Before Full GC, Level 4 (23564 reachable, 0 marked) [30.266s][info][gc] GC(366) Verify After Full GC, Level 4 (23704 reachable, 134 marked) [30.266s][info][gc] GC(366) Pause Full 853M->658M(1024M) 213.125ms [30.267s][info][gc] Trigger: Start next cycle immediately Allocated: 696 Mb Allocated: 744 Mb [30.275s][info][gc] GC(367) Concurrent reset 7.724ms [30.289s][info][gc] GC(367) Verify Before Mark, Level 4 (23564 reachable, 0 marked) [30.289s][info][gc] GC(367) Pause Init Mark (unload classes) 13.664ms Allocated: 698 Mb Allocated: 699 Mb [30.290s][info][gc] GC(367) Concurrent marking roots 0.802ms Allocated: 715 Mb Allocated: 692 Mb Allocated: 749 Mb Allocated: 709 Mb Allocated: 677 Mb Allocated: 692 Mb [30.302s][info][gc] GC(367) Concurrent marking (unload classes) 11.700ms [30.314s][info][gc] GC(367) Verify Before Evacuation, Level 4 (23568 reachable, 311 marked) [30.321s][info][gc] GC(367) Verify During Evacuation, Level 4 (23568 reachable, 0 marked) [30.321s][info][gc] GC(367) Pause Final Mark (unload classes) 19.238ms [30.322s][info][gc] Failed to allocate Shared, 32006K [30.322s][info][gc] Cancelling GC: Allocation Failure [30.322s][info][gc] GC(367) Allocation failure was successfully injected [30.323s][info][gc] GC(367) Concurrent thread roots 1.658ms [30.323s][info][gc] GC(367) Concurrent weak references 0.077ms [30.325s][info][gc] GC(367) Concurrent weak roots 1.446ms [30.333s][info][gc] GC(367) Concurrent cleanup 907M->843M(1024M) 8.728ms [30.335s][info][gc] GC(367) Concurrent class unloading 1.495ms [30.335s][info][gc] GC(367) Concurrent strong roots 0.492ms [30.337s][info][gc] GC(367) Concurrent evacuation 1.648ms [30.338s][info][gc] Trigger: Handle Allocation Failure [30.364s][info][gc] GC(368) Verify After Updating References, Level 4 (23708 reachable, 181 marked) [30.375s][info][gc] GC(368) Verify After Degenerated GC, Level 4 (23708 reachable, 181 marked) [30.375s][info][gc] GC(368) Pause Degenerated GC (Evacuation) 843M->843M(1024M) 36.677ms [30.376s][info][gc] Trigger: Start next cycle immediately Allocated: 723 Mb Allocated: 698 Mb [30.382s][info][gc] GC(369) Concurrent reset 6.457ms [30.397s][info][gc] GC(369) Verify Before Mark, Level 4 (23825 reachable, 0 marked) [30.398s][info][gc] GC(369) Pause Init Mark 14.012ms Allocated: 726 Mb [30.399s][info][gc] GC(369) Concurrent marking roots 1.334ms Allocated: 691 Mb [30.410s][info][gc] GC(369) Concurrent marking 11.563ms [30.423s][info][gc] GC(369) Verify Before Evacuation, Level 4 (23825 reachable, 29 marked) [30.431s][info][gc] GC(369) Verify During Evacuation, Level 4 (23825 reachable, 0 marked) [30.431s][info][gc] GC(369) Pause Final Mark 20.259ms [30.431s][info][gc] Failed to allocate Shared, 49908K [30.431s][info][gc] Cancelling GC: Allocation Failure [30.432s][info][gc] GC(369) Concurrent thread roots 0.565ms [30.432s][info][gc] GC(369) Concurrent weak references 0.066ms [30.433s][info][gc] GC(369) Concurrent weak roots 1.253ms [30.460s][info][gc] GC(369) Concurrent cleanup 944M->736M(1024M) 27.221ms [30.461s][info][gc] GC(369) Concurrent strong roots 0.735ms [30.461s][info][gc] GC(369) Concurrent evacuation 0.016ms [30.462s][info][gc] Trigger: Handle Allocation Failure [30.489s][info][gc] GC(370) Verify After Updating References, Level 4 (23827 reachable, 35 marked) [30.500s][info][gc] GC(370) Verify After Degenerated GC, Level 4 (23827 reachable, 35 marked) [30.500s][info][gc] GC(370) Pause Degenerated GC (Evacuation) 736M->735M(1024M) 37.936ms [30.501s][info][gc] Trigger: Start next cycle immediately [30.504s][info][gc] Failed to allocate TLAB, 512K [30.504s][info][gc] Cancelling GC: Allocation Failure [30.508s][info][gc] GC(371) Concurrent reset 6.694ms [30.522s][info][gc] GC(371) Verify Before Mark, Level 4 (23826 reachable, 0 marked) [30.522s][info][gc] GC(371) Pause Init Mark 14.002ms [30.523s][info][gc] GC(371) Concurrent marking roots 1.063ms [30.524s][info][gc] Trigger: Handle Allocation Failure [30.554s][info][gc] GC(372) Verify During Evacuation, Level 4 (23570 reachable, 0 marked) [30.588s][info][gc] GC(372) Verify After Updating References, Level 4 (23710 reachable, 143 marked) [30.599s][info][gc] GC(372) Verify After Degenerated GC, Level 4 (23710 reachable, 143 marked) [30.599s][info][gc] GC(372) Pause Degenerated GC (Outside of Cycle) 784M->741M(1024M) 74.604ms Allocated: 740 Mb Allocated: 688 Mb [30.600s][info][gc] Trigger: Start next cycle immediately [30.605s][info][gc] GC(373) Concurrent reset 5.485ms [30.621s][info][gc] GC(373) Verify Before Mark, Level 4 (23570 reachable, 0 marked) [30.621s][info][gc] GC(373) Pause Init Mark (unload classes) 13.635ms Allocated: 726 Mb [30.623s][info][gc] GC(373) Concurrent marking roots 1.239ms Allocated: 715 Mb Allocated: 723 Mb Allocated: 710 Mb Allocated: 654 Mb [30.632s][info][gc] Failed to allocate Shared, 38322K [30.632s][info][gc] Cancelling GC: Allocation Failure [30.633s][info][gc] GC(373) Concurrent marking (unload classes) 10.116ms [30.634s][info][gc] Trigger: Handle Allocation Failure [30.648s][info][gc] GC(374) Verify During Evacuation, Level 4 (23569 reachable, 0 marked) [30.683s][info][gc] GC(374) Verify After Updating References, Level 4 (23709 reachable, 169 marked) [30.694s][info][gc] GC(374) Verify After Degenerated GC, Level 4 (23709 reachable, 169 marked) [30.694s][info][gc] GC(374) Pause Degenerated GC (Mark) 885M->831M(1024M) 60.319ms [30.695s][info][gc] Trigger: Start next cycle immediately Allocated: 692 Mb Allocated: 700 Mb [30.698s][info][gc] Failed to allocate Shared, 57792K [30.698s][info][gc] Cancelling GC: Allocation Failure [30.701s][info][gc] GC(375) Concurrent reset 6.074ms [30.715s][info][gc] GC(375) Verify Before Mark, Level 4 (23570 reachable, 0 marked) [30.715s][info][gc] GC(375) Pause Init Mark (unload classes) 13.512ms [30.716s][info][gc] GC(375) Concurrent marking roots 0.878ms [30.717s][info][gc] Trigger: Handle Allocation Failure [30.725s][info][gc] GC(376) Verify Before Full GC, Level 4 (23570 reachable, 0 marked) [30.944s][info][gc] GC(376) Verify After Full GC, Level 4 (23710 reachable, 134 marked) [30.944s][info][gc] GC(376) Pause Full 877M->662M(1024M) 227.283ms [30.946s][info][gc] Trigger: Start next cycle immediately Allocated: 717 Mb Allocated: 732 Mb [30.954s][info][gc] GC(377) Concurrent reset 7.869ms [30.971s][info][gc] GC(377) Verify Before Mark, Level 4 (23568 reachable, 0 marked) [30.971s][info][gc] GC(377) Pause Init Mark (unload classes) 13.881ms Allocated: 719 Mb [30.973s][info][gc] GC(377) Concurrent marking roots 1.214ms Allocated: 725 Mb Allocated: 740 Mb [30.986s][info][gc] GC(377) Concurrent marking (unload classes) 13.499ms [30.998s][info][gc] GC(377) Verify Before Evacuation, Level 4 (23567 reachable, 291 marked) [31.006s][info][gc] GC(377) Verify During Evacuation, Level 4 (23567 reachable, 0 marked) [31.006s][info][gc] GC(377) Pause Final Mark (unload classes) 19.274ms [31.007s][info][gc] GC(377) Concurrent thread roots 1.332ms [31.007s][info][gc] GC(377) Concurrent weak references 0.051ms Allocated: 730 Mb [31.011s][info][gc] GC(377) Concurrent weak roots 3.618ms [31.023s][info][gc] GC(377) Concurrent cleanup 951M->897M(1024M) 12.142ms Allocated: 693 Mb [31.025s][info][gc] GC(377) Concurrent class unloading 2.521ms [31.026s][info][gc] GC(377) Concurrent strong roots 0.492ms [31.028s][info][gc] GC(377) Concurrent evacuation 2.637ms [31.029s][info][gc] GC(377) Pause Init Update Refs 0.076ms Allocated: 716 Mb Allocated: 676 Mb [31.042s][info][gc] GC(377) Concurrent update references 13.398ms [31.043s][info][gc] GC(377) Concurrent update thread roots 0.628ms [31.054s][info][gc] GC(377) Verify After Updating References, Level 4 (23706 reachable, 184 marked) [31.054s][info][gc] GC(377) Pause Final Update Refs 11.186ms [31.054s][info][gc] Failed to allocate Shared, 54042K [31.054s][info][gc] Cancelling GC: Allocation Failure [31.054s][info][gc] GC(377) Concurrent cleanup 924M->923M(1024M) 0.188ms [31.055s][info][gc] Trigger: Handle Allocation Failure [31.087s][info][gc] GC(378) Verify During Evacuation, Level 4 (23566 reachable, 0 marked) [31.147s][info][gc] GC(378) Verify After Updating References, Level 4 (23706 reachable, 143 marked) [31.158s][info][gc] GC(378) Verify After Degenerated GC, Level 4 (23706 reachable, 143 marked) [31.158s][info][gc] GC(378) Pause Degenerated GC (Outside of Cycle) 923M->678M(1024M) 103.013ms [31.159s][info][gc] Trigger: Start next cycle immediately Allocated: 729 Mb Allocated: 684 Mb Allocated: 690 Mb [31.165s][info][gc] GC(379) Concurrent reset 5.827ms [31.181s][info][gc] GC(379) Verify Before Mark, Level 4 (23567 reachable, 0 marked) [31.181s][info][gc] GC(379) Pause Init Mark (unload classes) 13.810ms Allocated: 726 Mb [31.183s][info][gc] GC(379) Concurrent marking roots 1.234ms [31.188s][info][gc] Failed to allocate Shared, 64015K [31.188s][info][gc] Cancelling GC: Allocation Failure [31.188s][info][gc] GC(379) Concurrent marking (unload classes) 5.504ms [31.189s][info][gc] Trigger: Handle Allocation Failure [31.208s][info][gc] GC(380) Verify During Evacuation, Level 4 (23565 reachable, 0 marked) [31.242s][info][gc] GC(380) Verify After Updating References, Level 4 (23705 reachable, 149 marked) [31.253s][info][gc] GC(380) Verify After Degenerated GC, Level 4 (23705 reachable, 149 marked) [31.253s][info][gc] GC(380) Pause Degenerated GC (Mark) 779M->728M(1024M) 63.945ms [31.253s][info][gc] Failed to allocate Shared, 64015K [31.253s][info][gc] Cancelling GC: Allocation Failure [31.254s][info][gc] Trigger: Handle Allocation Failure [31.285s][info][gc] GC(381) Verify During Evacuation, Level 4 (23565 reachable, 0 marked) [31.322s][info][gc] GC(381) Verify After Updating References, Level 4 (23705 reachable, 141 marked) [31.333s][info][gc] GC(381) Verify After Degenerated GC, Level 4 (23705 reachable, 141 marked) [31.333s][info][gc] GC(381) Pause Degenerated GC (Outside of Cycle) 728M->659M(1024M) 78.549ms [31.333s][info][gc] Failed to allocate Shared, 64015K [31.333s][info][gc] Cancelling GC: Allocation Failure [31.334s][info][gc] Trigger: Handle Allocation Failure [31.365s][info][gc] GC(382) Verify During Evacuation, Level 4 (23565 reachable, 0 marked) [31.393s][info][gc] GC(382) Verify After Updating References, Level 4 (23705 reachable, 143 marked) [31.404s][info][gc] GC(382) Verify After Degenerated GC, Level 4 (23705 reachable, 143 marked) [31.404s][info][gc] GC(382) Cancelling GC: Upgrade To Full GC [31.412s][info][gc] GC(382) Verify Before Full GC, Level 4 (23565 reachable, 0 marked) [31.589s][info][gc] GC(382) Verify After Full GC, Level 4 (23705 reachable, 134 marked) [31.589s][info][gc] GC(382) Pause Degenerated GC (Outside of Cycle) 659M->659M(1024M) 254.563ms [31.590s][info][gc] Trigger: Start next cycle immediately Allocated: 720 Mb [31.598s][info][gc] GC(383) Concurrent reset 8.118ms [31.613s][info][gc] GC(383) Verify Before Mark, Level 4 (23820 reachable, 0 marked) [31.613s][info][gc] GC(383) Pause Init Mark 14.323ms Allocated: 689 Mb [31.614s][info][gc] GC(383) Concurrent marking roots 1.326ms Allocated: 731 Mb [31.629s][info][gc] GC(383) Concurrent marking 14.649ms [31.643s][info][gc] GC(383) Verify Before Evacuation, Level 4 (23820 reachable, 30 marked) [31.651s][info][gc] GC(383) Verify During Evacuation, Level 4 (23820 reachable, 0 marked) [31.652s][info][gc] GC(383) Pause Final Mark 20.643ms Allocated: 712 Mb [31.653s][info][gc] GC(383) Concurrent thread roots 1.120ms [31.653s][info][gc] GC(383) Concurrent weak references 0.095ms [31.654s][info][gc] GC(383) Concurrent weak roots 1.460ms [31.664s][info][gc] GC(383) Concurrent cleanup 818M->749M(1024M) 9.739ms [31.666s][info][gc] GC(383) Concurrent strong roots 1.823ms [31.668s][info][gc] GC(383) Concurrent evacuation 2.600ms [31.669s][info][gc] GC(383) Pause Init Update Refs 0.073ms Allocated: 721 Mb [31.680s][info][gc] Failed to allocate Shared, 46815K [31.680s][info][gc] Cancelling GC: Allocation Failure [31.681s][info][gc] GC(383) Concurrent update references 11.940ms [31.682s][info][gc] Trigger: Handle Allocation Failure [31.691s][info][gc] GC(384) Verify Before Full GC, Level 4 (23820 reachable, 0 marked) [31.871s][info][gc] GC(384) Verify After Full GC, Level 4 (23704 reachable, 134 marked) [31.871s][info][gc] GC(384) Pause Full 795M->684M(1024M) 188.891ms [31.872s][info][gc] Trigger: Start next cycle immediately Allocated: 729 Mb Allocated: 730 Mb [31.880s][info][gc] GC(385) Concurrent reset 8.171ms [31.896s][info][gc] GC(385) Verify Before Mark, Level 4 (23563 reachable, 0 marked) [31.897s][info][gc] GC(385) Pause Init Mark (unload classes) 14.174ms [31.897s][info][gc] Failed to allocate TLAB, 512K [31.897s][info][gc] Cancelling GC: Allocation Failure [31.898s][info][gc] GC(385) Concurrent marking roots 0.801ms [31.899s][info][gc] Trigger: Handle Allocation Failure [31.929s][info][gc] GC(386) Verify During Evacuation, Level 4 (23564 reachable, 0 marked) [31.969s][info][gc] GC(386) Verify After Updating References, Level 4 (23704 reachable, 140 marked) [31.980s][info][gc] GC(386) Verify After Degenerated GC, Level 4 (23704 reachable, 140 marked) [31.980s][info][gc] GC(386) Pause Degenerated GC (Outside of Cycle) 809M->711M(1024M) 81.071ms Allocated: 709 Mb Allocated: 691 Mb [31.981s][info][gc] Trigger: Start next cycle immediately [31.986s][info][gc] GC(387) Concurrent reset 5.360ms [32.000s][info][gc] GC(387) Verify Before Mark, Level 4 (23820 reachable, 0 marked) [32.000s][info][gc] GC(387) Pause Init Mark 13.868ms Allocated: 716 Mb Allocated: 672 Mb [32.002s][info][gc] GC(387) Concurrent marking roots 1.904ms Allocated: 725 Mb [32.018s][info][gc] GC(387) Concurrent marking 15.797ms [32.030s][info][gc] GC(387) Verify Before Evacuation, Level 4 (23821 reachable, 33 marked) [32.038s][info][gc] GC(387) Verify During Evacuation, Level 4 (23821 reachable, 0 marked) [32.038s][info][gc] GC(387) Pause Final Mark 19.815ms [32.043s][info][gc] GC(387) Concurrent thread roots 0.590ms [32.043s][info][gc] GC(387) Concurrent weak references 0.083ms Allocated: 738 Mb [32.045s][info][gc] GC(387) Concurrent weak roots 1.462ms [32.048s][info][gc] GC(387) Concurrent cleanup 857M->831M(1024M) 3.580ms [32.049s][info][gc] GC(387) Concurrent strong roots 0.733ms [32.051s][info][gc] GC(387) Concurrent evacuation 1.696ms [32.051s][info][gc] GC(387) Pause Init Update Refs 0.014ms Allocated: 711 Mb Allocated: 678 Mb Allocated: 711 Mb [32.062s][info][gc] Failed to allocate Shared, 25615K [32.062s][info][gc] Cancelling GC: Allocation Failure [32.063s][info][gc] GC(387) Concurrent update references 12.295ms [32.064s][info][gc] Trigger: Handle Allocation Failure [32.077s][info][gc] GC(388) Verify After Updating References, Level 4 (23823 reachable, 59 marked) [32.088s][info][gc] GC(388) Verify After Degenerated GC, Level 4 (23823 reachable, 59 marked) [32.088s][info][gc] GC(388) Pause Degenerated GC (Update Refs) 925M->924M(1024M) 23.644ms [32.088s][info][gc] Failed to allocate Shared, 25615K [32.088s][info][gc] Cancelling GC: Allocation Failure [32.090s][info][gc] Trigger: Handle Allocation Failure [32.123s][info][gc] GC(389) Verify During Evacuation, Level 4 (23565 reachable, 0 marked) [32.186s][info][gc] GC(389) Verify After Updating References, Level 4 (23705 reachable, 139 marked) [32.197s][info][gc] GC(389) Verify After Degenerated GC, Level 4 (23705 reachable, 139 marked) [32.197s][info][gc] GC(389) Pause Degenerated GC (Outside of Cycle) 924M->668M(1024M) 106.970ms [32.198s][info][gc] Trigger: Start next cycle immediately Allocated: 692 Mb Allocated: 731 Mb [32.205s][info][gc] GC(390) Concurrent reset 6.685ms [32.222s][info][gc] GC(390) Verify Before Mark, Level 4 (23566 reachable, 0 marked) [32.222s][info][gc] GC(390) Pause Init Mark (unload classes) 13.689ms Allocated: 739 Mb [32.223s][info][gc] GC(390) Concurrent marking roots 1.223ms Allocated: 710 Mb Allocated: 714 Mb Allocated: 706 Mb [32.239s][info][gc] GC(390) Concurrent marking (unload classes) 15.701ms [32.250s][info][gc] GC(390) Verify Before Evacuation, Level 4 (23566 reachable, 295 marked) [32.258s][info][gc] GC(390) Verify During Evacuation, Level 4 (23566 reachable, 0 marked) [32.258s][info][gc] GC(390) Pause Final Mark (unload classes) 19.536ms [32.259s][info][gc] Failed to allocate Shared, 46934K [32.259s][info][gc] Cancelling GC: Allocation Failure [32.259s][info][gc] GC(390) Concurrent thread roots 0.987ms [32.259s][info][gc] GC(390) Concurrent weak references 0.065ms [32.261s][info][gc] GC(390) Concurrent weak roots 1.422ms [32.267s][info][gc] GC(390) Concurrent cleanup 860M->818M(1024M) 5.676ms [32.268s][info][gc] GC(390) Concurrent class unloading 1.519ms [32.269s][info][gc] GC(390) Concurrent strong roots 0.497ms [32.269s][info][gc] GC(390) Concurrent evacuation 0.052ms [32.270s][info][gc] Trigger: Handle Allocation Failure [32.298s][info][gc] GC(391) Verify After Updating References, Level 4 (23706 reachable, 165 marked) [32.309s][info][gc] GC(391) Verify After Degenerated GC, Level 4 (23706 reachable, 165 marked) [32.309s][info][gc] GC(391) Pause Degenerated GC (Evacuation) 818M->817M(1024M) 39.305ms [32.309s][info][gc] Failed to allocate Shared, 46934K [32.309s][info][gc] Cancelling GC: Allocation Failure [32.310s][info][gc] Trigger: Handle Allocation Failure [32.319s][info][gc] GC(392) Verify Before Full GC, Level 4 (23566 reachable, 0 marked) [32.525s][info][gc] GC(392) Verify After Full GC, Level 4 (23706 reachable, 134 marked) [32.525s][info][gc] GC(392) Pause Full 817M->657M(1024M) 214.703ms [32.526s][info][gc] Trigger: Start next cycle immediately Allocated: 702 Mb Allocated: 738 Mb [32.534s][info][gc] GC(393) Concurrent reset 7.902ms [32.551s][info][gc] GC(393) Verify Before Mark, Level 4 (23820 reachable, 0 marked) [32.552s][info][gc] GC(393) Pause Init Mark 14.113ms Allocated: 713 Mb Allocated: 664 Mb [32.553s][info][gc] GC(393) Concurrent marking roots 1.114ms [32.564s][info][gc] GC(393) Concurrent marking 11.295ms [32.582s][info][gc] GC(393) Verify Before Evacuation, Level 4 (23821 reachable, 29 marked) [32.591s][info][gc] GC(393) Verify During Evacuation, Level 4 (23821 reachable, 0 marked) [32.591s][info][gc] GC(393) Pause Final Mark 20.344ms Allocated: 725 Mb [32.592s][info][gc] GC(393) Concurrent thread roots 1.123ms [32.592s][info][gc] GC(393) Concurrent weak references 0.099ms [32.594s][info][gc] GC(393) Concurrent weak roots 1.475ms [32.603s][info][gc] GC(393) Concurrent cleanup 849M->781M(1024M) 9.431ms [32.604s][info][gc] GC(393) Concurrent strong roots 0.752ms [32.606s][info][gc] GC(393) Concurrent evacuation 2.599ms Allocated: 731 Mb [32.607s][info][gc] GC(393) Pause Init Update Refs 0.072ms Allocated: 705 Mb [32.620s][info][gc] GC(393) Concurrent update references 13.345ms Allocated: 732 Mb [32.625s][info][gc] GC(393) Concurrent update thread roots 5.321ms [32.640s][info][gc] GC(393) Verify After Updating References, Level 4 (23821 reachable, 59 marked) [32.640s][info][gc] GC(393) Pause Final Update Refs 11.580ms Allocated: 687 Mb [32.641s][info][gc] GC(393) Concurrent cleanup 914M->913M(1024M) 1.250ms [32.642s][info][gc] Trigger: Start next cycle immediately [32.648s][info][gc] GC(394) Concurrent reset 5.997ms [32.662s][info][gc] GC(394) Verify Before Mark, Level 4 (23564 reachable, 0 marked) [32.662s][info][gc] GC(394) Pause Init Mark (unload classes) 13.653ms [32.662s][info][gc] Failed to allocate Shared, 51099K [32.662s][info][gc] Cancelling GC: Allocation Failure [32.663s][info][gc] GC(394) Concurrent marking roots 0.876ms [32.664s][info][gc] Trigger: Handle Allocation Failure [32.695s][info][gc] GC(395) Verify During Evacuation, Level 4 (23564 reachable, 0 marked) [32.753s][info][gc] GC(395) Verify After Updating References, Level 4 (23704 reachable, 142 marked) [32.764s][info][gc] GC(395) Verify After Degenerated GC, Level 4 (23704 reachable, 142 marked) [32.764s][info][gc] GC(395) Pause Degenerated GC (Outside of Cycle) 913M->688M(1024M) 99.766ms [32.765s][info][gc] Trigger: Start next cycle immediately Allocated: 737 Mb [32.771s][info][gc] GC(396) Concurrent reset 5.848ms [32.787s][info][gc] GC(396) Verify Before Mark, Level 4 (23820 reachable, 0 marked) [32.787s][info][gc] GC(396) Pause Init Mark 14.130ms Allocated: 738 Mb [32.789s][info][gc] GC(396) Concurrent marking roots 1.341ms [32.799s][info][gc] Failed to allocate Shared, 60072K [32.799s][info][gc] Cancelling GC: Allocation Failure [32.799s][info][gc] GC(396) Concurrent marking 10.717ms [32.801s][info][gc] Trigger: Handle Allocation Failure [32.811s][info][gc] GC(397) Verify During Evacuation, Level 4 (23820 reachable, 0 marked) [32.845s][info][gc] GC(397) Verify After Updating References, Level 4 (23822 reachable, 28 marked) [32.856s][info][gc] GC(397) Verify After Degenerated GC, Level 4 (23822 reachable, 28 marked) [32.856s][info][gc] GC(397) Pause Degenerated GC (Mark) 780M->740M(1024M) 55.169ms [32.856s][info][gc] Failed to allocate Shared, 60072K [32.856s][info][gc] Cancelling GC: Allocation Failure [32.857s][info][gc] Trigger: Handle Allocation Failure [32.888s][info][gc] GC(398) Verify During Evacuation, Level 4 (23564 reachable, 0 marked) [32.923s][info][gc] GC(398) Verify After Updating References, Level 4 (23704 reachable, 142 marked) [32.934s][info][gc] GC(398) Verify After Degenerated GC, Level 4 (23704 reachable, 142 marked) [32.934s][info][gc] GC(398) Pause Degenerated GC (Outside of Cycle) 740M->690M(1024M) 76.880ms [32.934s][info][gc] Failed to allocate Shared, 60072K [32.934s][info][gc] Cancelling GC: Allocation Failure [32.935s][info][gc] Trigger: Handle Allocation Failure [32.965s][info][gc] GC(399) Verify During Evacuation, Level 4 (23564 reachable, 0 marked) [32.994s][info][gc] GC(399) Verify After Updating References, Level 4 (23704 reachable, 142 marked) [33.005s][info][gc] GC(399) Verify After Degenerated GC, Level 4 (23704 reachable, 142 marked) [33.005s][info][gc] GC(399) Cancelling GC: Upgrade To Full GC [33.013s][info][gc] GC(399) Verify Before Full GC, Level 4 (23564 reachable, 0 marked) [33.189s][info][gc] GC(399) Verify After Full GC, Level 4 (23704 reachable, 134 marked) [33.189s][info][gc] GC(399) Pause Degenerated GC (Outside of Cycle) 690M->690M(1024M) 254.044ms [33.190s][info][gc] Trigger: Start next cycle immediately [33.199s][info][gc] GC(400) Concurrent reset 8.565ms [33.214s][info][gc] GC(400) Verify Before Mark, Level 4 (23564 reachable, 0 marked) [33.214s][info][gc] GC(400) Pause Init Mark (unload classes) 14.537ms Allocated: 747 Mb [33.215s][info][gc] GC(400) Concurrent marking roots 0.824ms Allocated: 711 Mb Allocated: 702 Mb [33.231s][info][gc] GC(400) Concurrent marking (unload classes) 16.527ms [33.246s][info][gc] GC(400) Verify After Mark, Level 4 (23563 reachable, 292 marked) [33.246s][info][gc] GC(400) Pause Final Mark (unload classes) 12.052ms Allocated: 680 Mb [33.246s][info][gc] GC(400) Concurrent weak references 0.030ms [33.247s][info][gc] GC(400) Concurrent weak roots 0.640ms [33.247s][info][gc] GC(400) Concurrent cleanup 859M->859M(1024M) 0.060ms [33.249s][info][gc] GC(400) Concurrent class unloading 1.353ms [33.249s][info][gc] GC(400) Pause Final Roots 0.004ms [33.250s][info][gc] Trigger: Start next cycle immediately [33.256s][info][gc] GC(401) Concurrent reset 6.157ms [33.274s][info][gc] GC(401) Verify Before Mark, Level 4 (23820 reachable, 0 marked) [33.274s][info][gc] GC(401) Pause Init Mark 14.077ms Allocated: 733 Mb [33.276s][info][gc] GC(401) Concurrent marking roots 1.345ms Allocated: 710 Mb [33.289s][info][gc] GC(401) Concurrent marking 13.306ms [33.301s][info][gc] GC(401) Verify Before Evacuation, Level 4 (23819 reachable, 30 marked) [33.309s][info][gc] GC(401) Verify During Evacuation, Level 4 (23819 reachable, 0 marked) [33.309s][info][gc] GC(401) Pause Final Mark 20.408ms [33.311s][info][gc] GC(401) Concurrent thread roots 0.582ms [33.311s][info][gc] GC(401) Concurrent weak references 0.085ms Allocated: 672 Mb [33.313s][info][gc] GC(401) Concurrent weak roots 1.479ms [33.323s][info][gc] Failed to allocate Shared, 59756K [33.323s][info][gc] Cancelling GC: Allocation Failure [33.337s][info][gc] GC(401) Concurrent cleanup 958M->781M(1024M) 24.825ms [33.338s][info][gc] GC(401) Concurrent strong roots 0.757ms [33.340s][info][gc] GC(401) Concurrent evacuation 1.976ms [33.341s][info][gc] Trigger: Handle Allocation Failure [33.368s][info][gc] GC(402) Verify After Updating References, Level 4 (23822 reachable, 41 marked) [33.379s][info][gc] GC(402) Verify After Degenerated GC, Level 4 (23822 reachable, 41 marked) [33.379s][info][gc] GC(402) Cancelling GC: Upgrade To Full GC [33.388s][info][gc] GC(402) Verify Before Full GC, Level 4 (23820 reachable, 0 marked) [33.593s][info][gc] GC(402) Verify After Full GC, Level 4 (23704 reachable, 134 marked) [33.593s][info][gc] GC(402) Pause Degenerated GC (Evacuation) 781M->673M(1024M) 251.704ms [33.594s][info][gc] Trigger: Start next cycle immediately Allocated: 730 Mb Allocated: 690 Mb [33.602s][info][gc] GC(403) Concurrent reset 7.910ms [33.618s][info][gc] GC(403) Verify Before Mark, Level 4 (23821 reachable, 0 marked) [33.619s][info][gc] GC(403) Pause Init Mark 14.309ms Allocated: 731 Mb [33.620s][info][gc] GC(403) Concurrent marking roots 1.101ms Allocated: 677 Mb Allocated: 686 Mb [33.634s][info][gc] GC(403) Concurrent marking 13.822ms [33.646s][info][gc] GC(403) Verify Before Evacuation, Level 4 (23821 reachable, 35 marked) [33.655s][info][gc] GC(403) Verify During Evacuation, Level 4 (23821 reachable, 0 marked) [33.655s][info][gc] GC(403) Pause Final Mark 20.445ms Allocated: 694 Mb [33.656s][info][gc] GC(403) Concurrent thread roots 1.086ms [33.656s][info][gc] GC(403) Concurrent weak references 0.081ms [33.657s][info][gc] GC(403) Concurrent weak roots 1.442ms [33.665s][info][gc] GC(403) Concurrent cleanup 832M->773M(1024M) 7.817ms [33.666s][info][gc] GC(403) Concurrent strong roots 0.751ms [33.669s][info][gc] GC(403) Concurrent evacuation 2.674ms [33.669s][info][gc] GC(403) Pause Init Update Refs 0.072ms Allocated: 716 Mb Allocated: 711 Mb [33.682s][info][gc] GC(403) Concurrent update references 13.412ms Allocated: 733 Mb [33.687s][info][gc] GC(403) Concurrent update thread roots 4.260ms [33.701s][info][gc] GC(403) Verify After Updating References, Level 4 (23823 reachable, 61 marked) [33.701s][info][gc] GC(403) Pause Final Update Refs 11.545ms Allocated: 679 Mb [33.702s][info][gc] GC(403) Concurrent cleanup 906M->905M(1024M) 0.190ms [33.703s][info][gc] Trigger: Start next cycle immediately [33.709s][info][gc] Failed to allocate Shared, 61696K [33.709s][info][gc] Cancelling GC: Allocation Failure [33.710s][info][gc] GC(404) Concurrent reset 7.190ms [33.724s][info][gc] GC(404) Verify Before Mark, Level 4 (23822 reachable, 0 marked) [33.724s][info][gc] GC(404) Pause Init Mark 13.964ms [33.725s][info][gc] GC(404) Concurrent marking roots 1.118ms [33.727s][info][gc] Trigger: Handle Allocation Failure [33.759s][info][gc] GC(405) Verify During Evacuation, Level 4 (23566 reachable, 0 marked) [33.816s][info][gc] GC(405) Verify After Updating References, Level 4 (23706 reachable, 142 marked) [33.827s][info][gc] GC(405) Verify After Degenerated GC, Level 4 (23706 reachable, 142 marked) [33.827s][info][gc] GC(405) Pause Degenerated GC (Outside of Cycle) 905M->680M(1024M) 100.035ms [33.829s][info][gc] Trigger: Start next cycle immediately Allocated: 739 Mb [33.834s][info][gc] GC(406) Concurrent reset 5.933ms [33.851s][info][gc] GC(406) Verify Before Mark, Level 4 (23564 reachable, 0 marked) [33.852s][info][gc] GC(406) Pause Init Mark (unload classes) 13.826ms Allocated: 707 Mb [33.853s][info][gc] GC(406) Concurrent marking roots 1.241ms Allocated: 717 Mb Allocated: 688 Mb [33.867s][info][gc] GC(406) Concurrent marking (unload classes) 14.432ms [33.879s][info][gc] GC(406) Verify Before Evacuation, Level 4 (23563 reachable, 291 marked) [33.887s][info][gc] GC(406) Verify During Evacuation, Level 4 (23563 reachable, 0 marked) [33.887s][info][gc] GC(406) Pause Final Mark (unload classes) 19.592ms [33.891s][info][gc] GC(406) Concurrent thread roots 3.969ms [33.891s][info][gc] GC(406) Concurrent weak references 0.044ms Allocated: 738 Mb [33.893s][info][gc] GC(406) Concurrent weak roots 1.564ms [33.905s][info][gc] GC(406) Concurrent cleanup 918M->831M(1024M) 12.278ms Allocated: 724 Mb [33.910s][info][gc] GC(406) Concurrent class unloading 3.610ms [33.911s][info][gc] GC(406) Concurrent strong roots 0.516ms [33.913s][info][gc] GC(406) Concurrent evacuation 2.556ms [33.913s][info][gc] GC(406) Pause Init Update Refs 0.051ms Allocated: 670 Mb [33.921s][info][gc] Failed to allocate Shared, 48722K [33.921s][info][gc] Cancelling GC: Allocation Failure [33.925s][info][gc] GC(406) Concurrent update references 12.117ms [33.926s][info][gc] Trigger: Handle Allocation Failure [33.939s][info][gc] GC(407) Verify After Updating References, Level 4 (23703 reachable, 178 marked) [33.950s][info][gc] GC(407) Verify After Degenerated GC, Level 4 (23703 reachable, 178 marked) [33.950s][info][gc] GC(407) Pause Degenerated GC (Update Refs) 905M->904M(1024M) 23.283ms [33.950s][info][gc] Failed to allocate Shared, 48722K [33.950s][info][gc] Cancelling GC: Allocation Failure [33.951s][info][gc] Trigger: Handle Allocation Failure [33.983s][info][gc] GC(408) Verify During Evacuation, Level 4 (23563 reachable, 0 marked) [34.042s][info][gc] GC(408) Verify After Updating References, Level 4 (23703 reachable, 140 marked) [34.053s][info][gc] GC(408) Verify After Degenerated GC, Level 4 (23703 reachable, 140 marked) [34.053s][info][gc] GC(408) Pause Degenerated GC (Outside of Cycle) 904M->672M(1024M) 102.133ms [34.054s][info][gc] Trigger: Start next cycle immediately Allocated: 718 Mb Allocated: 694 Mb [34.060s][info][gc] GC(409) Concurrent reset 5.888ms [34.077s][info][gc] GC(409) Verify Before Mark, Level 4 (23564 reachable, 0 marked) [34.077s][info][gc] GC(409) Pause Init Mark (unload classes) 13.606ms Allocated: 734 Mb [34.078s][info][gc] GC(409) Concurrent marking roots 1.200ms Allocated: 743 Mb Allocated: 715 Mb [34.090s][info][gc] GC(409) Concurrent marking (unload classes) 11.361ms [34.101s][info][gc] GC(409) Verify Before Evacuation, Level 4 (23561 reachable, 293 marked) [34.109s][info][gc] GC(409) Verify During Evacuation, Level 4 (23561 reachable, 0 marked) [34.109s][info][gc] GC(409) Pause Final Mark (unload classes) 18.952ms [34.109s][info][gc] Failed to allocate Shared, 61165K [34.109s][info][gc] Cancelling GC: Allocation Failure [34.109s][info][gc] GC(409) Concurrent thread roots 0.546ms [34.110s][info][gc] GC(409) Concurrent weak references 0.083ms [34.111s][info][gc] GC(409) Concurrent weak roots 1.420ms [34.116s][info][gc] GC(409) Concurrent cleanup 863M->822M(1024M) 5.460ms [34.118s][info][gc] GC(409) Concurrent class unloading 1.490ms [34.118s][info][gc] GC(409) Concurrent strong roots 0.492ms [34.118s][info][gc] GC(409) Concurrent evacuation 0.051ms [34.120s][info][gc] Trigger: Handle Allocation Failure [34.146s][info][gc] GC(410) Verify After Updating References, Level 4 (23701 reachable, 162 marked) [34.156s][info][gc] GC(410) Verify After Degenerated GC, Level 4 (23701 reachable, 162 marked) [34.156s][info][gc] GC(410) Pause Degenerated GC (Evacuation) 822M->821M(1024M) 36.860ms [34.157s][info][gc] Failed to allocate Shared, 61165K [34.157s][info][gc] Cancelling GC: Allocation Failure [34.158s][info][gc] Trigger: Handle Allocation Failure [34.165s][info][gc] GC(411) Verify Before Full GC, Level 4 (23561 reachable, 0 marked) [34.347s][info][gc] GC(411) Verify After Full GC, Level 4 (23701 reachable, 134 marked) [34.347s][info][gc] GC(411) Pause Full 821M->693M(1024M) 189.700ms [34.349s][info][gc] Trigger: Start next cycle immediately Allocated: 752 Mb Allocated: 676 Mb [34.357s][info][gc] GC(412) Concurrent reset 8.184ms [34.371s][info][gc] GC(412) Verify Before Mark, Level 4 (23561 reachable, 0 marked) [34.371s][info][gc] GC(412) Pause Init Mark (unload classes) 13.592ms Allocated: 718 Mb Allocated: 653 Mb [34.372s][info][gc] GC(412) Concurrent marking roots 1.502ms Allocated: 683 Mb Allocated: 686 Mb Allocated: 687 Mb Allocated: 719 Mb [34.386s][info][gc] GC(412) Concurrent marking (unload classes) 13.581ms [34.398s][info][gc] GC(412) Verify Before Evacuation, Level 4 (23564 reachable, 302 marked) [34.406s][info][gc] GC(412) Verify During Evacuation, Level 4 (23564 reachable, 0 marked) [34.406s][info][gc] GC(412) Pause Final Mark (unload classes) 19.444ms [34.407s][info][gc] GC(412) Concurrent thread roots 1.331ms [34.407s][info][gc] GC(412) Concurrent weak references 0.047ms Allocated: 693 Mb [34.409s][info][gc] GC(412) Concurrent weak roots 1.583ms [34.420s][info][gc] Failed to allocate Shared, 51161K [34.420s][info][gc] Cancelling GC: Allocation Failure [34.421s][info][gc] GC(412) Concurrent cleanup 897M->812M(1024M) 12.431ms [34.423s][info][gc] GC(412) Concurrent class unloading 1.501ms [34.423s][info][gc] GC(412) Concurrent strong roots 0.500ms [34.425s][info][gc] GC(412) Concurrent evacuation 1.642ms [34.426s][info][gc] Trigger: Handle Allocation Failure [34.452s][info][gc] GC(413) Verify After Updating References, Level 4 (23705 reachable, 179 marked) [34.463s][info][gc] GC(413) Verify After Degenerated GC, Level 4 (23705 reachable, 179 marked) [34.463s][info][gc] GC(413) Cancelling GC: Upgrade To Full GC [34.472s][info][gc] GC(413) Verify Before Full GC, Level 4 (23565 reachable, 0 marked) [34.664s][info][gc] GC(413) Verify After Full GC, Level 4 (23705 reachable, 134 marked) [34.664s][info][gc] GC(413) Pause Degenerated GC (Evacuation) 813M->694M(1024M) 238.618ms [34.666s][info][gc] Trigger: Start next cycle immediately Allocated: 743 Mb Allocated: 721 Mb [34.674s][info][gc] GC(414) Concurrent reset 8.079ms [34.692s][info][gc] GC(414) Verify Before Mark, Level 4 (23820 reachable, 0 marked) [34.692s][info][gc] GC(414) Pause Init Mark 14.361ms Allocated: 750 Mb [34.694s][info][gc] GC(414) Concurrent marking roots 1.074ms Allocated: 684 Mb Allocated: 714 Mb Allocated: 665 Mb [34.708s][info][gc] GC(414) Concurrent marking 14.908ms [34.722s][info][gc] GC(414) Verify Before Evacuation, Level 4 (23821 reachable, 39 marked) [34.730s][info][gc] GC(414) Verify During Evacuation, Level 4 (23821 reachable, 0 marked) [34.730s][info][gc] GC(414) Pause Final Mark 19.789ms Allocated: 694 Mb [34.731s][info][gc] GC(414) Concurrent thread roots 1.057ms [34.732s][info][gc] GC(414) Concurrent weak references 0.092ms [34.733s][info][gc] GC(414) Concurrent weak roots 1.453ms Allocated: 713 Mb [34.745s][info][gc] GC(414) Concurrent cleanup 917M->845M(1024M) 12.314ms [34.746s][info][gc] GC(414) Concurrent strong roots 0.728ms [34.749s][info][gc] GC(414) Concurrent evacuation 2.629ms [34.749s][info][gc] GC(414) Pause Init Update Refs 0.069ms Allocated: 737 Mb [34.759s][info][gc] Failed to allocate Shared, 55945K [34.759s][info][gc] Cancelling GC: Allocation Failure [34.761s][info][gc] GC(414) Concurrent update references 12.366ms [34.762s][info][gc] Trigger: Handle Allocation Failure [34.775s][info][gc] GC(415) Verify After Updating References, Level 4 (23823 reachable, 61 marked) [34.786s][info][gc] GC(415) Verify After Degenerated GC, Level 4 (23823 reachable, 61 marked) [34.786s][info][gc] GC(415) Pause Degenerated GC (Update Refs) 893M->892M(1024M) 23.459ms [34.786s][info][gc] Failed to allocate Shared, 55945K [34.786s][info][gc] Cancelling GC: Allocation Failure [34.788s][info][gc] Trigger: Handle Allocation Failure [34.819s][info][gc] GC(416) Verify During Evacuation, Level 4 (23565 reachable, 0 marked) [34.874s][info][gc] GC(416) Verify After Updating References, Level 4 (23705 reachable, 142 marked) [34.884s][info][gc] GC(416) Verify After Degenerated GC, Level 4 (23705 reachable, 142 marked) [34.884s][info][gc] GC(416) Pause Degenerated GC (Outside of Cycle) 892M->691M(1024M) 96.309ms [34.886s][info][gc] Trigger: Start next cycle immediately Allocated: 744 Mb [34.891s][info][gc] GC(417) Concurrent reset 5.861ms [34.908s][info][gc] GC(417) Verify Before Mark, Level 4 (23564 reachable, 0 marked) [34.908s][info][gc] GC(417) Pause Init Mark (unload classes) 13.582ms Allocated: 735 Mb [34.909s][info][gc] GC(417) Concurrent marking roots 0.765ms [34.920s][info][gc] Failed to allocate Shared, 59759K [34.920s][info][gc] Cancelling GC: Allocation Failure [34.920s][info][gc] GC(417) Concurrent marking (unload classes) 10.352ms [34.921s][info][gc] Trigger: Handle Allocation Failure [34.935s][info][gc] GC(418) Verify During Evacuation, Level 4 (23563 reachable, 0 marked) [34.971s][info][gc] GC(418) Verify After Updating References, Level 4 (23703 reachable, 146 marked) [34.982s][info][gc] GC(418) Verify After Degenerated GC, Level 4 (23703 reachable, 146 marked) [34.982s][info][gc] GC(418) Pause Degenerated GC (Mark) 802M->737M(1024M) 60.812ms [34.983s][info][gc] Trigger: Start next cycle immediately Allocated: 758 Mb [34.989s][info][gc] GC(419) Concurrent reset 5.807ms Allocated: 667 Mb [34.989s][info][gc] Failed to allocate Shared, 31680K [34.989s][info][gc] Cancelling GC: Allocation Failure [34.990s][info][gc] GC(419) Allocation failure was successfully injected [35.004s][info][gc] GC(419) Verify Before Mark, Level 4 (23817 reachable, 0 marked) [35.004s][info][gc] GC(419) Pause Init Mark 13.762ms [35.005s][info][gc] GC(419) Concurrent marking roots 1.092ms [35.006s][info][gc] Trigger: Handle Allocation Failure [35.014s][info][gc] GC(420) Verify Before Full GC, Level 4 (23817 reachable, 0 marked) [35.227s][info][gc] GC(420) Verify After Full GC, Level 4 (23701 reachable, 134 marked) [35.227s][info][gc] GC(420) Pause Full 816M->668M(1024M) 220.616ms [35.228s][info][gc] Trigger: Start next cycle immediately Allocated: 698 Mb Allocated: 749 Mb Allocated: 675 Mb [35.235s][info][gc] GC(421) Concurrent reset 7.688ms [35.252s][info][gc] GC(421) Verify Before Mark, Level 4 (23561 reachable, 0 marked) [35.253s][info][gc] GC(421) Pause Init Mark (unload classes) 13.810ms Allocated: 719 Mb [35.254s][info][gc] GC(421) Concurrent marking roots 1.210ms Allocated: 722 Mb [35.269s][info][gc] GC(421) Concurrent marking (unload classes) 15.449ms [35.281s][info][gc] GC(421) Verify Before Evacuation, Level 4 (23561 reachable, 285 marked) [35.288s][info][gc] GC(421) Verify During Evacuation, Level 4 (23561 reachable, 0 marked) [35.288s][info][gc] GC(421) Pause Final Mark (unload classes) 19.118ms [35.290s][info][gc] GC(421) Concurrent thread roots 0.599ms [35.290s][info][gc] GC(421) Concurrent weak references 0.072ms Allocated: 724 Mb [35.294s][info][gc] GC(421) Concurrent weak roots 4.712ms [35.304s][info][gc] GC(421) Concurrent cleanup 909M->834M(1024M) 9.899ms Allocated: 724 Mb [35.309s][info][gc] GC(421) Concurrent class unloading 4.655ms [35.310s][info][gc] GC(421) Concurrent strong roots 0.492ms [35.312s][info][gc] GC(421) Concurrent evacuation 2.617ms [35.312s][info][gc] GC(421) Pause Init Update Refs 0.067ms Allocated: 660 Mb [35.326s][info][gc] GC(421) Concurrent update references 13.329ms Allocated: 713 Mb [35.329s][info][gc] GC(421) Concurrent update thread roots 3.244ms [35.340s][info][gc] GC(421) Verify After Updating References, Level 4 (23701 reachable, 178 marked) [35.340s][info][gc] GC(421) Pause Final Update Refs 11.230ms [35.340s][info][gc] Failed to allocate Shared, 55181K [35.340s][info][gc] Cancelling GC: Allocation Failure [35.341s][info][gc] GC(421) Allocation failure was successfully injected [35.341s][info][gc] GC(421) Concurrent cleanup 939M->938M(1024M) 1.257ms [35.343s][info][gc] Trigger: Handle Allocation Failure [35.374s][info][gc] GC(422) Verify During Evacuation, Level 4 (23561 reachable, 0 marked) [35.440s][info][gc] GC(422) Verify After Updating References, Level 4 (23701 reachable, 143 marked) [35.451s][info][gc] GC(422) Verify After Degenerated GC, Level 4 (23701 reachable, 143 marked) [35.451s][info][gc] GC(422) Pause Degenerated GC (Outside of Cycle) 938M->650M(1024M) 108.519ms [35.452s][info][gc] Trigger: Start next cycle immediately Allocated: 703 Mb [35.458s][info][gc] GC(423) Concurrent reset 5.895ms [35.476s][info][gc] GC(423) Verify Before Mark, Level 4 (23561 reachable, 0 marked) [35.476s][info][gc] GC(423) Pause Init Mark (unload classes) 13.632ms Allocated: 733 Mb Allocated: 684 Mb [35.477s][info][gc] GC(423) Concurrent marking roots 1.246ms Allocated: 735 Mb Allocated: 709 Mb Allocated: 664 Mb [35.492s][info][gc] GC(423) Concurrent marking (unload classes) 14.647ms [35.504s][info][gc] GC(423) Verify Before Evacuation, Level 4 (23562 reachable, 300 marked) [35.512s][info][gc] GC(423) Verify During Evacuation, Level 4 (23562 reachable, 0 marked) [35.512s][info][gc] GC(423) Pause Final Mark (unload classes) 19.412ms Allocated: 672 Mb [35.513s][info][gc] GC(423) Concurrent thread roots 1.019ms [35.513s][info][gc] GC(423) Concurrent weak references 0.052ms Allocated: 683 Mb [35.515s][info][gc] GC(423) Concurrent weak roots 1.576ms [35.519s][info][gc] GC(423) Concurrent cleanup 887M->856M(1024M) 4.092ms [35.521s][info][gc] GC(423) Concurrent class unloading 1.434ms [35.521s][info][gc] GC(423) Concurrent strong roots 0.478ms [35.524s][info][gc] GC(423) Concurrent evacuation 2.589ms [35.524s][info][gc] GC(423) Pause Init Update Refs 0.053ms [35.524s][info][gc] Failed to allocate Shared, 51090K [35.524s][info][gc] Cancelling GC: Allocation Failure [35.527s][info][gc] GC(423) Concurrent update references 3.189ms [35.528s][info][gc] Trigger: Handle Allocation Failure [35.549s][info][gc] GC(424) Verify After Updating References, Level 4 (23704 reachable, 177 marked) [35.560s][info][gc] GC(424) Verify After Degenerated GC, Level 4 (23704 reachable, 177 marked) [35.560s][info][gc] GC(424) Pause Degenerated GC (Update Refs) 857M->855M(1024M) 31.745ms [35.560s][info][gc] Failed to allocate Shared, 51090K [35.560s][info][gc] Cancelling GC: Allocation Failure [35.561s][info][gc] Trigger: Handle Allocation Failure [35.592s][info][gc] GC(425) Verify During Evacuation, Level 4 (23564 reachable, 0 marked) [35.643s][info][gc] GC(425) Verify After Updating References, Level 4 (23704 reachable, 139 marked) [35.654s][info][gc] GC(425) Verify After Degenerated GC, Level 4 (23704 reachable, 139 marked) [35.654s][info][gc] GC(425) Pause Degenerated GC (Outside of Cycle) 855M->684M(1024M) 93.101ms [35.655s][info][gc] Trigger: Start next cycle immediately Allocated: 732 Mb [35.659s][info][gc] Failed to allocate Shared, 64088K [35.659s][info][gc] Cancelling GC: Allocation Failure [35.661s][info][gc] GC(426) Concurrent reset 5.670ms [35.675s][info][gc] GC(426) Verify Before Mark, Level 4 (23561 reachable, 0 marked) [35.675s][info][gc] GC(426) Pause Init Mark (unload classes) 13.602ms [35.676s][info][gc] GC(426) Concurrent marking roots 0.882ms [35.677s][info][gc] Trigger: Handle Allocation Failure [35.707s][info][gc] GC(427) Verify During Evacuation, Level 4 (23561 reachable, 0 marked) [35.743s][info][gc] GC(427) Verify After Updating References, Level 4 (23701 reachable, 143 marked) [35.754s][info][gc] GC(427) Verify After Degenerated GC, Level 4 (23701 reachable, 143 marked) [35.754s][info][gc] GC(427) Pause Degenerated GC (Outside of Cycle) 734M->680M(1024M) 76.932ms [35.755s][info][gc] Trigger: Start next cycle immediately Allocated: 741 Mb Allocated: 690 Mb [35.761s][info][gc] GC(428) Concurrent reset 5.878ms [35.775s][info][gc] GC(428) Verify Before Mark, Level 4 (23561 reachable, 0 marked) [35.776s][info][gc] GC(428) Pause Init Mark (unload classes) 13.820ms Allocated: 712 Mb [35.777s][info][gc] GC(428) Concurrent marking roots 1.359ms Allocated: 671 Mb Allocated: 688 Mb Allocated: 708 Mb Allocated: 691 Mb Allocated: 729 Mb [35.791s][info][gc] GC(428) Concurrent marking (unload classes) 13.624ms [35.803s][info][gc] GC(428) Verify Before Evacuation, Level 4 (23595 reachable, 513 marked) [35.811s][info][gc] GC(428) Verify During Evacuation, Level 4 (23595 reachable, 0 marked) [35.811s][info][gc] GC(428) Pause Final Mark (unload classes) 19.877ms [35.815s][info][gc] GC(428) Concurrent thread roots 3.515ms [35.815s][info][gc] GC(428) Concurrent weak references 0.053ms [35.817s][info][gc] GC(428) Concurrent weak roots 2.188ms [35.825s][info][gc] GC(428) Concurrent cleanup 863M->810M(1024M) 7.463ms [35.826s][info][gc] GC(428) Concurrent class unloading 1.591ms [35.829s][info][gc] GC(428) Concurrent strong roots 2.373ms [35.831s][info][gc] GC(428) Concurrent evacuation 2.590ms [35.831s][info][gc] GC(428) Pause Init Update Refs 0.063ms [35.839s][info][gc] Cancelling GC: Stopping VM [35.840s][info][gc] GC(428) Concurrent update references 8.487ms ----------System.err:(1/15)---------- STATUS:Passed. ----------rerun:(43/3918)*---------- cd /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/scratch && \\ HOME=/home/runner \\ LANG=C.UTF-8 \\ LC_ALL=C \\ PATH=/bin:/usr/bin:/usr/sbin \\ TEST_IMAGE_DIR=/home/runner/work/jdk/jdk/bundles/tests \\ XDG_CONFIG_HOME=/home/runner/.config \\ XDG_RUNTIME_DIR=/run/user/1001 \\ _JVM_DWARF_PATH=/home/runner/work/jdk/jdk/bundles/symbols/jdk-22/fastdebug \\ CLASSPATH=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib:/home/runner/work/jdk/jdk/test/lib:/home/runner/work/jdk/jdk/jtreg/installed/lib/javatest.jar:/home/runner/work/jdk/jdk/jtreg/installed/lib/jtreg.jar \\ /home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug/bin/java \\ -Dtest.vm.opts='-XX:MaxRAMPercentage=25 -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -Dtest.tool.vm.opts='-J-XX:MaxRAMPercentage=25 -J-Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -J-Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -Dtest.compiler.opts= \\ -Dtest.java.opts=-XX:-CreateCoredumpOnCrash \\ -Dtest.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -Dcompile.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -Dtest.timeout.factor=4.0 \\ -Dtest.nativepath=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -Dtest.root=/home/runner/work/jdk/jdk/test/hotspot/jtreg \\ -Dtest.name=gc/TestAllocHumongousFragment.java#aggressive \\ -Dtest.file=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java \\ -Dtest.src=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc \\ -Dtest.src.path=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/test/lib \\ -Dtest.classes=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d \\ -Dtest.class.path=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -Dtest.class.path.prefix=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -XX:MaxRAMPercentage=25 \\ -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk \\ -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp \\ -XX:-CreateCoredumpOnCrash \\ -Djava.library.path=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -Xmx1g \\ -Xms1g \\ -Xlog:gc \\ -XX:+UnlockDiagnosticVMOptions \\ -XX:+UnlockExperimentalVMOptions \\ -XX:ShenandoahTargetNumRegions=2048 \\ -XX:+UseShenandoahGC \\ -XX:ShenandoahGCHeuristics=aggressive \\ -XX:+ShenandoahAllocFailureALot \\ -XX:+ShenandoahVerify \\ com.sun.javatest.regtest.agent.MainWrapper /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/gc/TestAllocHumongousFragment_aggressive.d/main.1.jta result: Passed. Execution successful #section:build ----------messages:(5/186)---------- command: build TestAllocHumongousFragment reason: Named class compiled on demand started: Mon Nov 13 22:15:02 UTC 2023 finished: Mon Nov 13 22:15:02 UTC 2023 elapsed time (seconds): 0.0 result: Passed. All files up to date #section:main ----------messages:(6/690)---------- command: main -Xmx1g -Xms1g -Xlog:gc -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:ShenandoahTargetNumRegions=2048 -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahOOMDuringEvacALot TestAllocHumongousFragment reason: User specified action: run main/othervm -Xmx1g -Xms1g -Xlog:gc -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:ShenandoahTargetNumRegions=2048 -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahOOMDuringEvacALot TestAllocHumongousFragment started: Mon Nov 13 22:15:02 UTC 2023 Mode: othervm [/othervm specified] finished: Mon Nov 13 22:15:36 UTC 2023 elapsed time (seconds): 33.866 ----------configuration:(0/0)---------- ----------System.out:(1644/87262)---------- [0.001s][info][gc] Min heap equals to max heap, disabling ShenandoahUncommit [0.008s][info][gc] Heuristics ergonomically sets -XX:+ExplicitGCInvokesConcurrent [0.008s][info][gc] Heuristics ergonomically sets -XX:+ShenandoahImplicitGCInvokesConcurrent [0.008s][info][gc] Using Shenandoah [0.008s][info][gc] Heuristics ergonomically sets -XX:ShenandoahImmediateThreshold=100 [0.008s][info][gc] Heuristics ergonomically sets -XX:ShenandoahUnloadClassesFrequency=1 [0.476s][info][gc] Trigger: Start next cycle immediately [0.481s][info][gc] GC(0) Concurrent reset 4.159ms [0.492s][info][gc] GC(0) Pause Init Mark 3.611ms [0.493s][info][gc] GC(0) Concurrent marking roots 0.933ms [0.494s][info][gc] GC(0) Concurrent marking 1.422ms [0.494s][info][gc] GC(0) Pause Final Mark 0.128ms [0.494s][info][gc] Failed to allocate 40B for evacuation [0.494s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.495s][info][gc] GC(0) Concurrent thread roots 0.284ms [0.495s][info][gc] GC(0) Concurrent weak references 0.024ms [0.495s][info][gc] GC(0) Concurrent weak roots 0.307ms [0.495s][info][gc] GC(0) Concurrent cleanup 2M->2M(1024M) 0.057ms [0.495s][info][gc] GC(0) Concurrent strong roots 0.110ms [0.496s][info][gc] GC(0) Concurrent evacuation 0.385ms [0.497s][info][gc] Trigger: Handle Allocation Failure [0.497s][info][gc] GC(1) Cancelling GC: Allocation Failure During Evacuation [0.497s][info][gc] GC(1) Cannot finish degeneration, upgrading to Full GC [0.513s][info][gc] GC(1) Pause Degenerated GC (Evacuation) 2M->0M(1024M) 16.270ms [0.514s][info][gc] Trigger: Start next cycle immediately [0.518s][info][gc] GC(2) Concurrent reset 3.632ms [0.522s][info][gc] GC(2) Pause Init Mark 3.553ms [0.525s][info][gc] GC(2) Concurrent marking roots 3.451ms [0.528s][info][gc] GC(2) Concurrent marking 3.030ms [0.529s][info][gc] GC(2) Pause Final Mark 0.153ms [0.529s][info][gc] Failed to allocate 40B for evacuation [0.529s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.531s][info][gc] GC(2) Concurrent thread roots 2.618ms [0.531s][info][gc] GC(2) Concurrent weak references 0.028ms [0.532s][info][gc] GC(2) Concurrent weak roots 0.964ms [0.532s][info][gc] GC(2) Concurrent cleanup 1M->1M(1024M) 0.058ms [0.533s][info][gc] GC(2) Concurrent strong roots 0.129ms [0.543s][info][gc] GC(2) Concurrent evacuation 10.790ms [0.545s][info][gc] Trigger: Handle Allocation Failure [0.545s][info][gc] GC(3) Cancelling GC: Allocation Failure During Evacuation [0.545s][info][gc] GC(3) Cannot finish degeneration, upgrading to Full GC [0.564s][info][gc] GC(3) Pause Degenerated GC (Evacuation) 1M->0M(1024M) 18.940ms [0.566s][info][gc] Trigger: Start next cycle immediately [0.577s][info][gc] GC(4) Concurrent reset 10.759ms [0.581s][info][gc] GC(4) Pause Init Mark 3.622ms [0.583s][info][gc] GC(4) Concurrent marking roots 1.595ms [0.589s][info][gc] GC(4) Concurrent marking 6.824ms [0.590s][info][gc] GC(4) Pause Final Mark 0.160ms [0.590s][info][gc] Failed to allocate 64B for evacuation [0.590s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.596s][info][gc] GC(4) Concurrent thread roots 6.227ms [0.597s][info][gc] GC(4) Concurrent weak references 0.710ms [0.597s][info][gc] GC(4) Concurrent weak roots 0.725ms [0.598s][info][gc] GC(4) Concurrent cleanup 2M->2M(1024M) 0.066ms [0.598s][info][gc] GC(4) Concurrent strong roots 0.178ms [0.602s][info][gc] GC(4) Concurrent evacuation 4.674ms [0.604s][info][gc] Trigger: Handle Allocation Failure [0.604s][info][gc] GC(5) Cancelling GC: Allocation Failure During Evacuation [0.605s][info][gc] GC(5) Cannot finish degeneration, upgrading to Full GC [0.631s][info][gc] GC(5) Pause Degenerated GC (Evacuation) 3M->0M(1024M) 27.223ms [0.633s][info][gc] Trigger: Start next cycle immediately [0.646s][info][gc] GC(6) Concurrent reset 12.419ms [0.649s][info][gc] GC(6) Pause Init Mark (unload classes) 3.647ms [0.650s][info][gc] GC(6) Concurrent marking roots 0.874ms [0.660s][info][gc] GC(6) Concurrent marking (unload classes) 9.814ms [0.660s][info][gc] GC(6) Pause Final Mark (unload classes) 0.124ms [0.660s][info][gc] Failed to allocate 32B for evacuation [0.660s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.664s][info][gc] GC(6) Concurrent thread roots 4.078ms [0.664s][info][gc] GC(6) Concurrent weak references 0.017ms [0.665s][info][gc] GC(6) Concurrent weak roots 0.618ms [0.665s][info][gc] GC(6) Concurrent cleanup 2M->2M(1024M) 0.073ms [0.665s][info][gc] GC(6) Concurrent class unloading 0.276ms [0.666s][info][gc] GC(6) Concurrent strong roots 0.155ms [0.667s][info][gc] GC(6) Concurrent evacuation 1.443ms [0.668s][info][gc] Trigger: Handle Allocation Failure [0.669s][info][gc] GC(7) Cancelling GC: Allocation Failure During Evacuation [0.670s][info][gc] GC(7) Cannot finish degeneration, upgrading to Full GC [0.696s][info][gc] GC(7) Pause Degenerated GC (Evacuation) 2M->0M(1024M) 27.123ms [0.697s][info][gc] Trigger: Start next cycle immediately [0.701s][info][gc] GC(8) Concurrent reset 3.720ms [0.705s][info][gc] GC(8) Pause Init Mark (unload classes) 3.548ms [0.706s][info][gc] GC(8) Concurrent marking roots 0.697ms [0.712s][info][gc] GC(8) Concurrent marking (unload classes) 5.961ms [0.712s][info][gc] GC(8) Pause Final Mark (unload classes) 0.120ms [0.712s][info][gc] Failed to allocate 32B for evacuation [0.712s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.713s][info][gc] GC(8) Concurrent thread roots 0.673ms [0.713s][info][gc] GC(8) Concurrent weak references 0.030ms [0.714s][info][gc] GC(8) Concurrent weak roots 0.971ms [0.714s][info][gc] GC(8) Concurrent cleanup 1M->1M(1024M) 0.057ms [0.714s][info][gc] GC(8) Concurrent class unloading 0.624ms [0.714s][info][gc] GC(8) Concurrent strong roots 0.197ms [0.716s][info][gc] GC(8) Concurrent evacuation 1.425ms [0.717s][info][gc] Trigger: Handle Allocation Failure [0.743s][info][gc] GC(9) Pause Full 1M->0M(1024M) 25.937ms [0.744s][info][gc] Trigger: Start next cycle immediately [0.748s][info][gc] GC(10) Concurrent reset 3.724ms [0.752s][info][gc] GC(10) Pause Init Mark (unload classes) 3.608ms [0.754s][info][gc] GC(10) Concurrent marking roots 0.464ms [0.762s][info][gc] GC(10) Concurrent marking (unload classes) 8.578ms [0.763s][info][gc] GC(10) Pause Final Mark (unload classes) 0.160ms [0.763s][info][gc] GC(10) Failed to allocate 96B for evacuation [0.763s][info][gc] GC(10) Cancelling GC: Allocation Failure During Evacuation [0.763s][info][gc] GC(10) Concurrent thread roots 0.576ms [0.763s][info][gc] GC(10) Concurrent weak references 0.028ms [0.764s][info][gc] GC(10) Concurrent weak roots 0.747ms [0.764s][info][gc] GC(10) Concurrent cleanup 2M->2M(1024M) 0.057ms [0.764s][info][gc] GC(10) Concurrent class unloading 0.371ms [0.765s][info][gc] GC(10) Concurrent strong roots 0.202ms [0.766s][info][gc] GC(10) Concurrent evacuation 1.455ms [0.767s][info][gc] Trigger: Handle Allocation Failure [0.767s][info][gc] GC(11) Cancelling GC: Allocation Failure During Evacuation [0.769s][info][gc] GC(11) Cannot finish degeneration, upgrading to Full GC [0.796s][info][gc] GC(11) Pause Degenerated GC (Evacuation) 2M->0M(1024M) 28.883ms [0.799s][info][gc] Trigger: Start next cycle immediately [0.803s][info][gc] GC(12) Concurrent reset 3.642ms [0.806s][info][gc] GC(12) Pause Init Mark (unload classes) 3.569ms [0.809s][info][gc] GC(12) Concurrent marking roots 2.777ms [0.816s][info][gc] GC(12) Concurrent marking (unload classes) 6.371ms [0.816s][info][gc] GC(12) Pause Final Mark (unload classes) 0.116ms [0.816s][info][gc] Failed to allocate 144B for evacuation [0.816s][info][gc] GC(12) Cancelling GC: Allocation Failure During Evacuation [0.818s][info][gc] GC(12) Concurrent thread roots 1.818ms [0.818s][info][gc] GC(12) Concurrent weak references 0.033ms [0.819s][info][gc] GC(12) Concurrent weak roots 0.896ms [0.819s][info][gc] GC(12) Concurrent cleanup 1M->1M(1024M) 0.057ms [0.819s][info][gc] GC(12) Concurrent class unloading 0.485ms [0.819s][info][gc] GC(12) Concurrent strong roots 0.366ms [0.821s][info][gc] GC(12) Concurrent evacuation 1.483ms [0.822s][info][gc] Trigger: Handle Allocation Failure [0.822s][info][gc] GC(13) Cancelling GC: Allocation Failure During Evacuation [0.824s][info][gc] GC(13) Cannot finish degeneration, upgrading to Full GC [0.852s][info][gc] GC(13) Pause Degenerated GC (Evacuation) 1M->0M(1024M) 29.720ms [0.853s][info][gc] Trigger: Start next cycle immediately [0.857s][info][gc] GC(14) Concurrent reset 3.648ms [0.861s][info][gc] GC(14) Pause Init Mark (unload classes) 3.629ms [0.865s][info][gc] GC(14) Concurrent marking roots 1.569ms [0.878s][info][gc] GC(14) Concurrent marking (unload classes) 12.875ms [0.878s][info][gc] GC(14) Pause Final Mark (unload classes) 0.166ms [0.878s][info][gc] Failed to allocate 96B for evacuation [0.878s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.879s][info][gc] GC(14) Concurrent thread roots 1.451ms [0.879s][info][gc] GC(14) Concurrent weak references 0.043ms [0.880s][info][gc] GC(14) Concurrent weak roots 0.929ms [0.880s][info][gc] GC(14) Concurrent cleanup 2M->2M(1024M) 0.057ms [0.882s][info][gc] GC(14) Concurrent class unloading 1.595ms [0.882s][info][gc] GC(14) Concurrent strong roots 0.227ms [0.884s][info][gc] GC(14) Concurrent evacuation 1.489ms [0.885s][info][gc] Trigger: Handle Allocation Failure [0.885s][info][gc] GC(15) Cancelling GC: Allocation Failure During Evacuation [0.887s][info][gc] GC(15) Cannot finish degeneration, upgrading to Full GC [0.917s][info][gc] GC(15) Pause Degenerated GC (Evacuation) 2M->0M(1024M) 31.695ms [0.918s][info][gc] Trigger: Start next cycle immediately [0.925s][info][gc] GC(16) Concurrent reset 7.047ms [0.929s][info][gc] GC(16) Pause Init Mark (unload classes) 3.568ms [0.931s][info][gc] GC(16) Concurrent marking roots 1.607ms [0.939s][info][gc] GC(16) Concurrent marking (unload classes) 8.387ms [0.939s][info][gc] GC(16) Pause Final Mark (unload classes) 0.121ms [0.940s][info][gc] Failed to allocate 112B for evacuation [0.940s][info][gc] Cancelling GC: Allocation Failure During Evacuation [0.941s][info][gc] GC(16) Concurrent thread roots 1.340ms For random generator using seed: [0.942s][info][gc] GC(16) Concurrent weak references 0.642ms [0.942s][info][gc] GC(16) Concurrent weak roots 0.957ms [0.943s][info][gc] GC(16) Concurrent cleanup 1M->1M(1024M) 0.057ms [0.945s][info][gc] GC(16) Concurrent class unloading 2.155ms [0.945s][info][gc] GC(16) Concurrent strong roots 0.551ms [0.947s][info][gc] GC(16) Concurrent evacuation 1.666ms [0.948s][info][gc] Trigger: Handle Allocation Failure [0.948s][info][gc] GC(17) Cancelling GC: Allocation Failure During Evacuation [0.950s][info][gc] GC(17) Cannot finish degeneration, upgrading to Full GC [0.983s][info][gc] GC(17) Pause Degenerated GC (Evacuation) 1M->0M(1024M) 34.865ms [0.984s][info][gc] Trigger: Start next cycle immediately [0.993s][info][gc] GC(18) Concurrent reset 9.009ms [0.997s][info][gc] GC(18) Pause Init Mark (unload classes) 3.634ms [0.999s][info][gc] GC(18) Concurrent marking roots 2.172ms [1.008s][info][gc] GC(18) Concurrent marking (unload classes) 8.531ms [1.008s][info][gc] GC(18) Pause Final Mark (unload classes) 0.117ms [1.008s][info][gc] GC(18) Failed to allocate 48B for evacuation [1.008s][info][gc] Cancelling GC: Allocation Failure During Evacuation [1.018s][info][gc] GC(18) Concurrent thread roots 10.204ms [1.018s][info][gc] GC(18) Concurrent weak references 0.069ms [1.020s][info][gc] GC(18) Concurrent weak roots 1.473ms [1.020s][info][gc] GC(18) Concurrent cleanup 4M->4M(1024M) 0.058ms [1.021s][info][gc] GC(18) Concurrent class unloading 0.689ms [1.021s][info][gc] GC(18) Concurrent strong roots 0.242ms [1.022s][info][gc] GC(18) Concurrent evacuation 1.632ms [1.024s][info][gc] Trigger: Handle Allocation Failure [1.060s][info][gc] GC(19) Pause Full 4M->0M(1024M) 35.771ms [1.065s][info][gc] Trigger: Start next cycle immediately [1.083s][info][gc] GC(20) Concurrent reset 17.439ms [1.086s][info][gc] GC(20) Pause Init Mark 3.625ms [1.089s][info][gc] GC(20) Concurrent marking roots 2.034ms [1.104s][info][gc] GC(20) Concurrent marking 15.830ms [1.105s][info][gc] GC(20) Pause Final Mark 0.121ms [1.105s][info][gc] Failed to allocate 40B for evacuation [1.105s][info][gc] GC(20) Cancelling GC: Allocation Failure During Evacuation [1.106s][info][gc] GC(20) Concurrent thread roots 1.801ms [1.107s][info][gc] GC(20) Concurrent weak references 0.064ms [1.112s][info][gc] GC(20) Concurrent weak roots 5.440ms [1.112s][info][gc] GC(20) Concurrent cleanup 3M->3M(1024M) 0.057ms [1.113s][info][gc] GC(20) Concurrent strong roots 0.823ms [1.115s][info][gc] GC(20) Concurrent evacuation 1.670ms -1154502991644114301 To re-run test with same seed value please add "-Djdk.test.lib.random.seed=[1.116s][info][gc] Trigger: Handle Allocation Failure [1.116s][info][gc] GC(21) Cancelling GC: Allocation Failure During Evacuation [1.117s][info][gc] GC(21) Cannot finish degeneration, upgrading to Full GC [1.159s][info][gc] GC(21) Pause Degenerated GC (Evacuation) 3M->1M(1024M) 43.590ms -1154502991644114301" to command line. [1.161s][info][gc] Trigger: Start next cycle immediately [1.165s][info][gc] GC(22) Concurrent reset 3.744ms [1.169s][info][gc] GC(22) Pause Init Mark (unload classes) 3.623ms [1.170s][info][gc] GC(22) Concurrent marking roots 0.829ms [1.181s][info][gc] GC(22) Concurrent marking (unload classes) 10.634ms [1.181s][info][gc] GC(22) Pause Final Mark (unload classes) 0.197ms [1.181s][info][gc] GC(22) Failed to allocate 128B for evacuation [1.181s][info][gc] Cancelling GC: Allocation Failure During Evacuation [1.183s][info][gc] GC(22) Concurrent thread roots 2.125ms [1.183s][info][gc] GC(22) Concurrent weak references 0.056ms [1.185s][info][gc] GC(22) Concurrent weak roots 1.410ms [1.185s][info][gc] GC(22) Concurrent cleanup 46M->46M(1024M) 0.062ms [1.187s][info][gc] GC(22) Concurrent class unloading 1.789ms [1.188s][info][gc] GC(22) Concurrent strong roots 1.220ms [1.190s][info][gc] GC(22) Concurrent evacuation 1.666ms [1.191s][info][gc] Trigger: Handle Allocation Failure [1.191s][info][gc] GC(23) Cancelling GC: Allocation Failure During Evacuation [1.193s][info][gc] GC(23) Cannot finish degeneration, upgrading to Full GC [1.250s][info][gc] GC(23) Pause Degenerated GC (Evacuation) 46M->45M(1024M) 59.069ms Allocated: 44 Mb [1.258s][info][gc] Trigger: Start next cycle immediately Allocated: 91 Mb [1.267s][info][gc] GC(24) Concurrent reset 8.480ms [1.271s][info][gc] GC(24) Pause Init Mark 3.634ms Allocated: 125 Mb [1.272s][info][gc] GC(24) Concurrent marking roots 1.258ms Allocated: 171 Mb Allocated: 176 Mb Allocated: 184 Mb Allocated: 191 Mb Allocated: 225 Mb [1.294s][info][gc] GC(24) Concurrent marking 21.182ms [1.294s][info][gc] GC(24) Pause Final Mark 0.181ms [1.294s][info][gc] GC(24) Failed to allocate 96B for evacuation [1.294s][info][gc] GC(24) Cancelling GC: Allocation Failure During Evacuation Allocated: 231 Mb [1.295s][info][gc] GC(24) Concurrent thread roots 0.855ms [1.295s][info][gc] GC(24) Concurrent weak references 0.087ms Allocated: 258 Mb [1.298s][info][gc] GC(24) Concurrent weak roots 3.566ms [1.298s][info][gc] GC(24) Concurrent cleanup 261M->261M(1024M) 0.066ms [1.299s][info][gc] GC(24) Concurrent strong roots 0.395ms [1.300s][info][gc] GC(24) Concurrent evacuation 1.647ms [1.302s][info][gc] Trigger: Handle Allocation Failure [1.302s][info][gc] GC(25) Cancelling GC: Allocation Failure During Evacuation [1.303s][info][gc] GC(25) Cannot finish degeneration, upgrading to Full GC [1.416s][info][gc] GC(25) Pause Degenerated GC (Evacuation) 261M->259M(1024M) 114.674ms [1.418s][info][gc] Trigger: Start next cycle immediately Allocated: 283 Mb Allocated: 319 Mb [1.423s][info][gc] GC(26) Concurrent reset 5.217ms [1.431s][info][gc] GC(26) Pause Init Mark 4.052ms Allocated: 366 Mb [1.432s][info][gc] GC(26) Concurrent marking roots 1.314ms Allocated: 402 Mb Allocated: 428 Mb Allocated: 443 Mb [1.451s][info][gc] GC(26) Concurrent marking 18.821ms [1.453s][info][gc] GC(26) Pause Final Mark 0.313ms [1.453s][info][gc] GC(26) Failed to allocate 96B for evacuation [1.453s][info][gc] GC(26) Cancelling GC: Allocation Failure During Evacuation Allocated: 479 Mb [1.454s][info][gc] GC(26) Concurrent thread roots 0.616ms [1.454s][info][gc] GC(26) Concurrent weak references 0.073ms Allocated: 482 Mb [1.456s][info][gc] GC(26) Concurrent weak roots 1.602ms [1.456s][info][gc] GC(26) Concurrent cleanup 484M->484M(1024M) 0.057ms [1.456s][info][gc] GC(26) Concurrent strong roots 0.398ms [1.458s][info][gc] GC(26) Concurrent evacuation 1.657ms [1.459s][info][gc] Trigger: Handle Allocation Failure [1.462s][info][gc] GC(27) Cancelling GC: Allocation Failure During Evacuation [1.464s][info][gc] GC(27) Cannot finish degeneration, upgrading to Full GC [1.589s][info][gc] GC(27) Pause Degenerated GC (Evacuation) 519M->518M(1024M) 127.336ms Allocated: 517 Mb [1.590s][info][gc] Trigger: Start next cycle immediately [1.596s][info][gc] GC(28) Concurrent reset 5.877ms [1.600s][info][gc] GC(28) Pause Init Mark (unload classes) 3.790ms [1.602s][info][gc] GC(28) Concurrent marking roots 1.758ms Allocated: 574 Mb Allocated: 609 Mb Allocated: 616 Mb Allocated: 620 Mb [1.615s][info][gc] GC(28) Concurrent marking (unload classes) 12.646ms [1.615s][info][gc] GC(28) Pause Final Mark (unload classes) 0.326ms [1.615s][info][gc] Failed to allocate 48B for evacuation [1.615s][info][gc] GC(28) Cancelling GC: Allocation Failure During Evacuation Allocated: 676 Mb [1.617s][info][gc] GC(28) Concurrent thread roots 2.238ms [1.617s][info][gc] GC(28) Concurrent weak references 0.036ms [1.619s][info][gc] GC(28) Concurrent weak roots 1.521ms [1.619s][info][gc] GC(28) Concurrent cleanup 704M->704M(1024M) 0.058ms Allocated: 703 Mb [1.620s][info][gc] GC(28) Concurrent class unloading 0.920ms [1.620s][info][gc] GC(28) Concurrent strong roots 0.244ms [1.622s][info][gc] GC(28) Concurrent evacuation 1.661ms [1.623s][info][gc] Trigger: Handle Allocation Failure [1.741s][info][gc] GC(29) Pause Full 704M->668M(1024M) 117.803ms [1.742s][info][gc] Trigger: Start next cycle immediately Allocated: 729 Mb [1.750s][info][gc] GC(30) Concurrent reset 7.803ms [1.756s][info][gc] GC(30) Pause Init Mark 4.198ms Allocated: 755 Mb [1.758s][info][gc] GC(30) Concurrent marking roots 1.584ms Allocated: 702 Mb Allocated: 656 Mb [1.772s][info][gc] GC(30) Concurrent marking 14.568ms Allocated: 688 Mb [1.779s][info][gc] GC(30) Pause Final Mark 0.436ms [1.779s][info][gc] Failed to allocate 112B for evacuation [1.779s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 751 Mb [1.780s][info][gc] GC(30) Concurrent thread roots 0.929ms [1.780s][info][gc] GC(30) Concurrent weak references 0.072ms [1.782s][info][gc] GC(30) Concurrent weak roots 1.331ms [1.786s][info][gc] GC(30) Concurrent cleanup 917M->883M(1024M) 4.621ms [1.787s][info][gc] GC(30) Concurrent strong roots 0.386ms [1.788s][info][gc] GC(30) Concurrent evacuation 1.644ms [1.789s][info][gc] Trigger: Handle Allocation Failure [1.789s][info][gc] GC(31) Cancelling GC: Allocation Failure During Evacuation [1.791s][info][gc] GC(31) Cannot finish degeneration, upgrading to Full GC [1.981s][info][gc] GC(31) Pause Degenerated GC (Evacuation) 883M->649M(1024M) 191.924ms Allocated: 676 Mb [1.984s][info][gc] Trigger: Start next cycle immediately [1.991s][info][gc] GC(32) Concurrent reset 7.008ms [1.995s][info][gc] GC(32) Pause Init Mark 4.081ms [1.998s][info][gc] GC(32) Concurrent marking roots 2.891ms Allocated: 710 Mb Allocated: 676 Mb [2.010s][info][gc] GC(32) Concurrent marking 11.296ms [2.010s][info][gc] GC(32) Pause Final Mark 0.172ms [2.010s][info][gc] GC(32) Failed to allocate 112B for evacuation [2.010s][info][gc] GC(32) Cancelling GC: Allocation Failure During Evacuation [2.010s][info][gc] GC(32) Concurrent thread roots 0.597ms [2.010s][info][gc] GC(32) Concurrent weak references 0.065ms Allocated: 677 Mb [2.012s][info][gc] GC(32) Concurrent weak roots 1.319ms [2.012s][info][gc] GC(32) Concurrent cleanup 741M->741M(1024M) 0.057ms [2.012s][info][gc] GC(32) Concurrent strong roots 0.362ms [2.014s][info][gc] GC(32) Concurrent evacuation 1.663ms [2.015s][info][gc] Trigger: Handle Allocation Failure [2.015s][info][gc] GC(33) Cancelling GC: Allocation Failure During Evacuation [2.017s][info][gc] GC(33) Cannot finish degeneration, upgrading to Full GC [2.109s][info][gc] GC(33) Pause Degenerated GC (Evacuation) 741M->678M(1024M) 93.771ms [2.110s][info][gc] Trigger: Start next cycle immediately Allocated: 707 Mb Allocated: 675 Mb Allocated: 727 Mb Allocated: 691 Mb [2.118s][info][gc] GC(34) Concurrent reset 8.355ms [2.127s][info][gc] GC(34) Pause Init Mark (unload classes) 4.597ms Allocated: 747 Mb [2.128s][info][gc] GC(34) Concurrent marking roots 0.873ms Allocated: 728 Mb [2.140s][info][gc] GC(34) Concurrent marking (unload classes) 11.706ms [2.140s][info][gc] GC(34) Pause Final Mark (unload classes) 0.523ms [2.141s][info][gc] GC(34) Failed to allocate 112B for evacuation [2.141s][info][gc] GC(34) Cancelling GC: Allocation Failure During Evacuation [2.141s][info][gc] GC(34) Concurrent thread roots 0.648ms [2.141s][info][gc] GC(34) Concurrent weak references 0.038ms [2.143s][info][gc] GC(34) Concurrent weak roots 1.379ms Allocated: 707 Mb Allocated: 682 Mb [2.153s][info][gc] GC(34) Concurrent cleanup 890M->847M(1024M) 10.701ms [2.154s][info][gc] GC(34) Concurrent class unloading 1.021ms [2.155s][info][gc] GC(34) Concurrent strong roots 0.226ms [2.156s][info][gc] GC(34) Concurrent evacuation 1.613ms [2.157s][info][gc] Trigger: Handle Allocation Failure [2.157s][info][gc] GC(35) Cancelling GC: Allocation Failure During Evacuation [2.159s][info][gc] GC(35) Cannot finish degeneration, upgrading to Full GC [2.356s][info][gc] GC(35) Pause Degenerated GC (Evacuation) 847M->683M(1024M) 198.871ms [2.358s][info][gc] Trigger: Start next cycle immediately Allocated: 740 Mb Allocated: 716 Mb [2.366s][info][gc] GC(36) Concurrent reset 7.811ms [2.373s][info][gc] GC(36) Pause Init Mark (unload classes) 4.429ms [2.374s][info][gc] GC(36) Concurrent marking roots 1.103ms Allocated: 705 Mb Allocated: 699 Mb Allocated: 726 Mb Allocated: 708 Mb [2.386s][info][gc] GC(36) Concurrent marking (unload classes) 12.464ms [2.387s][info][gc] GC(36) Pause Final Mark (unload classes) 0.592ms [2.387s][info][gc] GC(36) Failed to allocate 96B for evacuation [2.387s][info][gc] GC(36) Cancelling GC: Allocation Failure During Evacuation [2.388s][info][gc] GC(36) Concurrent thread roots 0.848ms [2.388s][info][gc] GC(36) Concurrent weak references 0.069ms [2.389s][info][gc] GC(36) Concurrent weak roots 1.392ms [2.404s][info][gc] GC(36) Concurrent cleanup 879M->798M(1024M) 14.155ms Allocated: 685 Mb [2.405s][info][gc] GC(36) Concurrent class unloading 1.056ms [2.405s][info][gc] GC(36) Concurrent strong roots 0.259ms [2.407s][info][gc] GC(36) Concurrent evacuation 1.703ms [2.408s][info][gc] Trigger: Handle Allocation Failure [2.408s][info][gc] GC(37) Cancelling GC: Allocation Failure During Evacuation [2.410s][info][gc] GC(37) Cannot finish degeneration, upgrading to Full GC [2.594s][info][gc] GC(37) Pause Degenerated GC (Evacuation) 798M->686M(1024M) 185.899ms [2.595s][info][gc] Trigger: Start next cycle immediately Allocated: 720 Mb Allocated: 733 Mb Allocated: 682 Mb Allocated: 697 Mb [2.604s][info][gc] GC(38) Concurrent reset 9.026ms [2.614s][info][gc] GC(38) Pause Init Mark (unload classes) 4.736ms Allocated: 757 Mb [2.615s][info][gc] GC(38) Concurrent marking roots 1.220ms Allocated: 718 Mb [2.629s][info][gc] GC(38) Concurrent marking (unload classes) 13.695ms [2.630s][info][gc] GC(38) Pause Final Mark (unload classes) 0.594ms [2.630s][info][gc] GC(38) Failed to allocate 112B for evacuation [2.630s][info][gc] GC(38) Cancelling GC: Allocation Failure During Evacuation [2.630s][info][gc] GC(38) Concurrent thread roots 0.670ms [2.631s][info][gc] GC(38) Concurrent weak references 0.068ms [2.632s][info][gc] GC(38) Concurrent weak roots 1.392ms [2.645s][info][gc] GC(38) Concurrent cleanup 889M->843M(1024M) 13.005ms Allocated: 741 Mb [2.646s][info][gc] GC(38) Concurrent class unloading 1.077ms [2.646s][info][gc] GC(38) Concurrent strong roots 0.249ms [2.648s][info][gc] GC(38) Concurrent evacuation 1.662ms [2.649s][info][gc] Trigger: Handle Allocation Failure [2.867s][info][gc] GC(39) Pause Full 903M->736M(1024M) 212.162ms Allocated: 735 Mb [2.868s][info][gc] Trigger: Start next cycle immediately Allocated: 720 Mb [2.876s][info][gc] GC(40) Concurrent reset 7.691ms [2.882s][info][gc] GC(40) Pause Init Mark (unload classes) 4.498ms Allocated: 699 Mb [2.883s][info][gc] GC(40) Concurrent marking roots 1.270ms Allocated: 753 Mb Allocated: 718 Mb [2.899s][info][gc] GC(40) Concurrent marking (unload classes) 15.533ms [2.900s][info][gc] GC(40) Pause Final Mark (unload classes) 0.581ms [2.900s][info][gc] GC(40) Failed to allocate 96B for evacuation [2.900s][info][gc] GC(40) Cancelling GC: Allocation Failure During Evacuation [2.900s][info][gc] GC(40) Concurrent thread roots 0.690ms [2.900s][info][gc] GC(40) Concurrent weak references 0.057ms [2.904s][info][gc] GC(40) Concurrent weak roots 3.511ms Allocated: 725 Mb [2.917s][info][gc] GC(40) Concurrent cleanup 910M->875M(1024M) 12.845ms Allocated: 752 Mb [2.921s][info][gc] GC(40) Concurrent class unloading 4.247ms [2.921s][info][gc] GC(40) Concurrent strong roots 0.257ms [2.923s][info][gc] GC(40) Concurrent evacuation 1.648ms [2.924s][info][gc] Trigger: Handle Allocation Failure [2.924s][info][gc] GC(41) Cancelling GC: Allocation Failure During Evacuation [2.926s][info][gc] GC(41) Cannot finish degeneration, upgrading to Full GC [3.135s][info][gc] GC(41) Pause Degenerated GC (Evacuation) 875M->664M(1024M) 210.913ms Allocated: 679 Mb [3.138s][info][gc] Trigger: Start next cycle immediately Allocated: 693 Mb Allocated: 731 Mb [3.147s][info][gc] GC(42) Concurrent reset 8.698ms [3.151s][info][gc] GC(42) Pause Init Mark (unload classes) 4.319ms Allocated: 729 Mb [3.152s][info][gc] GC(42) Concurrent marking roots 1.219ms Allocated: 685 Mb Allocated: 725 Mb Allocated: 680 Mb [3.164s][info][gc] GC(42) Concurrent marking (unload classes) 11.285ms [3.164s][info][gc] GC(42) Pause Final Mark (unload classes) 0.447ms [3.164s][info][gc] GC(42) Failed to allocate 96B for evacuation [3.164s][info][gc] GC(42) Cancelling GC: Allocation Failure During Evacuation [3.165s][info][gc] GC(42) Concurrent thread roots 0.671ms [3.165s][info][gc] GC(42) Concurrent weak references 0.056ms [3.166s][info][gc] GC(42) Concurrent weak roots 1.387ms [3.175s][info][gc] GC(42) Concurrent cleanup 870M->850M(1024M) 8.421ms [3.176s][info][gc] GC(42) Concurrent class unloading 1.114ms [3.176s][info][gc] GC(42) Concurrent strong roots 0.246ms Allocated: 723 Mb [3.178s][info][gc] GC(42) Concurrent evacuation 1.691ms [3.179s][info][gc] Trigger: Handle Allocation Failure [3.179s][info][gc] GC(43) Cancelling GC: Allocation Failure During Evacuation [3.181s][info][gc] GC(43) Cannot finish degeneration, upgrading to Full GC [3.380s][info][gc] GC(43) Pause Degenerated GC (Evacuation) 850M->686M(1024M) 201.021ms [3.382s][info][gc] Trigger: Start next cycle immediately Allocated: 746 Mb Allocated: 714 Mb [3.390s][info][gc] GC(44) Concurrent reset 7.937ms [3.397s][info][gc] GC(44) Pause Init Mark (unload classes) 4.625ms [3.398s][info][gc] GC(44) Concurrent marking roots 1.179ms Allocated: 754 Mb Allocated: 719 Mb Allocated: 667 Mb Allocated: 694 Mb [3.411s][info][gc] GC(44) Concurrent marking (unload classes) 12.276ms [3.411s][info][gc] GC(44) Pause Final Mark (unload classes) 0.501ms [3.411s][info][gc] GC(44) Failed to allocate 208B for evacuation [3.411s][info][gc] GC(44) Cancelling GC: Allocation Failure During Evacuation [3.412s][info][gc] GC(44) Concurrent thread roots 0.719ms [3.412s][info][gc] GC(44) Concurrent weak references 0.070ms [3.414s][info][gc] GC(44) Concurrent weak roots 1.418ms Allocated: 748 Mb [3.423s][info][gc] GC(44) Concurrent cleanup 890M->874M(1024M) 9.347ms [3.424s][info][gc] GC(44) Concurrent class unloading 1.046ms [3.424s][info][gc] GC(44) Concurrent strong roots 0.228ms [3.426s][info][gc] GC(44) Concurrent evacuation 1.642ms [3.427s][info][gc] Trigger: Handle Allocation Failure [3.427s][info][gc] GC(45) Cancelling GC: Allocation Failure During Evacuation [3.429s][info][gc] GC(45) Cannot finish degeneration, upgrading to Full GC [3.636s][info][gc] GC(45) Pause Degenerated GC (Evacuation) 874M->662M(1024M) 208.602ms [3.638s][info][gc] Trigger: Start next cycle immediately Allocated: 718 Mb Allocated: 696 Mb Allocated: 734 Mb Allocated: 694 Mb [3.648s][info][gc] GC(46) Concurrent reset 9.751ms [3.657s][info][gc] GC(46) Pause Init Mark (unload classes) 7.438ms Allocated: 708 Mb [3.658s][info][gc] GC(46) Concurrent marking roots 1.312ms Allocated: 686 Mb [3.671s][info][gc] GC(46) Concurrent marking (unload classes) 13.470ms [3.672s][info][gc] GC(46) Pause Final Mark (unload classes) 0.617ms [3.672s][info][gc] GC(46) Failed to allocate 112B for evacuation [3.672s][info][gc] GC(46) Cancelling GC: Allocation Failure During Evacuation [3.673s][info][gc] GC(46) Concurrent thread roots 0.671ms [3.673s][info][gc] GC(46) Concurrent weak references 0.072ms [3.674s][info][gc] GC(46) Concurrent weak roots 1.565ms Allocated: 728 Mb [3.688s][info][gc] GC(46) Concurrent cleanup 843M->784M(1024M) 14.043ms [3.690s][info][gc] GC(46) Concurrent class unloading 1.159ms [3.690s][info][gc] GC(46) Concurrent strong roots 0.254ms [3.692s][info][gc] GC(46) Concurrent evacuation 1.660ms [3.693s][info][gc] Trigger: Handle Allocation Failure [3.693s][info][gc] GC(47) Cancelling GC: Allocation Failure During Evacuation [3.694s][info][gc] GC(47) Cannot finish degeneration, upgrading to Full GC [3.880s][info][gc] GC(47) Pause Degenerated GC (Evacuation) 784M->689M(1024M) 187.248ms [3.882s][info][gc] Trigger: Start next cycle immediately Allocated: 743 Mb Allocated: 721 Mb Allocated: 691 Mb [3.890s][info][gc] GC(48) Concurrent reset 8.044ms [3.895s][info][gc] GC(48) Pause Init Mark 4.485ms Allocated: 716 Mb [3.896s][info][gc] GC(48) Concurrent marking roots 1.067ms [3.907s][info][gc] GC(48) Concurrent marking 11.242ms [3.912s][info][gc] GC(48) Pause Final Mark 0.596ms [3.912s][info][gc] GC(48) Failed to allocate 112B for evacuation [3.912s][info][gc] GC(48) Cancelling GC: Allocation Failure During Evacuation Allocated: 732 Mb [3.913s][info][gc] GC(48) Concurrent thread roots 0.573ms [3.913s][info][gc] GC(48) Concurrent weak references 0.067ms [3.914s][info][gc] GC(48) Concurrent weak roots 1.456ms [3.926s][info][gc] GC(48) Concurrent cleanup 845M->782M(1024M) 11.437ms [3.926s][info][gc] GC(48) Concurrent strong roots 0.422ms Allocated: 721 Mb [3.928s][info][gc] GC(48) Concurrent evacuation 1.635ms [3.929s][info][gc] Trigger: Handle Allocation Failure [4.115s][info][gc] GC(49) Pause Full 782M->689M(1024M) 185.631ms Allocated: 715 Mb [4.118s][info][gc] Trigger: Start next cycle immediately Allocated: 699 Mb Allocated: 710 Mb Allocated: 701 Mb [4.127s][info][gc] GC(50) Concurrent reset 8.373ms [4.132s][info][gc] GC(50) Pause Init Mark 4.466ms Allocated: 684 Mb [4.133s][info][gc] GC(50) Concurrent marking roots 1.555ms Allocated: 684 Mb Allocated: 742 Mb Allocated: 674 Mb [4.152s][info][gc] GC(50) Concurrent marking 19.155ms [4.154s][info][gc] GC(50) Pause Final Mark 1.235ms [4.154s][info][gc] Failed to allocate 104B for evacuation [4.154s][info][gc] Cancelling GC: Allocation Failure During Evacuation [4.155s][info][gc] GC(50) Concurrent thread roots 1.320ms [4.155s][info][gc] GC(50) Concurrent weak references 0.052ms Allocated: 736 Mb [4.161s][info][gc] GC(50) Concurrent weak roots 5.487ms Allocated: 688 Mb [4.179s][info][gc] GC(50) Concurrent cleanup 955M->837M(1024M) 18.708ms [4.180s][info][gc] GC(50) Concurrent strong roots 0.410ms [4.181s][info][gc] GC(50) Concurrent evacuation 1.651ms [4.183s][info][gc] Trigger: Handle Allocation Failure [4.183s][info][gc] GC(51) Cancelling GC: Allocation Failure During Evacuation [4.185s][info][gc] GC(51) Cannot finish degeneration, upgrading to Full GC [4.400s][info][gc] GC(51) Pause Degenerated GC (Evacuation) 837M->689M(1024M) 217.434ms [4.401s][info][gc] Trigger: Start next cycle immediately Allocated: 709 Mb Allocated: 742 Mb Allocated: 731 Mb [4.414s][info][gc] GC(52) Concurrent reset 13.146ms [4.423s][info][gc] GC(52) Pause Init Mark (unload classes) 7.344ms Allocated: 704 Mb [4.424s][info][gc] GC(52) Concurrent marking roots 1.251ms Allocated: 723 Mb Allocated: 669 Mb [4.440s][info][gc] GC(52) Concurrent marking (unload classes) 15.747ms [4.441s][info][gc] GC(52) Pause Final Mark (unload classes) 1.199ms [4.441s][info][gc] GC(52) Failed to allocate 96B for evacuation [4.441s][info][gc] GC(52) Cancelling GC: Allocation Failure During Evacuation [4.442s][info][gc] GC(52) Concurrent thread roots 0.578ms [4.442s][info][gc] GC(52) Concurrent weak references 0.041ms Allocated: 704 Mb [4.445s][info][gc] GC(52) Concurrent weak roots 3.611ms Allocated: 697 Mb [4.464s][info][gc] GC(52) Concurrent cleanup 928M->821M(1024M) 18.275ms [4.465s][info][gc] GC(52) Concurrent class unloading 1.136ms [4.465s][info][gc] GC(52) Concurrent strong roots 0.268ms [4.467s][info][gc] GC(52) Concurrent evacuation 1.792ms [4.468s][info][gc] Trigger: Handle Allocation Failure [4.468s][info][gc] GC(53) Cancelling GC: Allocatio ... Output overflow: JT Harness has limited the test output to the text at the beginning and the end, so that you can see how the test began, and how it completed. If you need to see more of the output from the test, set the system property javatest.maxOutputSize to a higher value. The current value is 100000 ... t weak roots 4.924ms Allocated: 707 Mb Allocated: 704 Mb [23.570s][info][gc] GC(206) Concurrent cleanup 908M->825M(1024M) 11.791ms Allocated: 742 Mb [23.576s][info][gc] GC(206) Concurrent class unloading 5.777ms [23.576s][info][gc] GC(206) Concurrent strong roots 0.266ms [23.578s][info][gc] GC(206) Concurrent evacuation 1.733ms [23.579s][info][gc] Trigger: Handle Allocation Failure [23.579s][info][gc] GC(207) Cancelling GC: Allocation Failure During Evacuation [23.581s][info][gc] GC(207) Cannot finish degeneration, upgrading to Full GC [23.789s][info][gc] GC(207) Pause Degenerated GC (Evacuation) 877M->691M(1024M) 209.691ms Allocated: 699 Mb [23.791s][info][gc] Trigger: Start next cycle immediately Allocated: 713 Mb Allocated: 703 Mb Allocated: 715 Mb [23.799s][info][gc] GC(208) Concurrent reset 7.848ms [23.809s][info][gc] GC(208) Pause Init Mark 4.786ms Allocated: 706 Mb [23.810s][info][gc] GC(208) Concurrent marking roots 1.353ms Allocated: 732 Mb [23.826s][info][gc] GC(208) Concurrent marking 15.607ms [23.827s][info][gc] GC(208) Pause Final Mark 0.813ms [23.827s][info][gc] GC(208) Failed to allocate 112B for evacuation [23.827s][info][gc] GC(208) Cancelling GC: Allocation Failure During Evacuation [23.828s][info][gc] GC(208) Concurrent thread roots 0.704ms [23.828s][info][gc] GC(208) Concurrent weak references 0.078ms [23.829s][info][gc] GC(208) Concurrent weak roots 1.300ms [23.848s][info][gc] GC(208) Concurrent cleanup 909M->766M(1024M) 18.914ms [23.849s][info][gc] GC(208) Concurrent strong roots 0.499ms [23.850s][info][gc] GC(208) Concurrent evacuation 1.631ms Allocated: 702 Mb [23.851s][info][gc] Trigger: Handle Allocation Failure [24.044s][info][gc] GC(209) Pause Full 795M->688M(1024M) 192.219ms [24.047s][info][gc] Trigger: Start next cycle immediately Allocated: 751 Mb Allocated: 735 Mb [24.055s][info][gc] GC(210) Concurrent reset 8.120ms [24.064s][info][gc] GC(210) Pause Init Mark 4.831ms Allocated: 753 Mb [24.065s][info][gc] GC(210) Concurrent marking roots 1.355ms Allocated: 725 Mb [24.080s][info][gc] GC(210) Concurrent marking 14.447ms [24.080s][info][gc] GC(210) Pause Final Mark 0.646ms [24.080s][info][gc] GC(210) Failed to allocate 112B for evacuation [24.080s][info][gc] GC(210) Cancelling GC: Allocation Failure During Evacuation [24.081s][info][gc] GC(210) Concurrent thread roots 0.676ms [24.081s][info][gc] GC(210) Concurrent weak references 0.071ms [24.083s][info][gc] GC(210) Concurrent weak roots 1.308ms Allocated: 727 Mb [24.097s][info][gc] GC(210) Concurrent cleanup 889M->837M(1024M) 14.357ms [24.097s][info][gc] GC(210) Concurrent strong roots 0.495ms [24.099s][info][gc] GC(210) Concurrent evacuation 1.625ms [24.100s][info][gc] Trigger: Handle Allocation Failure [24.100s][info][gc] GC(211) Cancelling GC: Allocation Failure During Evacuation [24.102s][info][gc] GC(211) Cannot finish degeneration, upgrading to Full GC [24.284s][info][gc] GC(211) Pause Degenerated GC (Evacuation) 837M->676M(1024M) 183.871ms [24.285s][info][gc] Trigger: Start next cycle immediately Allocated: 731 Mb Allocated: 653 Mb [24.293s][info][gc] GC(212) Concurrent reset 7.963ms [24.301s][info][gc] GC(212) Pause Init Mark (unload classes) 4.633ms Allocated: 710 Mb [24.302s][info][gc] GC(212) Concurrent marking roots 0.867ms Allocated: 664 Mb [24.314s][info][gc] GC(212) Concurrent marking (unload classes) 11.420ms [24.314s][info][gc] GC(212) Pause Final Mark (unload classes) 0.573ms [24.315s][info][gc] GC(212) Failed to allocate 112B for evacuation [24.315s][info][gc] GC(212) Cancelling GC: Allocation Failure During Evacuation [24.315s][info][gc] GC(212) Concurrent thread roots 0.673ms [24.315s][info][gc] GC(212) Concurrent weak references 0.054ms [24.317s][info][gc] GC(212) Concurrent weak roots 1.433ms Allocated: 720 Mb Allocated: 665 Mb [24.329s][info][gc] GC(212) Concurrent cleanup 824M->794M(1024M) 11.882ms [24.330s][info][gc] GC(212) Concurrent class unloading 1.626ms [24.331s][info][gc] GC(212) Concurrent strong roots 0.255ms [24.332s][info][gc] GC(212) Concurrent evacuation 1.679ms [24.333s][info][gc] Trigger: Handle Allocation Failure [24.333s][info][gc] GC(213) Cancelling GC: Allocation Failure During Evacuation [24.335s][info][gc] GC(213) Cannot finish degeneration, upgrading to Full GC [24.497s][info][gc] GC(213) Pause Degenerated GC (Evacuation) 794M->666M(1024M) 163.195ms [24.498s][info][gc] Trigger: Start next cycle immediately Allocated: 706 Mb Allocated: 655 Mb Allocated: 679 Mb Allocated: 714 Mb [24.506s][info][gc] GC(214) Concurrent reset 8.089ms [24.515s][info][gc] GC(214) Pause Init Mark (unload classes) 4.673ms Allocated: 714 Mb [24.517s][info][gc] GC(214) Concurrent marking roots 1.192ms Allocated: 688 Mb Allocated: 700 Mb [24.531s][info][gc] GC(214) Concurrent marking (unload classes) 13.951ms [24.531s][info][gc] GC(214) Pause Final Mark (unload classes) 0.662ms [24.531s][info][gc] GC(214) Failed to allocate 112B for evacuation [24.531s][info][gc] GC(214) Cancelling GC: Allocation Failure During Evacuation [24.532s][info][gc] GC(214) Concurrent thread roots 0.661ms [24.532s][info][gc] GC(214) Concurrent weak references 0.068ms Allocated: 741 Mb [24.537s][info][gc] GC(214) Concurrent weak roots 5.088ms Allocated: 703 Mb Allocated: 683 Mb Allocated: 691 Mb [24.552s][info][gc] GC(214) Concurrent cleanup 921M->825M(1024M) 14.941ms [24.554s][info][gc] GC(214) Concurrent class unloading 1.661ms [24.554s][info][gc] GC(214) Concurrent strong roots 0.255ms [24.556s][info][gc] GC(214) Concurrent evacuation 1.613ms [24.557s][info][gc] Trigger: Handle Allocation Failure [24.557s][info][gc] GC(215) Cancelling GC: Allocation Failure During Evacuation [24.559s][info][gc] GC(215) Cannot finish degeneration, upgrading to Full GC [24.754s][info][gc] GC(215) Pause Degenerated GC (Evacuation) 825M->692M(1024M) 197.066ms Allocated: 706 Mb [24.756s][info][gc] Trigger: Start next cycle immediately [24.763s][info][gc] GC(216) Concurrent reset 7.345ms [24.768s][info][gc] GC(216) Pause Init Mark (unload classes) 4.153ms [24.770s][info][gc] GC(216) Concurrent marking roots 2.458ms Allocated: 688 Mb Allocated: 721 Mb Allocated: 679 Mb Allocated: 685 Mb Allocated: 705 Mb [24.781s][info][gc] GC(216) Concurrent marking (unload classes) 11.236ms [24.782s][info][gc] GC(216) Pause Final Mark (unload classes) 0.389ms [24.782s][info][gc] GC(216) Failed to allocate 96B for evacuation [24.782s][info][gc] GC(216) Cancelling GC: Allocation Failure During Evacuation [24.782s][info][gc] GC(216) Concurrent thread roots 0.652ms [24.782s][info][gc] GC(216) Concurrent weak references 0.057ms [24.784s][info][gc] GC(216) Concurrent weak roots 1.439ms [24.791s][info][gc] GC(216) Concurrent cleanup 801M->817M(1024M) 6.671ms Allocated: 744 Mb [24.792s][info][gc] GC(216) Concurrent class unloading 1.567ms [24.793s][info][gc] GC(216) Concurrent strong roots 0.248ms [24.794s][info][gc] GC(216) Concurrent evacuation 1.652ms [24.795s][info][gc] Trigger: Handle Allocation Failure [24.795s][info][gc] GC(217) Cancelling GC: Allocation Failure During Evacuation [24.797s][info][gc] GC(217) Cannot finish degeneration, upgrading to Full GC [24.963s][info][gc] GC(217) Pause Degenerated GC (Evacuation) 817M->689M(1024M) 167.983ms Allocated: 716 Mb [24.966s][info][gc] Trigger: Start next cycle immediately Allocated: 733 Mb [24.974s][info][gc] GC(218) Concurrent reset 7.823ms [24.982s][info][gc] GC(218) Pause Init Mark 4.682ms Allocated: 730 Mb [24.983s][info][gc] GC(218) Concurrent marking roots 1.318ms Allocated: 687 Mb Allocated: 704 Mb [24.998s][info][gc] GC(218) Concurrent marking 14.235ms [24.999s][info][gc] GC(218) Pause Final Mark 0.589ms [24.999s][info][gc] GC(218) Failed to allocate 112B for evacuation [24.999s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 713 Mb [25.001s][info][gc] GC(218) Concurrent thread roots 1.647ms [25.001s][info][gc] GC(218) Concurrent weak references 0.067ms [25.002s][info][gc] GC(218) Concurrent weak roots 1.319ms [25.015s][info][gc] GC(218) Concurrent cleanup 877M->783M(1024M) 12.540ms [25.016s][info][gc] GC(218) Concurrent strong roots 0.488ms [25.017s][info][gc] GC(218) Concurrent evacuation 1.627ms [25.018s][info][gc] Trigger: Handle Allocation Failure [25.214s][info][gc] GC(219) Pause Full 818M->734M(1024M) 195.866ms Allocated: 732 Mb Allocated: 702 Mb [25.217s][info][gc] Trigger: Start next cycle immediately Allocated: 670 Mb Allocated: 711 Mb [25.224s][info][gc] GC(220) Concurrent reset 7.891ms [25.232s][info][gc] GC(220) Pause Init Mark (unload classes) 4.558ms Allocated: 734 Mb [25.233s][info][gc] GC(220) Concurrent marking roots 1.215ms Allocated: 759 Mb [25.247s][info][gc] GC(220) Concurrent marking (unload classes) 13.317ms [25.248s][info][gc] GC(220) Pause Final Mark (unload classes) 0.630ms [25.248s][info][gc] GC(220) Failed to allocate 112B for evacuation [25.248s][info][gc] GC(220) Cancelling GC: Allocation Failure During Evacuation [25.248s][info][gc] GC(220) Concurrent thread roots 0.673ms [25.248s][info][gc] GC(220) Concurrent weak references 0.071ms Allocated: 740 Mb [25.255s][info][gc] GC(220) Concurrent weak roots 6.746ms Allocated: 692 Mb [25.269s][info][gc] GC(220) Concurrent cleanup 958M->873M(1024M) 14.215ms [25.271s][info][gc] GC(220) Concurrent class unloading 1.598ms [25.271s][info][gc] GC(220) Concurrent strong roots 0.256ms [25.273s][info][gc] GC(220) Concurrent evacuation 1.623ms [25.274s][info][gc] Trigger: Handle Allocation Failure [25.274s][info][gc] GC(221) Cancelling GC: Allocation Failure During Evacuation [25.276s][info][gc] GC(221) Cannot finish degeneration, upgrading to Full GC [25.483s][info][gc] GC(221) Pause Degenerated GC (Evacuation) 873M->693M(1024M) 208.904ms Allocated: 713 Mb [25.486s][info][gc] Trigger: Start next cycle immediately Allocated: 708 Mb Allocated: 722 Mb Allocated: 699 Mb [25.494s][info][gc] GC(222) Concurrent reset 8.021ms [25.503s][info][gc] GC(222) Pause Init Mark 4.716ms Allocated: 759 Mb [25.504s][info][gc] GC(222) Concurrent marking roots 1.140ms Allocated: 732 Mb [25.521s][info][gc] GC(222) Concurrent marking 16.545ms [25.522s][info][gc] GC(222) Pause Final Mark 0.679ms [25.522s][info][gc] GC(222) Failed to allocate 96B for evacuation [25.522s][info][gc] GC(222) Cancelling GC: Allocation Failure During Evacuation [25.522s][info][gc] GC(222) Concurrent thread roots 0.594ms [25.522s][info][gc] GC(222) Concurrent weak references 0.067ms Allocated: 713 Mb [25.526s][info][gc] GC(222) Concurrent weak roots 3.418ms [25.540s][info][gc] GC(222) Concurrent cleanup 961M->854M(1024M) 14.410ms [25.541s][info][gc] GC(222) Concurrent strong roots 0.477ms [25.542s][info][gc] GC(222) Concurrent evacuation 1.630ms [25.543s][info][gc] Trigger: Handle Allocation Failure [25.544s][info][gc] GC(223) Cancelling GC: Allocation Failure During Evacuation [25.546s][info][gc] GC(223) Cannot finish degeneration, upgrading to Full GC [25.748s][info][gc] GC(223) Pause Degenerated GC (Evacuation) 899M->690M(1024M) 203.307ms Allocated: 689 Mb [25.749s][info][gc] Trigger: Start next cycle immediately [25.756s][info][gc] GC(224) Concurrent reset 7.347ms [25.763s][info][gc] GC(224) Pause Init Mark (unload classes) 4.518ms Allocated: 736 Mb [25.764s][info][gc] GC(224) Concurrent marking roots 0.863ms Allocated: 689 Mb Allocated: 726 Mb Allocated: 680 Mb [25.775s][info][gc] GC(224) Concurrent marking (unload classes) 11.468ms [25.776s][info][gc] GC(224) Pause Final Mark (unload classes) 0.180ms [25.776s][info][gc] GC(224) Failed to allocate 112B for evacuation [25.776s][info][gc] GC(224) Cancelling GC: Allocation Failure During Evacuation [25.777s][info][gc] GC(224) Concurrent thread roots 0.660ms [25.777s][info][gc] GC(224) Concurrent weak references 0.056ms [25.778s][info][gc] GC(224) Concurrent weak roots 1.455ms [25.778s][info][gc] GC(224) Concurrent cleanup 822M->822M(1024M) 0.059ms [25.780s][info][gc] GC(224) Concurrent class unloading 1.455ms [25.780s][info][gc] GC(224) Concurrent strong roots 0.238ms [25.782s][info][gc] GC(224) Concurrent evacuation 1.632ms [25.783s][info][gc] Trigger: Handle Allocation Failure [25.786s][info][gc] GC(225) Cancelling GC: Allocation Failure During Evacuation [25.788s][info][gc] GC(225) Cannot finish degeneration, upgrading to Full GC [25.953s][info][gc] GC(225) Pause Degenerated GC (Evacuation) 865M->724M(1024M) 167.568ms Allocated: 723 Mb [25.955s][info][gc] Trigger: Start next cycle immediately Allocated: 725 Mb [25.964s][info][gc] GC(226) Concurrent reset 9.108ms [25.968s][info][gc] GC(226) Pause Init Mark (unload classes) 4.464ms Allocated: 734 Mb [25.969s][info][gc] GC(226) Concurrent marking roots 0.987ms [25.981s][info][gc] GC(226) Concurrent marking (unload classes) 12.038ms [25.982s][info][gc] GC(226) Pause Final Mark (unload classes) 0.516ms [25.982s][info][gc] Failed to allocate 24B for evacuation [25.982s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 748 Mb [25.983s][info][gc] GC(226) Concurrent thread roots 0.615ms [25.983s][info][gc] GC(226) Concurrent weak references 0.036ms [25.984s][info][gc] GC(226) Concurrent weak roots 1.399ms [25.994s][info][gc] GC(226) Concurrent cleanup 868M->791M(1024M) 10.072ms [25.997s][info][gc] GC(226) Concurrent class unloading 2.512ms [25.997s][info][gc] GC(226) Concurrent strong roots 0.263ms [25.999s][info][gc] GC(226) Concurrent evacuation 1.664ms [26.000s][info][gc] Trigger: Handle Allocation Failure [26.000s][info][gc] GC(227) Cancelling GC: Allocation Failure During Evacuation [26.002s][info][gc] GC(227) Cannot finish degeneration, upgrading to Full GC [26.184s][info][gc] GC(227) Pause Degenerated GC (Evacuation) 816M->682M(1024M) 183.964ms Allocated: 681 Mb [26.186s][info][gc] Trigger: Start next cycle immediately Allocated: 713 Mb Allocated: 700 Mb Allocated: 670 Mb Allocated: 673 Mb Allocated: 674 Mb [26.194s][info][gc] GC(228) Concurrent reset 7.975ms [26.201s][info][gc] GC(228) Pause Init Mark 4.586ms Allocated: 722 Mb [26.202s][info][gc] GC(228) Concurrent marking roots 1.138ms Allocated: 741 Mb [26.218s][info][gc] GC(228) Concurrent marking 15.450ms [26.218s][info][gc] GC(228) Pause Final Mark 0.589ms [26.218s][info][gc] GC(228) Failed to allocate 112B for evacuation [26.218s][info][gc] GC(228) Cancelling GC: Allocation Failure During Evacuation [26.219s][info][gc] GC(228) Concurrent thread roots 0.671ms [26.219s][info][gc] GC(228) Concurrent weak references 0.082ms Allocated: 730 Mb [26.224s][info][gc] GC(228) Concurrent weak roots 4.474ms [26.236s][info][gc] GC(228) Concurrent cleanup 911M->878M(1024M) 12.159ms [26.236s][info][gc] GC(228) Concurrent strong roots 0.482ms [26.238s][info][gc] GC(228) Concurrent evacuation 1.626ms [26.239s][info][gc] Trigger: Handle Allocation Failure [26.429s][info][gc] GC(229) Pause Full 878M->731M(1024M) 188.676ms Allocated: 730 Mb [26.430s][info][gc] Trigger: Start next cycle immediately Allocated: 701 Mb Allocated: 701 Mb [26.439s][info][gc] GC(230) Concurrent reset 9.019ms [26.446s][info][gc] GC(230) Pause Init Mark (unload classes) 4.451ms Allocated: 693 Mb [26.447s][info][gc] GC(230) Concurrent marking roots 1.206ms Allocated: 724 Mb [26.461s][info][gc] GC(230) Concurrent marking (unload classes) 13.358ms [26.461s][info][gc] GC(230) Pause Final Mark (unload classes) 0.804ms [26.462s][info][gc] GC(230) Failed to allocate 112B for evacuation [26.462s][info][gc] GC(230) Cancelling GC: Allocation Failure During Evacuation [26.462s][info][gc] GC(230) Concurrent thread roots 0.613ms [26.462s][info][gc] GC(230) Concurrent weak references 0.063ms Allocated: 743 Mb [26.467s][info][gc] GC(230) Concurrent weak roots 4.643ms Allocated: 715 Mb [26.484s][info][gc] GC(230) Concurrent cleanup 920M->835M(1024M) 17.011ms Allocated: 704 Mb [26.488s][info][gc] GC(230) Concurrent class unloading 3.699ms [26.488s][info][gc] GC(230) Concurrent strong roots 0.261ms [26.490s][info][gc] GC(230) Concurrent evacuation 1.648ms [26.491s][info][gc] Trigger: Handle Allocation Failure [26.491s][info][gc] GC(231) Cancelling GC: Allocation Failure During Evacuation [26.492s][info][gc] GC(231) Cannot finish degeneration, upgrading to Full GC [26.706s][info][gc] GC(231) Pause Degenerated GC (Evacuation) 835M->657M(1024M) 214.882ms Allocated: 679 Mb [26.709s][info][gc] Trigger: Start next cycle immediately Allocated: 698 Mb Allocated: 702 Mb Allocated: 748 Mb [26.717s][info][gc] GC(232) Concurrent reset 8.120ms [26.722s][info][gc] GC(232) Pause Init Mark 4.522ms Allocated: 720 Mb [26.724s][info][gc] GC(232) Concurrent marking roots 1.305ms Allocated: 756 Mb [26.740s][info][gc] GC(232) Concurrent marking 16.544ms [26.741s][info][gc] GC(232) Pause Final Mark 0.487ms [26.741s][info][gc] GC(232) Failed to allocate 112B for evacuation [26.741s][info][gc] GC(232) Cancelling GC: Allocation Failure During Evacuation [26.741s][info][gc] GC(232) Concurrent thread roots 0.678ms [26.742s][info][gc] GC(232) Concurrent weak references 0.079ms [26.743s][info][gc] GC(232) Concurrent weak roots 1.305ms Allocated: 737 Mb [26.752s][info][gc] GC(232) Concurrent cleanup 849M->824M(1024M) 9.413ms [26.753s][info][gc] GC(232) Concurrent strong roots 0.462ms [26.754s][info][gc] GC(232) Concurrent evacuation 1.635ms [26.756s][info][gc] Trigger: Handle Allocation Failure [26.756s][info][gc] GC(233) Cancelling GC: Allocation Failure During Evacuation [26.757s][info][gc] GC(233) Cannot finish degeneration, upgrading to Full GC [26.949s][info][gc] GC(233) Pause Degenerated GC (Evacuation) 824M->687M(1024M) 193.175ms [26.951s][info][gc] Trigger: Start next cycle immediately Allocated: 726 Mb Allocated: 722 Mb [26.959s][info][gc] GC(234) Concurrent reset 7.933ms [26.964s][info][gc] GC(234) Pause Init Mark (unload classes) 4.567ms Allocated: 699 Mb [26.965s][info][gc] GC(234) Concurrent marking roots 1.175ms Allocated: 751 Mb Allocated: 665 Mb [26.976s][info][gc] GC(234) Concurrent marking (unload classes) 11.403ms [26.977s][info][gc] GC(234) Pause Final Mark (unload classes) 0.655ms [26.977s][info][gc] GC(234) Failed to allocate 112B for evacuation [26.977s][info][gc] GC(234) Cancelling GC: Allocation Failure During Evacuation [26.978s][info][gc] GC(234) Concurrent thread roots 0.642ms [26.978s][info][gc] GC(234) Concurrent weak references 0.057ms [26.979s][info][gc] GC(234) Concurrent weak roots 1.432ms Allocated: 700 Mb [26.996s][info][gc] GC(234) Concurrent cleanup 856M->789M(1024M) 16.217ms [27.000s][info][gc] GC(234) Concurrent class unloading 4.353ms [27.000s][info][gc] GC(234) Concurrent strong roots 0.263ms [27.003s][info][gc] GC(234) Concurrent evacuation 3.172ms [27.005s][info][gc] Trigger: Handle Allocation Failure [27.010s][info][gc] GC(235) Cancelling GC: Allocation Failure During Evacuation [27.012s][info][gc] GC(235) Cannot finish degeneration, upgrading to Full GC [27.205s][info][gc] GC(235) Pause Degenerated GC (Evacuation) 851M->752M(1024M) 195.014ms Allocated: 751 Mb [27.206s][info][gc] Trigger: Start next cycle immediately Allocated: 696 Mb Allocated: 728 Mb [27.216s][info][gc] GC(236) Concurrent reset 9.247ms [27.223s][info][gc] GC(236) Pause Init Mark 4.686ms Allocated: 746 Mb [27.224s][info][gc] GC(236) Concurrent marking roots 1.360ms Allocated: 711 Mb [27.239s][info][gc] GC(236) Concurrent marking 15.389ms [27.240s][info][gc] GC(236) Pause Final Mark 0.679ms [27.240s][info][gc] GC(236) Failed to allocate 112B for evacuation [27.240s][info][gc] GC(236) Cancelling GC: Allocation Failure During Evacuation [27.241s][info][gc] GC(236) Concurrent thread roots 0.668ms [27.241s][info][gc] GC(236) Concurrent weak references 0.085ms [27.242s][info][gc] GC(236) Concurrent weak roots 1.322ms [27.258s][info][gc] GC(236) Concurrent cleanup 914M->797M(1024M) 15.591ms [27.258s][info][gc] GC(236) Concurrent strong roots 0.495ms [27.260s][info][gc] GC(236) Concurrent evacuation 1.610ms [27.261s][info][gc] Trigger: Handle Allocation Failure [27.263s][info][gc] GC(237) Cancelling GC: Allocation Failure During Evacuation [27.265s][info][gc] GC(237) Cannot finish degeneration, upgrading to Full GC [27.472s][info][gc] GC(237) Pause Degenerated GC (Evacuation) 852M->737M(1024M) 208.710ms Allocated: 735 Mb [27.474s][info][gc] Trigger: Start next cycle immediately [27.482s][info][gc] GC(238) Concurrent reset 7.398ms [27.489s][info][gc] GC(238) Pause Init Mark (unload classes) 4.564ms Allocated: 737 Mb [27.491s][info][gc] GC(238) Concurrent marking roots 1.235ms Allocated: 750 Mb Allocated: 715 Mb [27.507s][info][gc] GC(238) Concurrent marking (unload classes) 16.613ms [27.508s][info][gc] GC(238) Pause Final Mark (unload classes) 0.351ms [27.508s][info][gc] GC(238) Failed to allocate 96B for evacuation [27.508s][info][gc] GC(238) Cancelling GC: Allocation Failure During Evacuation [27.508s][info][gc] GC(238) Concurrent thread roots 0.680ms [27.509s][info][gc] GC(238) Concurrent weak references 0.055ms [27.510s][info][gc] GC(238) Concurrent weak roots 1.463ms [27.515s][info][gc] GC(238) Concurrent cleanup 849M->809M(1024M) 5.230ms Allocated: 716 Mb [27.522s][info][gc] GC(238) Concurrent class unloading 6.799ms [27.522s][info][gc] GC(238) Concurrent strong roots 0.258ms [27.524s][info][gc] GC(238) Concurrent evacuation 1.633ms [27.525s][info][gc] Trigger: Handle Allocation Failure [27.714s][info][gc] GC(239) Pause Full 868M->659M(1024M) 188.573ms Allocated: 694 Mb [27.718s][info][gc] Trigger: Start next cycle immediately [27.725s][info][gc] GC(240) Concurrent reset 7.448ms [27.733s][info][gc] GC(240) Pause Init Mark 4.708ms Allocated: 751 Mb [27.735s][info][gc] GC(240) Concurrent marking roots 1.157ms Allocated: 695 Mb [27.748s][info][gc] GC(240) Concurrent marking 13.466ms [27.750s][info][gc] GC(240) Pause Final Mark 0.181ms [27.750s][info][gc] GC(240) Failed to allocate 96B for evacuation [27.750s][info][gc] GC(240) Cancelling GC: Allocation Failure During Evacuation Allocated: 713 Mb [27.751s][info][gc] GC(240) Concurrent thread roots 0.621ms [27.751s][info][gc] GC(240) Concurrent weak references 0.064ms Allocated: 691 Mb [27.752s][info][gc] GC(240) Concurrent weak roots 1.321ms [27.752s][info][gc] GC(240) Concurrent cleanup 817M->817M(1024M) 0.058ms [27.753s][info][gc] GC(240) Concurrent strong roots 0.449ms [27.755s][info][gc] GC(240) Concurrent evacuation 1.643ms [27.756s][info][gc] Trigger: Handle Allocation Failure [27.756s][info][gc] GC(241) Cancelling GC: Allocation Failure During Evacuation [27.757s][info][gc] GC(241) Cannot finish degeneration, upgrading to Full GC [27.956s][info][gc] GC(241) Pause Degenerated GC (Evacuation) 817M->692M(1024M) 199.980ms Allocated: 697 Mb [27.958s][info][gc] Trigger: Start next cycle immediately Allocated: 757 Mb [27.966s][info][gc] GC(242) Concurrent reset 8.426ms [27.973s][info][gc] GC(242) Pause Init Mark (unload classes) 4.490ms Allocated: 755 Mb [27.974s][info][gc] GC(242) Concurrent marking roots 1.238ms Allocated: 724 Mb [27.985s][info][gc] GC(242) Concurrent marking (unload classes) 11.420ms [27.986s][info][gc] GC(242) Pause Final Mark (unload classes) 0.441ms [27.986s][info][gc] GC(242) Failed to allocate 112B for evacuation [27.986s][info][gc] GC(242) Cancelling GC: Allocation Failure During Evacuation [27.987s][info][gc] GC(242) Concurrent thread roots 0.682ms [27.987s][info][gc] GC(242) Concurrent weak references 0.057ms [27.988s][info][gc] GC(242) Concurrent weak roots 1.451ms Allocated: 726 Mb [27.996s][info][gc] GC(242) Concurrent cleanup 879M->875M(1024M) 8.336ms Allocated: 686 Mb [27.998s][info][gc] GC(242) Concurrent class unloading 1.570ms [27.998s][info][gc] GC(242) Concurrent strong roots 0.255ms [28.000s][info][gc] GC(242) Concurrent evacuation 1.628ms [28.001s][info][gc] Trigger: Handle Allocation Failure [28.001s][info][gc] GC(243) Cancelling GC: Allocation Failure During Evacuation [28.003s][info][gc] GC(243) Cannot finish degeneration, upgrading to Full GC [28.218s][info][gc] GC(243) Pause Degenerated GC (Evacuation) 875M->687M(1024M) 216.502ms [28.219s][info][gc] Trigger: Start next cycle immediately Allocated: 727 Mb Allocated: 732 Mb [28.227s][info][gc] GC(244) Concurrent reset 7.932ms [28.235s][info][gc] GC(244) Pause Init Mark 4.693ms Allocated: 729 Mb [28.236s][info][gc] GC(244) Concurrent marking roots 1.340ms Allocated: 724 Mb [28.251s][info][gc] GC(244) Concurrent marking 14.399ms [28.251s][info][gc] GC(244) Pause Final Mark 0.572ms [28.251s][info][gc] GC(244) Failed to allocate 96B for evacuation [28.251s][info][gc] GC(244) Cancelling GC: Allocation Failure During Evacuation [28.252s][info][gc] GC(244) Concurrent thread roots 0.691ms [28.252s][info][gc] GC(244) Concurrent weak references 0.085ms [28.253s][info][gc] GC(244) Concurrent weak roots 1.309ms Allocated: 700 Mb [28.265s][info][gc] GC(244) Concurrent cleanup 862M->813M(1024M) 11.721ms [28.266s][info][gc] GC(244) Concurrent strong roots 0.485ms [28.267s][info][gc] GC(244) Concurrent evacuation 1.609ms [28.268s][info][gc] Trigger: Handle Allocation Failure [28.273s][info][gc] GC(245) Cancelling GC: Allocation Failure During Evacuation [28.274s][info][gc] GC(245) Cannot finish degeneration, upgrading to Full GC [28.469s][info][gc] GC(245) Pause Degenerated GC (Evacuation) 867M->722M(1024M) 196.322ms Allocated: 721 Mb [28.470s][info][gc] Trigger: Start next cycle immediately [28.478s][info][gc] GC(246) Concurrent reset 7.424ms [28.485s][info][gc] GC(246) Pause Init Mark (unload classes) 7.199ms [28.487s][info][gc] GC(246) Concurrent marking roots 2.473ms Allocated: 732 Mb Allocated: 716 Mb Allocated: 732 Mb [28.500s][info][gc] GC(246) Concurrent marking (unload classes) 12.359ms [28.500s][info][gc] GC(246) Pause Final Mark (unload classes) 0.538ms [28.500s][info][gc] GC(246) Failed to allocate 112B for evacuation [28.500s][info][gc] GC(246) Cancelling GC: Allocation Failure During Evacuation [28.501s][info][gc] GC(246) Concurrent thread roots 0.664ms [28.501s][info][gc] GC(246) Concurrent weak references 0.066ms [28.503s][info][gc] GC(246) Concurrent weak roots 1.589ms [28.508s][info][gc] GC(246) Concurrent cleanup 851M->852M(1024M) 5.615ms Allocated: 724 Mb [28.512s][info][gc] GC(246) Concurrent class unloading 3.745ms [28.512s][info][gc] GC(246) Concurrent strong roots 0.254ms [28.514s][info][gc] GC(246) Concurrent evacuation 1.639ms [28.515s][info][gc] Trigger: Handle Allocation Failure [28.515s][info][gc] GC(247) Cancelling GC: Allocation Failure During Evacuation [28.517s][info][gc] GC(247) Cannot finish degeneration, upgrading to Full GC [28.733s][info][gc] GC(247) Pause Degenerated GC (Evacuation) 853M->680M(1024M) 217.497ms Allocated: 717 Mb [28.738s][info][gc] Trigger: Start next cycle immediately Allocated: 697 Mb [28.746s][info][gc] GC(248) Concurrent reset 8.606ms [28.752s][info][gc] GC(248) Pause Init Mark 4.854ms Allocated: 712 Mb [28.754s][info][gc] GC(248) Concurrent marking roots 1.238ms Allocated: 698 Mb Allocated: 735 Mb [28.771s][info][gc] GC(248) Concurrent marking 17.307ms [28.776s][info][gc] GC(248) Pause Final Mark 0.592ms [28.776s][info][gc] Failed to allocate 112B for evacuation [28.776s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 731 Mb [28.777s][info][gc] GC(248) Concurrent thread roots 0.737ms [28.777s][info][gc] GC(248) Concurrent weak references 0.076ms Allocated: 692 Mb Allocated: 705 Mb [28.778s][info][gc] GC(248) Concurrent weak roots 1.602ms [28.788s][info][gc] GC(248) Concurrent cleanup 886M->824M(1024M) 9.891ms [28.789s][info][gc] GC(248) Concurrent strong roots 0.592ms [28.791s][info][gc] GC(248) Concurrent evacuation 1.899ms [28.792s][info][gc] Trigger: Handle Allocation Failure [29.019s][info][gc] GC(249) Pause Full 886M->715M(1024M) 221.304ms Allocated: 714 Mb [29.021s][info][gc] Trigger: Start next cycle immediately Allocated: 685 Mb [29.028s][info][gc] GC(250) Concurrent reset 7.505ms [29.034s][info][gc] GC(250) Pause Init Mark (unload classes) 4.346ms Allocated: 717 Mb Allocated: 662 Mb Allocated: 672 Mb [29.035s][info][gc] GC(250) Concurrent marking roots 1.366ms Allocated: 725 Mb [29.050s][info][gc] GC(250) Concurrent marking (unload classes) 14.456ms [29.050s][info][gc] GC(250) Pause Final Mark (unload classes) 0.409ms [29.050s][info][gc] GC(250) Failed to allocate 112B for evacuation [29.050s][info][gc] GC(250) Cancelling GC: Allocation Failure During Evacuation [29.051s][info][gc] GC(250) Concurrent thread roots 0.650ms [29.051s][info][gc] GC(250) Concurrent weak references 0.055ms [29.052s][info][gc] GC(250) Concurrent weak roots 1.433ms Allocated: 727 Mb Allocated: 694 Mb [29.060s][info][gc] GC(250) Concurrent cleanup 839M->821M(1024M) 7.774ms [29.062s][info][gc] GC(250) Concurrent class unloading 1.546ms [29.062s][info][gc] GC(250) Concurrent strong roots 0.248ms [29.063s][info][gc] GC(250) Concurrent evacuation 1.623ms [29.065s][info][gc] Trigger: Handle Allocation Failure [29.070s][info][gc] GC(251) Cancelling GC: Allocation Failure During Evacuation [29.072s][info][gc] GC(251) Cannot finish degeneration, upgrading to Full GC [29.283s][info][gc] GC(251) Pause Degenerated GC (Evacuation) 884M->758M(1024M) 212.777ms Allocated: 757 Mb [29.284s][info][gc] Trigger: Start next cycle immediately Allocated: 695 Mb Allocated: 749 Mb Allocated: 722 Mb [29.292s][info][gc] GC(252) Concurrent reset 8.221ms [29.300s][info][gc] GC(252) Pause Init Mark (unload classes) 4.663ms Allocated: 737 Mb [29.301s][info][gc] GC(252) Concurrent marking roots 1.194ms [29.313s][info][gc] GC(252) Concurrent marking (unload classes) 11.380ms [29.314s][info][gc] GC(252) Pause Final Mark (unload classes) 0.886ms [29.314s][info][gc] GC(252) Failed to allocate 112B for evacuation [29.314s][info][gc] GC(252) Cancelling GC: Allocation Failure During Evacuation [29.314s][info][gc] GC(252) Concurrent thread roots 0.589ms [29.314s][info][gc] GC(252) Concurrent weak references 0.046ms Allocated: 731 Mb [29.318s][info][gc] GC(252) Concurrent weak roots 3.521ms Allocated: 733 Mb [29.339s][info][gc] GC(252) Concurrent cleanup 934M->821M(1024M) 20.782ms [29.340s][info][gc] GC(252) Concurrent class unloading 1.627ms [29.341s][info][gc] GC(252) Concurrent strong roots 0.252ms [29.342s][info][gc] GC(252) Concurrent evacuation 1.642ms [29.343s][info][gc] Trigger: Handle Allocation Failure [29.343s][info][gc] GC(253) Cancelling GC: Allocation Failure During Evacuation [29.345s][info][gc] GC(253) Cannot finish degeneration, upgrading to Full GC [29.556s][info][gc] GC(253) Pause Degenerated GC (Evacuation) 821M->671M(1024M) 213.089ms [29.558s][info][gc] Trigger: Start next cycle immediately Allocated: 733 Mb [29.566s][info][gc] GC(254) Concurrent reset 7.986ms [29.570s][info][gc] GC(254) Pause Init Mark (unload classes) 4.368ms Allocated: 721 Mb [29.572s][info][gc] GC(254) Concurrent marking roots 1.213ms Allocated: 735 Mb Allocated: 677 Mb [29.585s][info][gc] GC(254) Concurrent marking (unload classes) 13.862ms [29.586s][info][gc] GC(254) Pause Final Mark (unload classes) 0.404ms [29.586s][info][gc] GC(254) Failed to allocate 112B for evacuation [29.586s][info][gc] GC(254) Cancelling GC: Allocation Failure During Evacuation [29.587s][info][gc] GC(254) Concurrent thread roots 0.661ms [29.587s][info][gc] GC(254) Concurrent weak references 0.056ms [29.588s][info][gc] GC(254) Concurrent weak roots 1.440ms Allocated: 703 Mb [29.595s][info][gc] GC(254) Concurrent cleanup 852M->827M(1024M) 7.161ms [29.597s][info][gc] GC(254) Concurrent class unloading 1.532ms [29.597s][info][gc] GC(254) Concurrent strong roots 0.246ms [29.599s][info][gc] GC(254) Concurrent evacuation 1.634ms [29.600s][info][gc] Trigger: Handle Allocation Failure [29.604s][info][gc] GC(255) Cancelling GC: Allocation Failure During Evacuation [29.606s][info][gc] GC(255) Cannot finish degeneration, upgrading to Full GC [29.810s][info][gc] GC(255) Pause Degenerated GC (Evacuation) 877M->728M(1024M) 205.438ms Allocated: 727 Mb [29.811s][info][gc] Trigger: Start next cycle immediately Allocated: 714 Mb Allocated: 677 Mb Allocated: 698 Mb Allocated: 727 Mb [29.821s][info][gc] GC(256) Concurrent reset 10.551ms [29.826s][info][gc] GC(256) Pause Init Mark 4.384ms Allocated: 708 Mb [29.828s][info][gc] GC(256) Concurrent marking roots 1.314ms [29.839s][info][gc] GC(256) Concurrent marking 11.291ms [29.840s][info][gc] GC(256) Pause Final Mark 0.979ms [29.840s][info][gc] GC(256) Failed to allocate 112B for evacuation [29.840s][info][gc] GC(256) Cancelling GC: Allocation Failure During Evacuation [29.841s][info][gc] GC(256) Concurrent thread roots 0.571ms [29.841s][info][gc] GC(256) Concurrent weak references 0.057ms Allocated: 731 Mb [29.846s][info][gc] GC(256) Concurrent weak roots 5.517ms Allocated: 656 Mb Allocated: 693 Mb [29.866s][info][gc] GC(256) Concurrent cleanup 922M->815M(1024M) 19.377ms [29.866s][info][gc] GC(256) Concurrent strong roots 0.589ms [29.868s][info][gc] GC(256) Concurrent evacuation 1.640ms [29.869s][info][gc] Trigger: Handle Allocation Failure [29.869s][info][gc] GC(257) Cancelling GC: Allocation Failure During Evacuation [29.871s][info][gc] GC(257) Cannot finish degeneration, upgrading to Full GC [30.069s][info][gc] GC(257) Pause Degenerated GC (Evacuation) 815M->694M(1024M) 199.840ms Allocated: 716 Mb [30.072s][info][gc] Trigger: Start next cycle immediately Allocated: 717 Mb Allocated: 722 Mb [30.080s][info][gc] GC(258) Concurrent reset 8.062ms [30.087s][info][gc] GC(258) Pause Init Mark (unload classes) 4.594ms Allocated: 726 Mb [30.088s][info][gc] GC(258) Concurrent marking roots 0.918ms Allocated: 708 Mb [30.099s][info][gc] GC(258) Concurrent marking (unload classes) 11.331ms [30.100s][info][gc] GC(258) Pause Final Mark (unload classes) 0.648ms [30.100s][info][gc] GC(258) Failed to allocate 112B for evacuation [30.100s][info][gc] GC(258) Cancelling GC: Allocation Failure During Evacuation [30.101s][info][gc] GC(258) Concurrent thread roots 0.655ms [30.101s][info][gc] GC(258) Concurrent weak references 0.056ms [30.102s][info][gc] GC(258) Concurrent weak roots 1.444ms Allocated: 694 Mb [30.117s][info][gc] GC(258) Concurrent cleanup 866M->806M(1024M) 14.760ms [30.119s][info][gc] GC(258) Concurrent class unloading 1.654ms [30.119s][info][gc] GC(258) Concurrent strong roots 0.254ms [30.121s][info][gc] GC(258) Concurrent evacuation 1.634ms [30.122s][info][gc] Trigger: Handle Allocation Failure [30.299s][info][gc] GC(259) Pause Full 832M->721M(1024M) 177.011ms Allocated: 720 Mb [30.301s][info][gc] Trigger: Start next cycle immediately [30.309s][info][gc] GC(260) Concurrent reset 7.624ms [30.313s][info][gc] GC(260) Pause Init Mark 4.199ms Allocated: 735 Mb Allocated: 694 Mb [30.316s][info][gc] GC(260) Concurrent marking roots 2.438ms Allocated: 708 Mb Allocated: 700 Mb [30.329s][info][gc] GC(260) Concurrent marking 13.550ms [30.330s][info][gc] GC(260) Pause Final Mark 0.316ms [30.330s][info][gc] Failed to allocate 40B for evacuation [30.330s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 665 Mb [30.331s][info][gc] GC(260) Concurrent thread roots 1.006ms [30.331s][info][gc] GC(260) Concurrent weak references 0.065ms [30.332s][info][gc] GC(260) Concurrent weak roots 1.306ms [30.337s][info][gc] GC(260) Concurrent cleanup 821M->789M(1024M) 4.290ms [30.337s][info][gc] GC(260) Concurrent strong roots 0.480ms [30.339s][info][gc] GC(260) Concurrent evacuation 1.635ms [30.340s][info][gc] Trigger: Handle Allocation Failure [30.340s][info][gc] GC(261) Cancelling GC: Allocation Failure During Evacuation [30.342s][info][gc] GC(261) Cannot finish degeneration, upgrading to Full GC [30.507s][info][gc] GC(261) Pause Degenerated GC (Evacuation) 789M->666M(1024M) 167.328ms Allocated: 690 Mb [30.510s][info][gc] Trigger: Start next cycle immediately [30.517s][info][gc] GC(262) Concurrent reset 7.167ms [30.524s][info][gc] GC(262) Pause Init Mark (unload classes) 4.417ms Allocated: 717 Mb [30.525s][info][gc] GC(262) Concurrent marking roots 0.862ms Allocated: 704 Mb Allocated: 646 Mb Allocated: 704 Mb [30.536s][info][gc] GC(262) Concurrent marking (unload classes) 11.391ms [30.537s][info][gc] GC(262) Pause Final Mark (unload classes) 0.519ms [30.537s][info][gc] GC(262) Failed to allocate 112B for evacuation [30.537s][info][gc] GC(262) Cancelling GC: Allocation Failure During Evacuation [30.538s][info][gc] GC(262) Concurrent thread roots 0.694ms [30.538s][info][gc] GC(262) Concurrent weak references 0.068ms [30.539s][info][gc] GC(262) Concurrent weak roots 1.437ms [30.539s][info][gc] GC(262) Concurrent cleanup 828M->828M(1024M) 0.057ms [30.541s][info][gc] GC(262) Concurrent class unloading 1.440ms [30.541s][info][gc] GC(262) Concurrent strong roots 0.231ms [30.543s][info][gc] GC(262) Concurrent evacuation 1.653ms [30.544s][info][gc] Trigger: Handle Allocation Failure [30.544s][info][gc] GC(263) Cancelling GC: Allocation Failure During Evacuation [30.545s][info][gc] GC(263) Cannot finish degeneration, upgrading to Full GC [30.740s][info][gc] GC(263) Pause Degenerated GC (Evacuation) 828M->693M(1024M) 195.844ms Allocated: 711 Mb [30.742s][info][gc] Trigger: Start next cycle immediately [30.749s][info][gc] GC(264) Concurrent reset 7.404ms [30.758s][info][gc] GC(264) Pause Init Mark 4.615ms Allocated: 736 Mb [30.760s][info][gc] GC(264) Concurrent marking roots 1.146ms Allocated: 740 Mb [30.776s][info][gc] GC(264) Concurrent marking 16.568ms [30.776s][info][gc] GC(264) Pause Final Mark 0.278ms [30.777s][info][gc] GC(264) Failed to allocate 208B for evacuation [30.777s][info][gc] GC(264) Cancelling GC: Allocation Failure During Evacuation [30.777s][info][gc] GC(264) Concurrent thread roots 0.690ms [30.777s][info][gc] GC(264) Concurrent weak references 0.070ms [30.779s][info][gc] GC(264) Concurrent weak roots 1.304ms [30.782s][info][gc] GC(264) Concurrent cleanup 821M->859M(1024M) 2.997ms [30.782s][info][gc] GC(264) Concurrent strong roots 0.470ms [30.784s][info][gc] GC(264) Concurrent evacuation 1.620ms [30.785s][info][gc] Trigger: Handle Allocation Failure [30.787s][info][gc] GC(265) Cancelling GC: Allocation Failure During Evacuation [30.789s][info][gc] GC(265) Cannot finish degeneration, upgrading to Full GC [30.981s][info][gc] GC(265) Pause Degenerated GC (Evacuation) 859M->747M(1024M) 194.209ms Allocated: 746 Mb [30.982s][info][gc] Trigger: Start next cycle immediately [30.990s][info][gc] GC(266) Concurrent reset 7.405ms [30.994s][info][gc] GC(266) Pause Init Mark 4.149ms [30.998s][info][gc] GC(266) Concurrent marking roots 4.185ms Allocated: 727 Mb Allocated: 693 Mb [31.010s][info][gc] GC(266) Concurrent marking 11.298ms [31.010s][info][gc] GC(266) Pause Final Mark 0.682ms [31.011s][info][gc] GC(266) Failed to allocate 48B for evacuation [31.011s][info][gc] GC(266) Cancelling GC: Allocation Failure During Evacuation [31.011s][info][gc] GC(266) Concurrent thread roots 0.682ms [31.011s][info][gc] GC(266) Concurrent weak references 0.089ms Allocated: 722 Mb [31.015s][info][gc] GC(266) Concurrent weak roots 3.389ms [31.025s][info][gc] GC(266) Concurrent cleanup 850M->775M(1024M) 10.153ms Allocated: 725 Mb [31.029s][info][gc] GC(266) Concurrent strong roots 3.995ms [31.030s][info][gc] GC(266) Concurrent evacuation 1.652ms [31.032s][info][gc] Trigger: Handle Allocation Failure [31.037s][info][gc] GC(267) Cancelling GC: Allocation Failure During Evacuation [31.039s][info][gc] GC(267) Cannot finish degeneration, upgrading to Full GC [31.240s][info][gc] GC(267) Pause Degenerated GC (Evacuation) 871M->757M(1024M) 203.138ms Allocated: 755 Mb [31.242s][info][gc] Trigger: Start next cycle immediately Allocated: 726 Mb Allocated: 702 Mb Allocated: 652 Mb Allocated: 676 Mb Allocated: 693 Mb [31.251s][info][gc] GC(268) Concurrent reset 8.246ms [31.258s][info][gc] GC(268) Pause Init Mark 4.819ms Allocated: 717 Mb Allocated: 702 Mb [31.259s][info][gc] GC(268) Concurrent marking roots 1.693ms Allocated: 733 Mb [31.275s][info][gc] GC(268) Concurrent marking 15.581ms [31.276s][info][gc] GC(268) Pause Final Mark 0.971ms [31.276s][info][gc] GC(268) Failed to allocate 112B for evacuation [31.276s][info][gc] GC(268) Cancelling GC: Allocation Failure During Evacuation [31.277s][info][gc] GC(268) Concurrent thread roots 0.659ms [31.277s][info][gc] GC(268) Concurrent weak references 0.085ms [31.278s][info][gc] GC(268) Concurrent weak roots 1.326ms [31.302s][info][gc] GC(268) Concurrent cleanup 958M->798M(1024M) 24.027ms [31.303s][info][gc] GC(268) Concurrent strong roots 0.495ms Allocated: 705 Mb [31.304s][info][gc] GC(268) Concurrent evacuation 1.627ms [31.305s][info][gc] Trigger: Handle Allocation Failure [31.495s][info][gc] GC(269) Pause Full 798M->678M(1024M) 189.563ms [31.496s][info][gc] Trigger: Start next cycle immediately Allocated: 720 Mb Allocated: 706 Mb [31.504s][info][gc] GC(270) Concurrent reset 7.719ms [31.510s][info][gc] GC(270) Pause Init Mark 4.536ms Allocated: 678 Mb [31.511s][info][gc] GC(270) Concurrent marking roots 1.329ms Allocated: 723 Mb [31.526s][info][gc] GC(270) Concurrent marking 15.508ms [31.527s][info][gc] GC(270) Pause Final Mark 0.633ms [31.527s][info][gc] GC(270) Failed to allocate 120B for evacuation [31.527s][info][gc] GC(270) Cancelling GC: Allocation Failure During Evacuation [31.528s][info][gc] GC(270) Concurrent thread roots 0.690ms [31.528s][info][gc] GC(270) Concurrent weak references 0.071ms [31.529s][info][gc] GC(270) Concurrent weak roots 1.301ms Allocated: 747 Mb [31.544s][info][gc] GC(270) Concurrent cleanup 835M->786M(1024M) 14.619ms [31.544s][info][gc] GC(270) Concurrent strong roots 0.471ms [31.546s][info][gc] GC(270) Concurrent evacuation 1.650ms [31.547s][info][gc] Trigger: Handle Allocation Failure [31.547s][info][gc] GC(271) Cancelling GC: Allocation Failure During Evacuation [31.549s][info][gc] GC(271) Cannot finish degeneration, upgrading to Full GC [31.744s][info][gc] GC(271) Pause Degenerated GC (Evacuation) 786M->692M(1024M) 196.900ms [31.746s][info][gc] Trigger: Start next cycle immediately Allocated: 737 Mb Allocated: 729 Mb [31.754s][info][gc] GC(272) Concurrent reset 8.057ms [31.763s][info][gc] GC(272) Pause Init Mark 4.635ms Allocated: 716 Mb Allocated: 707 Mb [31.766s][info][gc] GC(272) Concurrent marking roots 2.315ms Allocated: 689 Mb [31.780s][info][gc] GC(272) Concurrent marking 14.433ms [31.781s][info][gc] GC(272) Pause Final Mark 0.735ms [31.781s][info][gc] GC(272) Failed to allocate 112B for evacuation [31.781s][info][gc] GC(272) Cancelling GC: Allocation Failure During Evacuation [31.782s][info][gc] GC(272) Concurrent thread roots 0.675ms [31.782s][info][gc] GC(272) Concurrent weak references 0.079ms [31.783s][info][gc] GC(272) Concurrent weak roots 1.298ms Allocated: 714 Mb [31.800s][info][gc] GC(272) Concurrent cleanup 900M->798M(1024M) 17.010ms [31.801s][info][gc] GC(272) Concurrent strong roots 0.482ms [31.802s][info][gc] GC(272) Concurrent evacuation 1.655ms [31.803s][info][gc] Trigger: Handle Allocation Failure [31.808s][info][gc] GC(273) Cancelling GC: Allocation Failure During Evacuation [31.809s][info][gc] GC(273) Cannot finish degeneration, upgrading to Full GC [32.003s][info][gc] GC(273) Pause Degenerated GC (Evacuation) 853M->741M(1024M) 195.580ms Allocated: 740 Mb Allocated: 712 Mb [32.006s][info][gc] Trigger: Start next cycle immediately [32.014s][info][gc] GC(274) Concurrent reset 8.041ms [32.021s][info][gc] GC(274) Pause Init Mark (unload classes) 4.347ms Allocated: 740 Mb [32.022s][info][gc] GC(274) Concurrent marking roots 1.198ms Allocated: 721 Mb [32.036s][info][gc] GC(274) Concurrent marking (unload classes) 14.307ms [32.037s][info][gc] GC(274) Pause Final Mark (unload classes) 0.567ms [32.037s][info][gc] GC(274) Failed to allocate 96B for evacuation [32.037s][info][gc] GC(274) Cancelling GC: Allocation Failure During Evacuation [32.038s][info][gc] GC(274) Concurrent thread roots 0.679ms [32.038s][info][gc] GC(274) Concurrent weak references 0.069ms [32.039s][info][gc] GC(274) Concurrent weak roots 1.451ms [32.051s][info][gc] GC(274) Concurrent cleanup 888M->813M(1024M) 11.566ms Allocated: 684 Mb [32.053s][info][gc] GC(274) Concurrent class unloading 1.588ms [32.053s][info][gc] GC(274) Concurrent strong roots 0.255ms [32.054s][info][gc] GC(274) Concurrent evacuation 1.670ms [32.056s][info][gc] Trigger: Handle Allocation Failure [32.056s][info][gc] GC(275) Cancelling GC: Allocation Failure During Evacuation [32.058s][info][gc] GC(275) Cannot finish degeneration, upgrading to Full GC [32.234s][info][gc] GC(275) Pause Degenerated GC (Evacuation) 813M->685M(1024M) 177.778ms [32.235s][info][gc] Trigger: Start next cycle immediately Allocated: 727 Mb Allocated: 737 Mb [32.243s][info][gc] GC(276) Concurrent reset 7.823ms [32.247s][info][gc] GC(276) Pause Init Mark (unload classes) 4.467ms Allocated: 674 Mb [32.249s][info][gc] GC(276) Concurrent marking roots 1.191ms Allocated: 681 Mb Allocated: 699 Mb Allocated: 703 Mb Allocated: 716 Mb Allocated: 701 Mb [32.262s][info][gc] GC(276) Concurrent marking (unload classes) 13.178ms [32.263s][info][gc] GC(276) Pause Final Mark (unload classes) 0.682ms [32.263s][info][gc] GC(276) Failed to allocate 112B for evacuation [32.263s][info][gc] GC(276) Cancelling GC: Allocation Failure During Evacuation [32.263s][info][gc] GC(276) Concurrent thread roots 0.676ms [32.263s][info][gc] GC(276) Concurrent weak references 0.070ms [32.265s][info][gc] GC(276) Concurrent weak roots 1.453ms Allocated: 716 Mb Allocated: 680 Mb [32.280s][info][gc] GC(276) Concurrent cleanup 862M->779M(1024M) 15.239ms [32.282s][info][gc] GC(276) Concurrent class unloading 1.553ms [32.282s][info][gc] GC(276) Concurrent strong roots 0.253ms [32.284s][info][gc] GC(276) Concurrent evacuation 1.624ms [32.285s][info][gc] Trigger: Handle Allocation Failure [32.285s][info][gc] GC(277) Cancelling GC: Allocation Failure During Evacuation [32.287s][info][gc] GC(277) Cannot finish degeneration, upgrading to Full GC [32.471s][info][gc] GC(277) Pause Degenerated GC (Evacuation) 779M->681M(1024M) 186.159ms [32.472s][info][gc] Trigger: Start next cycle immediately Allocated: 724 Mb Allocated: 683 Mb Allocated: 696 Mb [32.480s][info][gc] GC(278) Concurrent reset 7.931ms [32.487s][info][gc] GC(278) Pause Init Mark 4.514ms Allocated: 737 Mb [32.488s][info][gc] GC(278) Concurrent marking roots 1.166ms Allocated: 747 Mb Allocated: 667 Mb [32.507s][info][gc] GC(278) Concurrent marking 18.646ms [32.507s][info][gc] GC(278) Pause Final Mark 0.435ms [32.507s][info][gc] GC(278) Failed to allocate 112B for evacuation [32.507s][info][gc] GC(278) Cancelling GC: Allocation Failure During Evacuation [32.508s][info][gc] GC(278) Concurrent thread roots 0.668ms [32.508s][info][gc] GC(278) Concurrent weak references 0.082ms [32.509s][info][gc] GC(278) Concurrent weak roots 1.316ms [32.517s][info][gc] GC(278) Concurrent cleanup 880M->824M(1024M) 7.723ms [32.518s][info][gc] GC(278) Concurrent strong roots 0.495ms Allocated: 682 Mb [32.519s][info][gc] GC(278) Concurrent evacuation 1.630ms [32.520s][info][gc] Trigger: Handle Allocation Failure [32.720s][info][gc] GC(279) Pause Full 840M->684M(1024M) 199.881ms [32.722s][info][gc] Trigger: Start next cycle immediately Allocated: 715 Mb Allocated: 733 Mb Allocated: 691 Mb [32.730s][info][gc] GC(280) Concurrent reset 8.045ms [32.738s][info][gc] GC(280) Pause Init Mark (unload classes) 4.569ms Allocated: 734 Mb [32.739s][info][gc] GC(280) Concurrent marking roots 1.179ms Allocated: 715 Mb Allocated: 726 Mb [32.753s][info][gc] GC(280) Concurrent marking (unload classes) 14.097ms [32.754s][info][gc] GC(280) Pause Final Mark (unload classes) 0.550ms [32.754s][info][gc] GC(280) Failed to allocate 48B for evacuation [32.754s][info][gc] GC(280) Cancelling GC: Allocation Failure During Evacuation [32.755s][info][gc] GC(280) Concurrent thread roots 0.665ms [32.755s][info][gc] GC(280) Concurrent weak references 0.068ms [32.756s][info][gc] GC(280) Concurrent weak roots 1.441ms Allocated: 722 Mb [32.768s][info][gc] GC(280) Concurrent cleanup 883M->854M(1024M) 11.548ms [32.769s][info][gc] GC(280) Concurrent class unloading 1.556ms [32.770s][info][gc] GC(280) Concurrent strong roots 0.248ms [32.771s][info][gc] GC(280) Concurrent evacuation 1.625ms [32.773s][info][gc] Trigger: Handle Allocation Failure [32.775s][info][gc] GC(281) Cancelling GC: Allocation Failure During Evacuation [32.776s][info][gc] GC(281) Cannot finish degeneration, upgrading to Full GC [32.977s][info][gc] GC(281) Pause Degenerated GC (Evacuation) 879M->723M(1024M) 202.757ms Allocated: 722 Mb [32.979s][info][gc] Trigger: Start next cycle immediately [32.986s][info][gc] GC(282) Concurrent reset 7.197ms [32.990s][info][gc] GC(282) Pause Init Mark 4.149ms [32.994s][info][gc] GC(282) Concurrent marking roots 4.242ms Allocated: 718 Mb [33.006s][info][gc] GC(282) Concurrent marking 11.347ms [33.009s][info][gc] GC(282) Pause Final Mark 0.466ms [33.010s][info][gc] Failed to allocate 40B for evacuation [33.010s][info][gc] Cancelling GC: Allocation Failure During Evacuation Allocated: 709 Mb [33.010s][info][gc] GC(282) Concurrent thread roots 0.577ms [33.010s][info][gc] GC(282) Concurrent weak references 0.080ms [33.012s][info][gc] GC(282) Concurrent weak roots 1.302ms [33.019s][info][gc] GC(282) Concurrent cleanup 810M->754M(1024M) 7.305ms [33.019s][info][gc] GC(282) Concurrent strong roots 0.480ms [33.021s][info][gc] GC(282) Concurrent evacuation 1.646ms [33.022s][info][gc] Trigger: Handle Allocation Failure [33.026s][info][gc] GC(283) Cancelling GC: Allocation Failure During Evacuation [33.028s][info][gc] GC(283) Cannot finish degeneration, upgrading to Full GC [33.145s][info][gc] GC(283) Pause Degenerated GC (Evacuation) 793M->714M(1024M) 118.925ms Allocated: 713 Mb Allocated: 671 Mb [33.146s][info][gc] Trigger: Start next cycle immediately Allocated: 688 Mb Allocated: 695 Mb Allocated: 714 Mb [33.154s][info][gc] GC(284) Concurrent reset 7.615ms [33.162s][info][gc] GC(284) Pause Init Mark 4.576ms Allocated: 726 Mb [33.163s][info][gc] GC(284) Concurrent marking roots 1.280ms Allocated: 718 Mb Allocated: 696 Mb [33.179s][info][gc] GC(284) Concurrent marking 15.550ms [33.179s][info][gc] GC(284) Pause Final Mark 0.528ms [33.179s][info][gc] Failed to allocate 40B for evacuation [33.179s][info][gc] Cancelling GC: Allocation Failure During Evacuation [33.180s][info][gc] GC(284) Concurrent thread roots 0.658ms [33.180s][info][gc] GC(284) Concurrent weak references 0.066ms Allocated: 707 Mb [33.181s][info][gc] GC(284) Concurrent weak roots 1.336ms [33.192s][info][gc] GC(284) Concurrent cleanup 867M->790M(1024M) 10.235ms [33.192s][info][gc] GC(284) Concurrent strong roots 0.486ms [33.194s][info][gc] GC(284) Concurrent evacuation 1.633ms [33.195s][info][gc] Trigger: Handle Allocation Failure [33.195s][info][gc] GC(285) Cancelling GC: Allocation Failure During Evacuation [33.197s][info][gc] GC(285) Cannot finish degeneration, upgrading to Full GC [33.391s][info][gc] GC(285) Pause Degenerated GC (Evacuation) 824M->698M(1024M) 195.365ms Allocated: 697 Mb [33.393s][info][gc] Trigger: Start next cycle immediately [33.400s][info][gc] GC(286) Concurrent reset 7.224ms [33.404s][info][gc] GC(286) Pause Init Mark (unload classes) 4.185ms [33.406s][info][gc] GC(286) Concurrent marking roots 1.488ms Allocated: 745 Mb Allocated: 693 Mb Allocated: 698 Mb Allocated: 720 Mb Allocated: 718 Mb Allocated: 679 Mb [33.417s][info][gc] GC(286) Concurrent marking (unload classes) 11.256ms [33.418s][info][gc] GC(286) Pause Final Mark (unload classes) 0.598ms [33.418s][info][gc] GC(286) Failed to allocate 48B for evacuation [33.418s][info][gc] GC(286) Cancelling GC: Allocation Failure During Evacuation [33.419s][info][gc] GC(286) Concurrent thread roots 0.683ms [33.419s][info][gc] GC(286) Concurrent weak references 0.068ms [33.420s][info][gc] GC(286) Concurrent weak roots 1.445ms [33.420s][info][gc] GC(286) Concurrent cleanup 838M->838M(1024M) 0.057ms [33.422s][info][gc] GC(286) Concurrent class unloading 1.511ms [33.422s][info][gc] GC(286) Concurrent strong roots 0.233ms [33.425s][info][gc] GC(286) Concurrent evacuation 2.705ms [33.426s][info][gc] Trigger: Handle Allocation Failure [33.426s][info][gc] GC(287) Cancelling GC: Allocation Failure During Evacuation [33.428s][info][gc] GC(287) Cannot finish degeneration, upgrading to Full GC [33.597s][info][gc] GC(287) Pause Degenerated GC (Evacuation) 886M->727M(1024M) 170.722ms Allocated: 726 Mb [33.598s][info][gc] Trigger: Start next cycle immediately [33.606s][info][gc] GC(288) Concurrent reset 7.415ms [33.614s][info][gc] GC(288) Pause Init Mark 4.601ms Allocated: 711 Mb [33.615s][info][gc] GC(288) Concurrent marking roots 1.340ms Allocated: 709 Mb Allocated: 688 Mb [33.629s][info][gc] GC(288) Concurrent marking 13.629ms [33.629s][info][gc] GC(288) Pause Final Mark 0.444ms [33.629s][info][gc] Failed to allocate 40B for evacuation [33.629s][info][gc] Cancelling GC: Allocation Failure During Evacuation [33.630s][info][gc] GC(288) Concurrent thread roots 0.678ms [33.630s][info][gc] GC(288) Concurrent weak references 0.073ms [33.631s][info][gc] GC(288) Concurrent weak roots 1.291ms [33.640s][info][gc] GC(288) Concurrent cleanup 813M->751M(1024M) 8.369ms [33.640s][info][gc] GC(288) Concurrent strong roots 0.492ms [33.642s][info][gc] GC(288) Concurrent evacuation 1.650ms [33.643s][info][gc] Trigger: Handle Allocation Failure [33.795s][info][gc] GC(289) Pause Full 797M->735M(1024M) 149.403ms Allocated: 734 Mb [33.797s][info][gc] Trigger: Start next cycle immediately [33.804s][info][gc] GC(290) Concurrent reset 7.402ms [33.808s][info][gc] GC(290) Pause Init Mark 4.326ms [33.810s][info][gc] GC(290) Concurrent marking roots 1.767ms Allocated: 720 Mb Allocated: 685 Mb [33.833s][info][gc] Cancelling GC: Stopping VM [33.835s][info][gc] GC(290) Concurrent marking 24.460ms ----------System.err:(1/15)---------- STATUS:Passed. ----------rerun:(42/3886)*---------- cd /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/scratch && \\ HOME=/home/runner \\ LANG=C.UTF-8 \\ LC_ALL=C \\ PATH=/bin:/usr/bin:/usr/sbin \\ TEST_IMAGE_DIR=/home/runner/work/jdk/jdk/bundles/tests \\ XDG_CONFIG_HOME=/home/runner/.config \\ XDG_RUNTIME_DIR=/run/user/1001 \\ _JVM_DWARF_PATH=/home/runner/work/jdk/jdk/bundles/symbols/jdk-22/fastdebug \\ CLASSPATH=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib:/home/runner/work/jdk/jdk/test/lib:/home/runner/work/jdk/jdk/jtreg/installed/lib/javatest.jar:/home/runner/work/jdk/jdk/jtreg/installed/lib/jtreg.jar \\ /home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug/bin/java \\ -Dtest.vm.opts='-XX:MaxRAMPercentage=25 -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -Dtest.tool.vm.opts='-J-XX:MaxRAMPercentage=25 -J-Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -J-Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -Dtest.compiler.opts= \\ -Dtest.java.opts=-XX:-CreateCoredumpOnCrash \\ -Dtest.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -Dcompile.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -Dtest.timeout.factor=4.0 \\ -Dtest.nativepath=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -Dtest.root=/home/runner/work/jdk/jdk/test/hotspot/jtreg \\ -Dtest.name=gc/TestAllocHumongousFragment.java#aggressive \\ -Dtest.file=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java \\ -Dtest.src=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc \\ -Dtest.src.path=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/test/lib \\ -Dtest.classes=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d \\ -Dtest.class.path=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -Dtest.class.path.prefix=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -XX:MaxRAMPercentage=25 \\ -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk \\ -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp \\ -XX:-CreateCoredumpOnCrash \\ -Djava.library.path=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -Xmx1g \\ -Xms1g \\ -Xlog:gc \\ -XX:+UnlockDiagnosticVMOptions \\ -XX:+UnlockExperimentalVMOptions \\ -XX:ShenandoahTargetNumRegions=2048 \\ -XX:+UseShenandoahGC \\ -XX:ShenandoahGCHeuristics=aggressive \\ -XX:+ShenandoahOOMDuringEvacALot \\ com.sun.javatest.regtest.agent.MainWrapper /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/gc/TestAllocHumongousFragment_aggressive.d/main.2.jta result: Passed. Execution successful #section:build ----------messages:(5/186)---------- command: build TestAllocHumongousFragment reason: Named class compiled on demand started: Mon Nov 13 22:15:36 UTC 2023 finished: Mon Nov 13 22:15:36 UTC 2023 elapsed time (seconds): 0.0 result: Passed. All files up to date #section:main ----------messages:(6/688)---------- command: main -Xmx1g -Xms1g -Xlog:gc -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:ShenandoahTargetNumRegions=2048 -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahAllocFailureALot TestAllocHumongousFragment reason: User specified action: run main/othervm -Xmx1g -Xms1g -Xlog:gc -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:ShenandoahTargetNumRegions=2048 -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahAllocFailureALot TestAllocHumongousFragment started: Mon Nov 13 22:15:36 UTC 2023 Mode: othervm [/othervm specified] finished: Mon Nov 13 22:15:54 UTC 2023 elapsed time (seconds): 17.449 ----------configuration:(0/0)---------- ----------System.out:(1384/71377)---------- [0.001s][info][gc] Min heap equals to max heap, disabling ShenandoahUncommit [0.007s][info][gc] Heuristics ergonomically sets -XX:+ExplicitGCInvokesConcurrent [0.007s][info][gc] Heuristics ergonomically sets -XX:+ShenandoahImplicitGCInvokesConcurrent [0.007s][info][gc] Using Shenandoah [0.007s][info][gc] Heuristics ergonomically sets -XX:ShenandoahImmediateThreshold=100 [0.007s][info][gc] Heuristics ergonomically sets -XX:ShenandoahUnloadClassesFrequency=1 [0.456s][info][gc] Trigger: Start next cycle immediately [0.460s][info][gc] GC(0) Concurrent reset 4.150ms [0.464s][info][gc] GC(0) Pause Init Mark (unload classes) 3.573ms [0.465s][info][gc] GC(0) Concurrent marking roots 0.449ms [0.467s][info][gc] GC(0) Concurrent marking (unload classes) 1.663ms [0.476s][info][gc] GC(0) Pause Final Mark (unload classes) 0.138ms [0.477s][info][gc] Failed to allocate TLAB, 510K [0.477s][info][gc] Cancelling GC: Allocation Failure [0.478s][info][gc] GC(0) Concurrent thread roots 1.104ms [0.478s][info][gc] GC(0) Concurrent weak references 0.044ms [0.478s][info][gc] GC(0) Concurrent weak roots 0.299ms [0.478s][info][gc] GC(0) Concurrent cleanup 2M->2M(1024M) 0.057ms [0.478s][info][gc] GC(0) Concurrent class unloading 0.077ms [0.478s][info][gc] GC(0) Concurrent strong roots 0.183ms [0.479s][info][gc] GC(0) Concurrent evacuation 0.551ms [0.480s][info][gc] Trigger: Handle Allocation Failure [0.483s][info][gc] GC(1) Pause Degenerated GC (Evacuation) 2M->0M(1024M) 2.594ms [0.484s][info][gc] Trigger: Start next cycle immediately [0.487s][info][gc] Failed to allocate TLAB, 510K [0.487s][info][gc] Cancelling GC: Allocation Failure [0.490s][info][gc] GC(2) Concurrent reset 5.605ms [0.493s][info][gc] GC(2) Pause Init Mark 3.618ms [0.496s][info][gc] GC(2) Concurrent marking roots 2.546ms [0.497s][info][gc] Trigger: Handle Allocation Failure [0.510s][info][gc] GC(3) Pause Degenerated GC (Outside of Cycle) 1M->0M(1024M) 13.122ms [0.515s][info][gc] Trigger: Start next cycle immediately [0.522s][info][gc] GC(4) Concurrent reset 7.205ms [0.526s][info][gc] GC(4) Pause Init Mark 3.642ms [0.528s][info][gc] GC(4) Concurrent marking roots 0.619ms [0.531s][info][gc] GC(4) Concurrent marking 3.529ms [0.532s][info][gc] GC(4) Pause Final Mark 0.123ms [0.534s][info][gc] GC(4) Concurrent thread roots 1.296ms [0.534s][info][gc] GC(4) Concurrent weak references 0.047ms [0.535s][info][gc] GC(4) Concurrent weak roots 0.658ms [0.536s][info][gc] GC(4) Concurrent cleanup 2M->2M(1024M) 1.446ms [0.537s][info][gc] GC(4) Concurrent strong roots 0.218ms [0.538s][info][gc] GC(4) Concurrent evacuation 1.344ms [0.538s][info][gc] GC(4) Pause Init Update Refs 0.035ms [0.538s][info][gc] Failed to allocate TLAB, 510K [0.538s][info][gc] Cancelling GC: Allocation Failure [0.538s][info][gc] GC(4) Concurrent update references 0.089ms [0.539s][info][gc] Trigger: Handle Allocation Failure [0.544s][info][gc] GC(5) Pause Degenerated GC (Update Refs) 2M->1M(1024M) 4.390ms [0.545s][info][gc] Trigger: Start next cycle immediately [0.552s][info][gc] GC(6) Concurrent reset 7.310ms [0.556s][info][gc] GC(6) Pause Init Mark (unload classes) 3.643ms [0.564s][info][gc] GC(6) Concurrent marking roots 7.763ms [0.570s][info][gc] GC(6) Concurrent marking (unload classes) 5.945ms [0.570s][info][gc] GC(6) Pause Final Mark (unload classes) 0.166ms [0.571s][info][gc] GC(6) Concurrent thread roots 0.653ms [0.573s][info][gc] GC(6) Concurrent weak references 2.296ms [0.575s][info][gc] GC(6) Concurrent weak roots 1.186ms [0.575s][info][gc] GC(6) Concurrent cleanup 3M->3M(1024M) 0.058ms [0.575s][info][gc] GC(6) Concurrent class unloading 0.584ms [0.575s][info][gc] GC(6) Concurrent strong roots 0.212ms [0.577s][info][gc] GC(6) Concurrent evacuation 1.529ms [0.577s][info][gc] GC(6) Pause Init Update Refs 0.027ms [0.584s][info][gc] GC(6) Concurrent update references 6.341ms [0.585s][info][gc] GC(6) Concurrent update thread roots 1.043ms [0.585s][info][gc] GC(6) Pause Final Update Refs 0.095ms [0.585s][info][gc] GC(6) Concurrent cleanup 4M->2M(1024M) 0.311ms [0.586s][info][gc] Trigger: Start next cycle immediately [0.590s][info][gc] GC(7) Concurrent reset 3.711ms [0.594s][info][gc] GC(7) Pause Init Mark 3.635ms [0.595s][info][gc] GC(7) Concurrent marking roots 1.282ms [0.606s][info][gc] GC(7) Concurrent marking 10.821ms [0.606s][info][gc] GC(7) Pause Final Mark 0.131ms [0.607s][info][gc] GC(7) Concurrent thread roots 0.763ms [0.607s][info][gc] GC(7) Concurrent weak references 0.046ms [0.608s][info][gc] GC(7) Concurrent weak roots 0.682ms [0.608s][info][gc] GC(7) Concurrent cleanup 3M->3M(1024M) 0.056ms [0.608s][info][gc] GC(7) Concurrent strong roots 0.314ms [0.610s][info][gc] GC(7) Concurrent evacuation 2.024ms [0.610s][info][gc] GC(7) Pause Init Update Refs 0.051ms [0.617s][info][gc] GC(7) Concurrent update references 6.510ms [0.618s][info][gc] GC(7) Concurrent update thread roots 0.832ms [0.618s][info][gc] GC(7) Pause Final Update Refs 0.080ms [0.618s][info][gc] GC(7) Concurrent cleanup 4M->2M(1024M) 0.370ms [0.619s][info][gc] Trigger: Start next cycle immediately [0.628s][info][gc] GC(8) Concurrent reset 8.483ms [0.633s][info][gc] GC(8) Pause Init Mark 3.600ms [0.633s][info][gc] Failed to allocate TLAB, 510K [0.633s][info][gc] Cancelling GC: Allocation Failure [0.634s][info][gc] GC(8) Concurrent marking roots 0.930ms [0.635s][info][gc] Trigger: Handle Allocation Failure [0.656s][info][gc] GC(9) Pause Degenerated GC (Outside of Cycle) 2M->1M(1024M) 20.883ms [0.657s][info][gc] Trigger: Start next cycle immediately [0.663s][info][gc] GC(10) Concurrent reset 5.555ms [0.666s][info][gc] GC(10) Pause Init Mark 3.624ms [0.667s][info][gc] GC(10) Concurrent marking roots 0.771ms [0.673s][info][gc] GC(10) Concurrent marking 6.044ms [0.673s][info][gc] GC(10) Pause Final Mark 0.120ms [0.674s][info][gc] GC(10) Concurrent thread roots 0.672ms [0.674s][info][gc] GC(10) Concurrent weak references 0.018ms [0.675s][info][gc] GC(10) Concurrent weak roots 0.711ms [0.675s][info][gc] GC(10) Concurrent cleanup 3M->3M(1024M) 0.056ms [0.675s][info][gc] GC(10) Concurrent strong roots 0.346ms [0.677s][info][gc] GC(10) Concurrent evacuation 2.138ms [0.679s][info][gc] GC(10) Pause Init Update Refs 0.035ms [0.684s][info][gc] Failed to allocate TLAB, 512K [0.684s][info][gc] Cancelling GC: Allocation Failure [0.685s][info][gc] GC(10) Concurrent update references 6.579ms [0.686s][info][gc] Trigger: Handle Allocation Failure [0.688s][info][gc] GC(11) Pause Degenerated GC (Update Refs) 3M->1M(1024M) 1.135ms [0.689s][info][gc] Trigger: Start next cycle immediately [0.692s][info][gc] GC(12) Concurrent reset 3.663ms [0.696s][info][gc] GC(12) Pause Init Mark 3.544ms [0.697s][info][gc] GC(12) Concurrent marking roots 0.762ms [0.703s][info][gc] GC(12) Concurrent marking 6.095ms [0.704s][info][gc] GC(12) Pause Final Mark 0.118ms [0.705s][info][gc] GC(12) Concurrent thread roots 0.928ms [0.705s][info][gc] GC(12) Concurrent weak references 0.017ms [0.706s][info][gc] Failed to allocate TLAB, 511K [0.706s][info][gc] Cancelling GC: Allocation Failure [0.706s][info][gc] GC(12) Concurrent weak roots 0.623ms [0.706s][info][gc] GC(12) Concurrent cleanup 3M->3M(1024M) 0.056ms [0.706s][info][gc] GC(12) Concurrent strong roots 0.361ms [0.706s][info][gc] GC(12) Concurrent evacuation 0.027ms [0.707s][info][gc] Trigger: Handle Allocation Failure [0.717s][info][gc] GC(13) Pause Degenerated GC (Evacuation) 3M->1M(1024M) 9.675ms [0.718s][info][gc] Trigger: Start next cycle immediately [0.722s][info][gc] GC(14) Concurrent reset 3.681ms [0.726s][info][gc] GC(14) Pause Init Mark (unload classes) 3.627ms [0.727s][info][gc] GC(14) Concurrent marking roots 1.010ms [0.733s][info][gc] GC(14) Concurrent marking (unload classes) 6.660ms [0.734s][info][gc] GC(14) Pause Final Mark (unload classes) 0.119ms [0.734s][info][gc] Failed to allocate TLAB, 512K [0.734s][info][gc] Cancelling GC: Allocation Failure [0.735s][info][gc] GC(14) Allocation failure was successfully injected [0.736s][info][gc] GC(14) Concurrent thread roots 1.838ms [0.736s][info][gc] GC(14) Concurrent weak references 0.039ms [0.736s][info][gc] GC(14) Concurrent weak roots 0.652ms [0.736s][info][gc] GC(14) Concurrent cleanup 2M->2M(1024M) 0.057ms [0.737s][info][gc] GC(14) Concurrent class unloading 0.382ms [0.737s][info][gc] GC(14) Concurrent strong roots 0.327ms [0.737s][info][gc] GC(14) Concurrent evacuation 0.050ms [0.738s][info][gc] Trigger: Handle Allocation Failure [0.749s][info][gc] GC(15) Pause Degenerated GC (Evacuation) 2M->1M(1024M) 10.823ms [0.751s][info][gc] Trigger: Start next cycle immediately [0.763s][info][gc] GC(16) Concurrent reset 12.265ms [0.767s][info][gc] GC(16) Pause Init Mark (unload classes) 3.688ms [0.769s][info][gc] GC(16) Concurrent marking roots 0.775ms [0.783s][info][gc] GC(16) Concurrent marking (unload classes) 13.731ms [0.783s][info][gc] GC(16) Pause Final Mark (unload classes) 0.176ms [0.783s][info][gc] Failed to allocate TLAB, 512K [0.783s][info][gc] Cancelling GC: Allocation Failure [0.784s][info][gc] GC(16) Allocation failure was successfully injected [0.786s][info][gc] GC(16) Concurrent thread roots 2.474ms [0.786s][info][gc] GC(16) Concurrent weak references 0.060ms [0.786s][info][gc] GC(16) Concurrent weak roots 0.761ms [0.787s][info][gc] GC(16) Concurrent cleanup 2M->2M(1024M) 0.057ms [0.787s][info][gc] GC(16) Concurrent class unloading 0.460ms [0.787s][info][gc] GC(16) Concurrent strong roots 0.368ms [0.788s][info][gc] GC(16) Concurrent evacuation 0.173ms [0.789s][info][gc] Trigger: Handle Allocation Failure [0.820s][info][gc] GC(17) Pause Full 2M->0M(1024M) 31.264ms [0.822s][info][gc] Trigger: Start next cycle immediately [0.826s][info][gc] GC(18) Concurrent reset 3.738ms [0.829s][info][gc] GC(18) Pause Init Mark (unload classes) 3.625ms [0.831s][info][gc] GC(18) Concurrent marking roots 1.579ms [0.838s][info][gc] GC(18) Concurrent marking (unload classes) 7.354ms [0.838s][info][gc] GC(18) Pause Final Mark (unload classes) 0.120ms [0.840s][info][gc] GC(18) Concurrent thread roots 1.566ms [0.840s][info][gc] GC(18) Concurrent weak references 0.045ms [0.841s][info][gc] GC(18) Concurrent weak roots 0.927ms [0.841s][info][gc] GC(18) Concurrent cleanup 3M->3M(1024M) 0.057ms [0.843s][info][gc] GC(18) Concurrent class unloading 1.918ms [0.844s][info][gc] GC(18) Concurrent strong roots 0.941ms For random generator using seed: [0.846s][info][gc] GC(18) Concurrent evacuation 2.457ms [0.847s][info][gc] GC(18) Pause Init Update Refs 0.033ms [0.861s][info][gc] GC(18) Concurrent update references 14.085ms [0.863s][info][gc] GC(18) Concurrent update thread roots 2.104ms [0.863s][info][gc] GC(18) Pause Final Update Refs 0.266ms [0.863s][info][gc] GC(18) Concurrent cleanup 4M->2M(1024M) 0.245ms [0.865s][info][gc] Trigger: Start next cycle immediately [0.873s][info][gc] GC(19) Concurrent reset 8.516ms [0.880s][info][gc] GC(19) Pause Init Mark 6.859ms [0.883s][info][gc] GC(19) Concurrent marking roots 1.688ms [0.893s][info][gc] GC(19) Concurrent marking 9.758ms [0.893s][info][gc] GC(19) Pause Final Mark 0.177ms [0.896s][info][gc] GC(19) Concurrent thread roots 3.268ms [0.896s][info][gc] GC(19) Concurrent weak references 0.084ms [0.897s][info][gc] GC(19) Concurrent weak roots 1.199ms [0.897s][info][gc] GC(19) Concurrent cleanup 5M->5M(1024M) 0.058ms [0.898s][info][gc] GC(19) Concurrent strong roots 0.474ms [0.901s][info][gc] GC(19) Concurrent evacuation 3.213ms [0.901s][info][gc] GC(19) Pause Init Update Refs 0.069ms [0.912s][info][gc] GC(19) Concurrent update references 10.100ms [0.916s][info][gc] GC(19) Concurrent update thread roots 4.263ms [0.916s][info][gc] GC(19) Pause Final Update Refs 0.118ms [0.917s][info][gc] GC(19) Concurrent cleanup 6M->3M(1024M) 0.453ms [0.918s][info][gc] Trigger: Start next cycle immediately [0.928s][info][gc] GC(20) Concurrent reset 10.623ms [0.935s][info][gc] GC(20) Pause Init Mark (unload classes) 6.866ms [0.937s][info][gc] Failed to allocate TLAB, 511K [0.937s][info][gc] Cancelling GC: Allocation Failure [0.938s][info][gc] GC(20) Concurrent marking roots 1.263ms [0.939s][info][gc] Trigger: Handle Allocation Failure [0.973s][info][gc] GC(21) Pause Degenerated GC (Outside of Cycle) 3M->1M(1024M) 34.257ms [0.975s][info][gc] Trigger: Start next cycle immediately [0.981s][info][gc] GC(22) Concurrent reset 6.292ms [0.988s][info][gc] GC(22) Pause Init Mark (unload classes) 6.859ms [0.991s][info][gc] GC(22) Concurrent marking roots 1.591ms [1.002s][info][gc] GC(22) Concurrent marking (unload classes) 11.422ms [1.002s][info][gc] GC(22) Pause Final Mark (unload classes) 0.121ms [1.003s][info][gc] GC(22) Concurrent thread roots 0.989ms [1.004s][info][gc] GC(22) Concurrent weak references 0.060ms [1.005s][info][gc] GC(22) Concurrent weak roots 1.662ms [1.005s][info][gc] GC(22) Concurrent cleanup 3M->3M(1024M) 0.057ms [1.006s][info][gc] GC(22) Concurrent class unloading 0.704ms [1.006s][info][gc] GC(22) Concurrent strong roots 0.384ms 4979256811976645320 To re-run test with same seed value please add "-Djdk.test.lib.random.seed=4979256811976645320" to command line. [1.016s][info][gc] GC(22) Concurrent evacuation 9.307ms [1.016s][info][gc] GC(22) Pause Init Update Refs 0.049ms [1.028s][info][gc] GC(22) Concurrent update references 12.526ms [1.031s][info][gc] GC(22) Concurrent update thread roots 2.151ms [1.031s][info][gc] GC(22) Pause Final Update Refs 0.093ms [1.031s][info][gc] GC(22) Concurrent cleanup 44M->42M(1024M) 0.391ms [1.032s][info][gc] Trigger: Start next cycle immediately [1.036s][info][gc] GC(23) Concurrent reset 3.945ms [1.040s][info][gc] GC(23) Pause Init Mark (unload classes) 3.558ms [1.042s][info][gc] GC(23) Concurrent marking roots 1.588ms [1.044s][info][gc] Failed to allocate TLAB, 489K [1.044s][info][gc] Cancelling GC: Allocation Failure [1.044s][info][gc] GC(23) Concurrent marking (unload classes) 2.057ms [1.045s][info][gc] Trigger: Handle Allocation Failure [1.078s][info][gc] GC(24) Pause Degenerated GC (Mark) 43M->41M(1024M) 33.069ms [1.079s][info][gc] Trigger: Start next cycle immediately [1.085s][info][gc] GC(25) Concurrent reset 5.609ms [1.088s][info][gc] GC(25) Pause Init Mark 3.615ms [1.091s][info][gc] GC(25) Concurrent marking roots 2.383ms Allocated: 39 Mb Allocated: 95 Mb Allocated: 149 Mb [1.118s][info][gc] GC(25) Concurrent marking 27.257ms [1.121s][info][gc] GC(25) Pause Final Mark 0.143ms [1.121s][info][gc] GC(25) Concurrent thread roots 0.730ms [1.121s][info][gc] GC(25) Concurrent weak references 0.057ms [1.123s][info][gc] GC(25) Concurrent weak roots 1.424ms [1.123s][info][gc] GC(25) Concurrent cleanup 172M->172M(1024M) 0.059ms [1.124s][info][gc] GC(25) Concurrent strong roots 0.637ms Allocated: 168 Mb Allocated: 173 Mb [1.129s][info][gc] GC(25) Concurrent evacuation 5.401ms [1.131s][info][gc] GC(25) Pause Init Update Refs 0.029ms Allocated: 202 Mb [1.140s][info][gc] Failed to allocate Shared, 43365K [1.140s][info][gc] Cancelling GC: Allocation Failure [1.140s][info][gc] GC(25) Concurrent update references 9.190ms [1.142s][info][gc] Trigger: Handle Allocation Failure [1.150s][info][gc] GC(26) Pause Degenerated GC (Update Refs) 208M->205M(1024M) 8.348ms [1.151s][info][gc] Trigger: Start next cycle immediately Allocated: 244 Mb Allocated: 273 Mb Allocated: 284 Mb [1.160s][info][gc] GC(27) Concurrent reset 8.899ms [1.164s][info][gc] GC(27) Pause Init Mark (unload classes) 3.644ms Allocated: 318 Mb [1.165s][info][gc] GC(27) Concurrent marking roots 0.936ms Allocated: 346 Mb Allocated: 354 Mb Allocated: 381 Mb Allocated: 396 Mb [1.183s][info][gc] GC(27) Concurrent marking (unload classes) 18.165ms [1.184s][info][gc] GC(27) Pause Final Mark (unload classes) 0.143ms [1.184s][info][gc] GC(27) Concurrent thread roots 0.695ms [1.184s][info][gc] GC(27) Concurrent weak references 0.059ms [1.186s][info][gc] GC(27) Concurrent weak roots 1.808ms [1.186s][info][gc] GC(27) Concurrent cleanup 445M->445M(1024M) 0.061ms Allocated: 441 Mb [1.187s][info][gc] GC(27) Concurrent class unloading 0.936ms [1.188s][info][gc] GC(27) Concurrent strong roots 0.475ms [1.192s][info][gc] GC(27) Concurrent evacuation 4.630ms [1.193s][info][gc] GC(27) Pause Init Update Refs 0.049ms Allocated: 474 Mb Allocated: 530 Mb Allocated: 564 Mb [1.210s][info][gc] GC(27) Concurrent update references 17.538ms [1.215s][info][gc] GC(27) Concurrent update thread roots 5.351ms Allocated: 619 Mb [1.216s][info][gc] GC(27) Pause Final Update Refs 0.094ms [1.216s][info][gc] Failed to allocate Shared, 48732K [1.216s][info][gc] Cancelling GC: Allocation Failure [1.216s][info][gc] GC(27) Concurrent cleanup 624M->621M(1024M) 0.447ms [1.217s][info][gc] Trigger: Handle Allocation Failure [1.268s][info][gc] GC(28) Pause Degenerated GC (Outside of Cycle) 621M->620M(1024M) 50.601ms [1.269s][info][gc] Trigger: Start next cycle immediately Allocated: 667 Mb Allocated: 708 Mb Allocated: 674 Mb Allocated: 676 Mb Allocated: 736 Mb [1.290s][info][gc] GC(29) Concurrent reset 21.212ms [1.299s][info][gc] GC(29) Pause Init Mark (unload classes) 7.097ms Allocated: 748 Mb [1.300s][info][gc] GC(29) Concurrent marking roots 0.857ms [1.302s][info][gc] Failed to allocate Shared, 43118K [1.302s][info][gc] Cancelling GC: Allocation Failure [1.302s][info][gc] GC(29) Concurrent marking (unload classes) 1.719ms [1.303s][info][gc] Trigger: Handle Allocation Failure [1.352s][info][gc] GC(30) Pause Degenerated GC (Mark) 843M->749M(1024M) 48.574ms [1.353s][info][gc] Trigger: Start next cycle immediately Allocated: 735 Mb Allocated: 733 Mb [1.369s][info][gc] GC(31) Concurrent reset 15.783ms [1.378s][info][gc] GC(31) Pause Init Mark (unload classes) 7.240ms Allocated: 676 Mb [1.380s][info][gc] GC(31) Concurrent marking roots 0.880ms Allocated: 737 Mb [1.388s][info][gc] Failed to allocate Shared, 49234K [1.388s][info][gc] Cancelling GC: Allocation Failure [1.388s][info][gc] GC(31) Concurrent marking (unload classes) 8.328ms [1.389s][info][gc] Trigger: Handle Allocation Failure [1.443s][info][gc] GC(32) Pause Degenerated GC (Mark) 921M->739M(1024M) 54.265ms [1.447s][info][gc] Trigger: Start next cycle immediately Allocated: 725 Mb [1.448s][info][gc] Failed to allocate Shared, 59932K [1.448s][info][gc] Cancelling GC: Allocation Failure [1.454s][info][gc] GC(33) Concurrent reset 7.223ms [1.462s][info][gc] GC(33) Pause Init Mark (unload classes) 7.188ms [1.463s][info][gc] GC(33) Concurrent marking roots 0.933ms [1.464s][info][gc] Trigger: Handle Allocation Failure [1.531s][info][gc] GC(34) Pause Degenerated GC (Outside of Cycle) 787M->670M(1024M) 67.712ms [1.532s][info][gc] Failed to allocate Shared, 59932K [1.532s][info][gc] Cancelling GC: Allocation Failure [1.533s][info][gc] Trigger: Handle Allocation Failure [1.705s][info][gc] GC(35) Pause Full 670M->670M(1024M) 172.250ms [1.706s][info][gc] Trigger: Start next cycle immediately Allocated: 727 Mb [1.714s][info][gc] GC(36) Concurrent reset 7.900ms [1.719s][info][gc] GC(36) Pause Init Mark 4.362ms Allocated: 734 Mb Allocated: 692 Mb [1.720s][info][gc] GC(36) Concurrent marking roots 1.737ms Allocated: 704 Mb Allocated: 660 Mb Allocated: 720 Mb Allocated: 706 Mb [1.743s][info][gc] GC(36) Concurrent marking 22.098ms [1.743s][info][gc] GC(36) Pause Final Mark 0.372ms [1.744s][info][gc] GC(36) Concurrent thread roots 0.692ms [1.744s][info][gc] GC(36) Concurrent weak references 0.091ms [1.745s][info][gc] GC(36) Concurrent weak roots 1.346ms [1.750s][info][gc] GC(36) Concurrent cleanup 914M->935M(1024M) 5.338ms [1.751s][info][gc] GC(36) Concurrent strong roots 0.382ms Allocated: 760 Mb [1.755s][info][gc] GC(36) Concurrent evacuation 3.868ms [1.755s][info][gc] GC(36) Pause Init Update Refs 0.029ms [1.755s][info][gc] Failed to allocate Shared, 55763K [1.755s][info][gc] Cancelling GC: Allocation Failure [1.757s][info][gc] GC(36) Concurrent update references 1.920ms [1.758s][info][gc] Trigger: Handle Allocation Failure [1.770s][info][gc] GC(37) Pause Degenerated GC (Update Refs) 937M->936M(1024M) 12.461ms [1.770s][info][gc] Failed to allocate Shared, 55763K [1.770s][info][gc] Cancelling GC: Allocation Failure [1.772s][info][gc] Trigger: Handle Allocation Failure [1.852s][info][gc] GC(38) Pause Degenerated GC (Outside of Cycle) 936M->683M(1024M) 79.000ms [1.853s][info][gc] Trigger: Start next cycle immediately Allocated: 736 Mb Allocated: 680 Mb [1.859s][info][gc] GC(39) Concurrent reset 6.018ms [1.869s][info][gc] GC(39) Pause Init Mark (unload classes) 4.322ms [1.870s][info][gc] GC(39) Concurrent marking roots 0.986ms Allocated: 744 Mb Allocated: 671 Mb Allocated: 713 Mb Allocated: 675 Mb Allocated: 692 Mb Allocated: 714 Mb [1.881s][info][gc] GC(39) Concurrent marking (unload classes) 11.574ms [1.882s][info][gc] GC(39) Pause Final Mark (unload classes) 0.658ms [1.883s][info][gc] GC(39) Concurrent thread roots 0.706ms [1.883s][info][gc] GC(39) Concurrent weak references 0.074ms [1.884s][info][gc] GC(39) Concurrent weak roots 1.483ms [1.893s][info][gc] GC(39) Concurrent cleanup 908M->877M(1024M) 8.230ms Allocated: 715 Mb [1.894s][info][gc] GC(39) Concurrent class unloading 1.068ms [1.894s][info][gc] GC(39) Concurrent strong roots 0.472ms [1.898s][info][gc] GC(39) Concurrent evacuation 4.134ms [1.898s][info][gc] GC(39) Pause Init Update Refs 0.056ms Allocated: 743 Mb [1.908s][info][gc] Failed to allocate Shared, 52206K [1.908s][info][gc] Cancelling GC: Allocation Failure [1.913s][info][gc] GC(39) Concurrent update references 14.311ms [1.914s][info][gc] Trigger: Handle Allocation Failure [1.917s][info][gc] GC(40) Pause Degenerated GC (Update Refs) 934M->932M(1024M) 2.675ms [1.917s][info][gc] Failed to allocate Shared, 52206K [1.917s][info][gc] Cancelling GC: Allocation Failure [1.918s][info][gc] Trigger: Handle Allocation Failure [1.998s][info][gc] GC(41) Pause Degenerated GC (Outside of Cycle) 932M->656M(1024M) 79.936ms [1.999s][info][gc] Trigger: Start next cycle immediately Allocated: 706 Mb [2.005s][info][gc] GC(42) Concurrent reset 5.775ms [2.009s][info][gc] GC(42) Pause Init Mark (unload classes) 4.415ms Allocated: 701 Mb [2.011s][info][gc] GC(42) Concurrent marking roots 1.237ms Allocated: 731 Mb Allocated: 726 Mb [2.025s][info][gc] GC(42) Concurrent marking (unload classes) 14.516ms Allocated: 673 Mb [2.027s][info][gc] GC(42) Pause Final Mark (unload classes) 0.272ms [2.027s][info][gc] GC(42) Concurrent thread roots 0.637ms [2.027s][info][gc] GC(42) Concurrent weak references 0.045ms [2.028s][info][gc] Failed to allocate Shared, 60573K [2.028s][info][gc] Cancelling GC: Allocation Failure [2.028s][info][gc] GC(42) Concurrent weak roots 0.858ms [2.032s][info][gc] GC(42) Concurrent cleanup 823M->792M(1024M) 4.203ms [2.033s][info][gc] GC(42) Concurrent class unloading 1.010ms [2.034s][info][gc] GC(42) Concurrent strong roots 0.105ms [2.034s][info][gc] GC(42) Concurrent evacuation 0.042ms [2.035s][info][gc] Trigger: Handle Allocation Failure [2.209s][info][gc] GC(43) Pause Full 792M->674M(1024M) 174.025ms [2.210s][info][gc] Trigger: Start next cycle immediately Allocated: 732 Mb Allocated: 722 Mb [2.218s][info][gc] GC(44) Concurrent reset 8.000ms [2.223s][info][gc] GC(44) Pause Init Mark 4.529ms [2.224s][info][gc] GC(44) Concurrent marking roots 1.184ms Allocated: 673 Mb Allocated: 700 Mb [2.238s][info][gc] GC(44) Concurrent marking 14.291ms Allocated: 677 Mb [2.239s][info][gc] GC(44) Pause Final Mark 0.660ms [2.241s][info][gc] GC(44) Concurrent thread roots 1.624ms [2.241s][info][gc] GC(44) Concurrent weak references 0.091ms [2.242s][info][gc] GC(44) Concurrent weak roots 1.376ms [2.251s][info][gc] Failed to allocate Shared, 41072K [2.251s][info][gc] Cancelling GC: Allocation Failure [2.256s][info][gc] GC(44) Concurrent cleanup 807M->707M(1024M) 13.626ms [2.257s][info][gc] GC(44) Concurrent strong roots 0.686ms [2.259s][info][gc] GC(44) Concurrent evacuation 2.291ms [2.260s][info][gc] Trigger: Handle Allocation Failure [2.277s][info][gc] GC(45) Pause Degenerated GC (Evacuation) 708M->707M(1024M) 17.399ms [2.279s][info][gc] Trigger: Start next cycle immediately Allocated: 717 Mb Allocated: 716 Mb [2.285s][info][gc] GC(46) Concurrent reset 6.170ms [2.290s][info][gc] GC(46) Pause Init Mark 4.439ms Allocated: 691 Mb [2.291s][info][gc] GC(46) Concurrent marking roots 1.334ms Allocated: 743 Mb Allocated: 707 Mb [2.309s][info][gc] GC(46) Concurrent marking 18.206ms [2.310s][info][gc] GC(46) Pause Final Mark 0.584ms [2.310s][info][gc] GC(46) Concurrent thread roots 0.599ms [2.311s][info][gc] GC(46) Concurrent weak references 0.057ms Allocated: 705 Mb [2.314s][info][gc] GC(46) Concurrent weak roots 3.466ms Allocated: 699 Mb [2.326s][info][gc] GC(46) Concurrent cleanup 915M->824M(1024M) 12.219ms [2.326s][info][gc] Failed to allocate Shared, 45114K [2.326s][info][gc] Cancelling GC: Allocation Failure [2.327s][info][gc] GC(46) Concurrent strong roots 0.661ms [2.327s][info][gc] GC(46) Concurrent evacuation 0.016ms [2.328s][info][gc] Trigger: Handle Allocation Failure [2.347s][info][gc] GC(47) Pause Degenerated GC (Evacuation) 825M->823M(1024M) 19.150ms [2.347s][info][gc] Failed to allocate Shared, 45114K [2.347s][info][gc] Cancelling GC: Allocation Failure [2.348s][info][gc] Trigger: Handle Allocation Failure [2.403s][info][gc] GC(48) Pause Degenerated GC (Outside of Cycle) 823M->700M(1024M) 54.235ms [2.404s][info][gc] Trigger: Start next cycle immediately Allocated: 743 Mb [2.410s][info][gc] GC(49) Concurrent reset 5.820ms [2.416s][info][gc] GC(49) Pause Init Mark (unload classes) 4.428ms Allocated: 726 Mb Allocated: 676 Mb [2.418s][info][gc] GC(49) Concurrent marking roots 1.938ms Allocated: 708 Mb Allocated: 724 Mb [2.431s][info][gc] GC(49) Concurrent marking (unload classes) 12.963ms [2.432s][info][gc] GC(49) Pause Final Mark (unload classes) 0.480ms [2.432s][info][gc] GC(49) Concurrent thread roots 0.675ms [2.433s][info][gc] GC(49) Concurrent weak references 0.090ms [2.434s][info][gc] GC(49) Concurrent weak roots 1.480ms [2.443s][info][gc] GC(49) Concurrent cleanup 882M->825M(1024M) 9.389ms Allocated: 685 Mb [2.445s][info][gc] GC(49) Concurrent class unloading 1.119ms [2.445s][info][gc] GC(49) Concurrent strong roots 0.486ms [2.447s][info][gc] GC(49) Concurrent evacuation 1.770ms [2.447s][info][gc] GC(49) Pause Init Update Refs 0.057ms Allocated: 730 Mb Allocated: 689 Mb [2.456s][info][gc] Failed to allocate Shared, 45205K [2.456s][info][gc] Cancelling GC: Allocation Failure [2.456s][info][gc] GC(49) Concurrent update references 9.146ms [2.457s][info][gc] Trigger: Handle Allocation Failure [2.462s][info][gc] GC(50) Pause Degenerated GC (Update Refs) 881M->880M(1024M) 4.908ms [2.462s][info][gc] Failed to allocate Shared, 45205K [2.462s][info][gc] Cancelling GC: Allocation Failure [2.463s][info][gc] Trigger: Handle Allocation Failure [2.652s][info][gc] GC(51) Pause Full 880M->690M(1024M) 188.125ms [2.653s][info][gc] Trigger: Start next cycle immediately Allocated: 733 Mb Allocated: 718 Mb [2.661s][info][gc] GC(52) Concurrent reset 7.828ms [2.669s][info][gc] GC(52) Pause Init Mark 4.651ms Allocated: 732 Mb [2.671s][info][gc] GC(52) Concurrent marking roots 1.954ms Allocated: 657 Mb [2.683s][info][gc] GC(52) Concurrent marking 11.325ms [2.687s][info][gc] GC(52) Pause Final Mark 0.591ms [2.687s][info][gc] GC(52) Concurrent thread roots 0.756ms [2.688s][info][gc] GC(52) Concurrent weak references 0.064ms Allocated: 692 Mb Allocated: 703 Mb [2.689s][info][gc] GC(52) Concurrent weak roots 1.398ms [2.700s][info][gc] GC(52) Concurrent cleanup 870M->831M(1024M) 11.490ms [2.701s][info][gc] GC(52) Concurrent strong roots 0.678ms Allocated: 732 Mb [2.705s][info][gc] GC(52) Concurrent evacuation 3.961ms [2.705s][info][gc] GC(52) Pause Init Update Refs 0.039ms Allocated: 723 Mb Allocated: 689 Mb [2.720s][info][gc] GC(52) Concurrent update references 15.176ms [2.721s][info][gc] GC(52) Concurrent update thread roots 0.641ms [2.721s][info][gc] GC(52) Pause Final Update Refs 0.099ms [2.721s][info][gc] GC(52) Concurrent cleanup 874M->930M(1024M) 0.186ms [2.723s][info][gc] Trigger: Start next cycle immediately Allocated: 746 Mb Allocated: 680 Mb [2.729s][info][gc] GC(53) Concurrent reset 6.402ms [2.734s][info][gc] GC(53) Pause Init Mark 4.422ms [2.735s][info][gc] GC(53) Concurrent marking roots 1.007ms Allocated: 696 Mb [2.746s][info][gc] GC(53) Concurrent marking 11.445ms [2.749s][info][gc] GC(53) Pause Final Mark 1.378ms [2.749s][info][gc] GC(53) Concurrent thread roots 0.691ms [2.749s][info][gc] GC(53) Concurrent weak references 0.098ms [2.751s][info][gc] GC(53) Concurrent weak roots 1.398ms [2.756s][info][gc] Failed to allocate Shared, 17695K [2.756s][info][gc] Cancelling GC: Allocation Failure [2.786s][info][gc] GC(53) Concurrent cleanup 961M->699M(1024M) 35.240ms [2.787s][info][gc] GC(53) Concurrent strong roots 0.698ms [2.787s][info][gc] GC(53) Concurrent evacuation 0.179ms [2.788s][info][gc] Trigger: Handle Allocation Failure [2.808s][info][gc] GC(54) Pause Degenerated GC (Evacuation) 700M->699M(1024M) 19.362ms [2.809s][info][gc] Trigger: Start next cycle immediately Allocated: 714 Mb [2.809s][info][gc] Failed to allocate Shared, 55213K [2.809s][info][gc] Cancelling GC: Allocation Failure [2.814s][info][gc] GC(55) Concurrent reset 5.423ms [2.819s][info][gc] GC(55) Pause Init Mark 4.380ms [2.820s][info][gc] GC(55) Concurrent marking roots 1.082ms [2.821s][info][gc] Trigger: Handle Allocation Failure [2.871s][info][gc] GC(56) Pause Degenerated GC (Outside of Cycle) 716M->656M(1024M) 49.898ms [2.872s][info][gc] Trigger: Start next cycle immediately [2.876s][info][gc] Failed to allocate TLAB, 512K [2.876s][info][gc] Cancelling GC: Allocation Failure [2.879s][info][gc] GC(57) Concurrent reset 6.788ms [2.883s][info][gc] GC(57) Pause Init Mark (unload classes) 4.464ms [2.884s][info][gc] GC(57) Concurrent marking roots 0.813ms [2.885s][info][gc] Trigger: Handle Allocation Failure [2.928s][info][gc] GC(58) Cancelling GC: Upgrade To Full GC [3.096s][info][gc] GC(58) Pause Degenerated GC (Outside of Cycle) 710M->710M(1024M) 210.571ms Allocated: 708 Mb [3.097s][info][gc] Trigger: Start next cycle immediately Allocated: 710 Mb [3.105s][info][gc] GC(59) Concurrent reset 7.736ms [3.112s][info][gc] GC(59) Pause Init Mark (unload classes) 4.717ms Allocated: 694 Mb [3.113s][info][gc] GC(59) Concurrent marking roots 0.855ms Allocated: 737 Mb Allocated: 718 Mb Allocated: 743 Mb [3.130s][info][gc] GC(59) Concurrent marking (unload classes) 17.644ms [3.131s][info][gc] GC(59) Pause Final Mark (unload classes) 0.606ms [3.132s][info][gc] GC(59) Concurrent thread roots 0.739ms [3.132s][info][gc] GC(59) Concurrent weak references 0.097ms [3.133s][info][gc] GC(59) Concurrent weak roots 1.493ms [3.146s][info][gc] GC(59) Concurrent cleanup 902M->872M(1024M) 12.882ms Allocated: 721 Mb [3.147s][info][gc] GC(59) Concurrent class unloading 1.187ms [3.148s][info][gc] GC(59) Concurrent strong roots 0.458ms [3.150s][info][gc] GC(59) Concurrent evacuation 1.966ms [3.150s][info][gc] GC(59) Pause Init Update Refs 0.052ms Allocated: 736 Mb [3.161s][info][gc] Failed to allocate Shared, 42066K [3.161s][info][gc] Cancelling GC: Allocation Failure [3.162s][info][gc] GC(59) Concurrent update references 11.731ms [3.163s][info][gc] Trigger: Handle Allocation Failure [3.165s][info][gc] GC(60) Pause Degenerated GC (Update Refs) 919M->918M(1024M) 2.063ms [3.165s][info][gc] Failed to allocate Shared, 42066K [3.165s][info][gc] Cancelling GC: Allocation Failure [3.167s][info][gc] Trigger: Handle Allocation Failure [3.360s][info][gc] GC(61) Pause Full 918M->685M(1024M) 192.907ms [3.362s][info][gc] Trigger: Start next cycle immediately Allocated: 725 Mb Allocated: 703 Mb Allocated: 703 Mb [3.373s][info][gc] GC(62) Concurrent reset 10.561ms [3.379s][info][gc] GC(62) Pause Init Mark 4.525ms [3.381s][info][gc] GC(62) Concurrent marking roots 1.283ms Allocated: 713 Mb Allocated: 756 Mb [3.398s][info][gc] GC(62) Concurrent marking 16.783ms [3.398s][info][gc] GC(62) Pause Final Mark 0.768ms [3.399s][info][gc] GC(62) Concurrent thread roots 0.711ms [3.399s][info][gc] GC(62) Concurrent weak references 0.070ms [3.400s][info][gc] GC(62) Concurrent weak roots 0.785ms [3.418s][info][gc] GC(62) Concurrent cleanup 908M->775M(1024M) 17.493ms [3.418s][info][gc] GC(62) Concurrent strong roots 0.354ms [3.421s][info][gc] GC(62) Concurrent evacuation 3.259ms [3.422s][info][gc] GC(62) Pause Init Update Refs 0.061ms Allocated: 702 Mb [3.434s][info][gc] GC(62) Concurrent update references 12.578ms Allocated: 727 Mb [3.438s][info][gc] GC(62) Concurrent update thread roots 3.159ms [3.440s][info][gc] GC(62) Pause Final Update Refs 0.103ms Allocated: 719 Mb [3.440s][info][gc] Failed to allocate Shared, 35955K [3.440s][info][gc] Cancelling GC: Allocation Failure [3.441s][info][gc] GC(62) Allocation failure was successfully injected [3.441s][info][gc] GC(62) Concurrent cleanup 882M->881M(1024M) 1.252ms [3.442s][info][gc] Trigger: Handle Allocation Failure [3.505s][info][gc] GC(63) Pause Degenerated GC (Outside of Cycle) 881M->697M(1024M) 62.400ms [3.506s][info][gc] Trigger: Start next cycle immediately Allocated: 731 Mb Allocated: 696 Mb [3.512s][info][gc] GC(64) Concurrent reset 5.838ms [3.516s][info][gc] GC(64) Pause Init Mark (unload classes) 4.370ms [3.517s][info][gc] GC(64) Concurrent marking roots 1.130ms Allocated: 719 Mb Allocated: 707 Mb Allocated: 744 Mb [3.532s][info][gc] GC(64) Concurrent marking (unload classes) 14.363ms [3.532s][info][gc] GC(64) Pau ... Output overflow: JT Harness has limited the test output to the text at the beginning and the end, so that you can see how the test began, and how it completed. If you need to see more of the output from the test, set the system property javatest.maxOutputSize to a higher value. The current value is 100000 ... 0.126ms [12.680s][info][gc] GC(222) Concurrent evacuation 0.841ms [12.680s][info][gc] GC(222) Pause Init Update Refs 0.024ms Allocated: 689 Mb [12.691s][info][gc] GC(222) Concurrent update references 11.469ms Allocated: 723 Mb [12.694s][info][gc] Failed to allocate Shared, 22737K [12.694s][info][gc] Cancelling GC: Allocation Failure [12.694s][info][gc] GC(222) Concurrent update thread roots 2.180ms [12.695s][info][gc] Trigger: Handle Allocation Failure [12.696s][info][gc] GC(223) Pause Degenerated GC (Update Refs) 943M->943M(1024M) 1.711ms [12.696s][info][gc] Failed to allocate Shared, 22737K [12.696s][info][gc] Cancelling GC: Allocation Failure [12.698s][info][gc] Trigger: Handle Allocation Failure [12.776s][info][gc] GC(224) Pause Degenerated GC (Outside of Cycle) 943M->696M(1024M) 78.858ms [12.778s][info][gc] Trigger: Start next cycle immediately Allocated: 717 Mb Allocated: 709 Mb [12.784s][info][gc] GC(225) Concurrent reset 6.169ms [12.793s][info][gc] GC(225) Pause Init Mark (unload classes) 4.506ms Allocated: 734 Mb [12.794s][info][gc] GC(225) Concurrent marking roots 1.269ms Allocated: 696 Mb [12.794s][info][gc] Failed to allocate Shared, 47653K [12.794s][info][gc] Cancelling GC: Allocation Failure [12.795s][info][gc] GC(225) Concurrent marking (unload classes) 0.665ms [12.796s][info][gc] Trigger: Handle Allocation Failure [12.841s][info][gc] GC(226) Pause Degenerated GC (Mark) 826M->748M(1024M) 45.008ms [12.842s][info][gc] Trigger: Start next cycle immediately Allocated: 743 Mb Allocated: 706 Mb Allocated: 691 Mb Allocated: 700 Mb [12.848s][info][gc] GC(227) Concurrent reset 6.050ms [12.853s][info][gc] GC(227) Pause Init Mark (unload classes) 4.487ms Allocated: 658 Mb Allocated: 665 Mb [12.854s][info][gc] GC(227) Concurrent marking roots 1.256ms Allocated: 691 Mb Allocated: 692 Mb Allocated: 747 Mb [12.868s][info][gc] GC(227) Concurrent marking (unload classes) 13.788ms [12.869s][info][gc] GC(227) Pause Final Mark (unload classes) 0.953ms [12.870s][info][gc] GC(227) Concurrent thread roots 0.698ms [12.870s][info][gc] GC(227) Concurrent weak references 0.068ms [12.872s][info][gc] GC(227) Concurrent weak roots 1.669ms Allocated: 684 Mb [12.872s][info][gc] Failed to allocate Shared, 17062K [12.872s][info][gc] Cancelling GC: Allocation Failure [12.873s][info][gc] GC(227) Allocation failure was successfully injected [12.895s][info][gc] GC(227) Concurrent cleanup 932M->759M(1024M) 23.621ms [12.897s][info][gc] GC(227) Concurrent class unloading 1.522ms [12.897s][info][gc] GC(227) Concurrent strong roots 0.131ms [12.897s][info][gc] GC(227) Concurrent evacuation 0.049ms [12.898s][info][gc] Trigger: Handle Allocation Failure [12.914s][info][gc] GC(228) Pause Degenerated GC (Evacuation) 759M->759M(1024M) 15.310ms Allocated: 701 Mb [12.916s][info][gc] Trigger: Start next cycle immediately [12.926s][info][gc] GC(229) Concurrent reset 9.698ms [12.934s][info][gc] GC(229) Pause Init Mark 7.228ms Allocated: 724 Mb [12.935s][info][gc] GC(229) Concurrent marking roots 1.385ms Allocated: 674 Mb [12.949s][info][gc] Failed to allocate Shared, 44833K [12.949s][info][gc] Cancelling GC: Allocation Failure [12.950s][info][gc] GC(229) Concurrent marking 14.378ms [12.951s][info][gc] Trigger: Handle Allocation Failure [13.148s][info][gc] GC(230) Pause Full 870M->675M(1024M) 197.401ms [13.150s][info][gc] Trigger: Start next cycle immediately Allocated: 718 Mb Allocated: 669 Mb Allocated: 708 Mb Allocated: 736 Mb [13.163s][info][gc] GC(231) Concurrent reset 13.374ms [13.175s][info][gc] GC(231) Pause Init Mark (unload classes) 7.427ms Allocated: 727 Mb [13.176s][info][gc] GC(231) Concurrent marking roots 1.319ms Allocated: 684 Mb Allocated: 691 Mb [13.189s][info][gc] GC(231) Concurrent marking (unload classes) 12.381ms [13.190s][info][gc] GC(231) Pause Final Mark (unload classes) 1.199ms [13.191s][info][gc] GC(231) Concurrent thread roots 0.698ms [13.191s][info][gc] GC(231) Concurrent weak references 0.083ms [13.192s][info][gc] GC(231) Concurrent weak roots 1.591ms Allocated: 755 Mb [13.212s][info][gc] GC(231) Concurrent cleanup 892M->810M(1024M) 19.944ms Allocated: 746 Mb [13.219s][info][gc] GC(231) Concurrent class unloading 6.809ms [13.219s][info][gc] GC(231) Concurrent strong roots 0.131ms [13.220s][info][gc] GC(231) Concurrent evacuation 0.760ms [13.220s][info][gc] GC(231) Pause Init Update Refs 0.023ms [13.224s][info][gc] Failed to allocate Shared, 61104K [13.224s][info][gc] Cancelling GC: Allocation Failure [13.227s][info][gc] GC(231) Concurrent update references 6.532ms [13.228s][info][gc] Trigger: Handle Allocation Failure [13.233s][info][gc] GC(232) Pause Degenerated GC (Update Refs) 868M->868M(1024M) 5.797ms [13.234s][info][gc] Failed to allocate Shared, 61104K [13.234s][info][gc] Cancelling GC: Allocation Failure [13.235s][info][gc] Trigger: Handle Allocation Failure [13.297s][info][gc] GC(233) Pause Degenerated GC (Outside of Cycle) 868M->685M(1024M) 61.968ms [13.298s][info][gc] Trigger: Start next cycle immediately Allocated: 743 Mb Allocated: 730 Mb [13.307s][info][gc] GC(234) Concurrent reset 9.637ms [13.317s][info][gc] GC(234) Pause Init Mark 7.241ms Allocated: 720 Mb [13.318s][info][gc] GC(234) Concurrent marking roots 1.367ms Allocated: 738 Mb Allocated: 674 Mb [13.334s][info][gc] GC(234) Concurrent marking 15.598ms [13.335s][info][gc] GC(234) Pause Final Mark 0.899ms [13.335s][info][gc] Failed to allocate Shared, 61632K [13.335s][info][gc] Cancelling GC: Allocation Failure [13.335s][info][gc] GC(234) Concurrent thread roots 0.594ms [13.336s][info][gc] GC(234) Concurrent weak references 0.092ms [13.337s][info][gc] GC(234) Concurrent weak roots 1.263ms [13.350s][info][gc] GC(234) Concurrent cleanup 874M->775M(1024M) 12.934ms [13.350s][info][gc] GC(234) Concurrent strong roots 0.391ms [13.350s][info][gc] GC(234) Concurrent evacuation 0.051ms [13.351s][info][gc] Trigger: Handle Allocation Failure [13.364s][info][gc] GC(235) Pause Degenerated GC (Evacuation) 775M->775M(1024M) 12.267ms [13.365s][info][gc] Trigger: Start next cycle immediately Allocated: 735 Mb [13.369s][info][gc] Failed to allocate Shared, 45479K [13.369s][info][gc] Cancelling GC: Allocation Failure [13.374s][info][gc] GC(236) Concurrent reset 9.478ms [13.379s][info][gc] GC(236) Pause Init Mark (unload classes) 4.297ms [13.380s][info][gc] GC(236) Concurrent marking roots 0.902ms [13.381s][info][gc] Trigger: Handle Allocation Failure [13.443s][info][gc] GC(237) Pause Degenerated GC (Outside of Cycle) 835M->678M(1024M) 62.432ms [13.444s][info][gc] Trigger: Start next cycle immediately Allocated: 721 Mb [13.450s][info][gc] GC(238) Concurrent reset 5.787ms [13.455s][info][gc] GC(238) Pause Init Mark (unload classes) 4.435ms Allocated: 721 Mb [13.457s][info][gc] GC(238) Concurrent marking roots 1.281ms [13.465s][info][gc] Failed to allocate Shared, 53468K [13.465s][info][gc] Cancelling GC: Allocation Failure [13.466s][info][gc] GC(238) Concurrent marking (unload classes) 8.992ms [13.467s][info][gc] Trigger: Handle Allocation Failure [13.669s][info][gc] GC(239) Pause Full 764M->678M(1024M) 201.984ms [13.670s][info][gc] Trigger: Start next cycle immediately Allocated: 729 Mb Allocated: 694 Mb [13.678s][info][gc] GC(240) Concurrent reset 8.183ms [13.686s][info][gc] GC(240) Pause Init Mark (unload classes) 4.621ms Allocated: 746 Mb [13.687s][info][gc] GC(240) Concurrent marking roots 1.289ms Allocated: 726 Mb Allocated: 724 Mb [13.704s][info][gc] GC(240) Concurrent marking (unload classes) 16.631ms [13.705s][info][gc] GC(240) Pause Final Mark (unload classes) 0.492ms [13.705s][info][gc] GC(240) Concurrent thread roots 0.695ms [13.705s][info][gc] GC(240) Concurrent weak references 0.099ms [13.707s][info][gc] GC(240) Concurrent weak roots 1.423ms Allocated: 679 Mb Allocated: 692 Mb [13.717s][info][gc] GC(240) Concurrent cleanup 884M->867M(1024M) 9.670ms [13.718s][info][gc] GC(240) Concurrent class unloading 1.466ms [13.718s][info][gc] GC(240) Concurrent strong roots 0.108ms [13.719s][info][gc] GC(240) Concurrent evacuation 0.731ms [13.719s][info][gc] GC(240) Pause Init Update Refs 0.025ms Allocated: 756 Mb [13.728s][info][gc] Failed to allocate Shared, 28994K [13.728s][info][gc] Cancelling GC: Allocation Failure [13.728s][info][gc] GC(240) Concurrent update references 9.347ms [13.730s][info][gc] Trigger: Handle Allocation Failure [13.733s][info][gc] GC(241) Pause Degenerated GC (Update Refs) 930M->930M(1024M) 3.676ms [13.733s][info][gc] Failed to allocate Shared, 28994K [13.733s][info][gc] Cancelling GC: Allocation Failure [13.735s][info][gc] Trigger: Handle Allocation Failure [13.808s][info][gc] GC(242) Pause Degenerated GC (Outside of Cycle) 930M->661M(1024M) 72.859ms [13.809s][info][gc] Trigger: Start next cycle immediately Allocated: 688 Mb Allocated: 691 Mb [13.815s][info][gc] GC(243) Concurrent reset 5.781ms Allocated: 748 Mb [13.816s][info][gc] Failed to allocate Shared, 55882K [13.816s][info][gc] Cancelling GC: Allocation Failure [13.816s][info][gc] GC(243) Allocation failure was successfully injected [13.821s][info][gc] GC(243) Pause Init Mark (unload classes) 4.354ms [13.822s][info][gc] GC(243) Concurrent marking roots 0.882ms [13.823s][info][gc] Trigger: Handle Allocation Failure [13.867s][info][gc] GC(244) Pause Degenerated GC (Outside of Cycle) 750M->677M(1024M) 44.674ms [13.869s][info][gc] Trigger: Start next cycle immediately Allocated: 730 Mb Allocated: 684 Mb [13.875s][info][gc] GC(245) Concurrent reset 5.922ms [13.881s][info][gc] GC(245) Pause Init Mark 4.457ms Allocated: 704 Mb [13.883s][info][gc] GC(245) Concurrent marking roots 1.325ms [13.894s][info][gc] Failed to allocate Shared, 54578K [13.894s][info][gc] Cancelling GC: Allocation Failure [13.894s][info][gc] GC(245) Concurrent marking 11.173ms [13.895s][info][gc] Trigger: Handle Allocation Failure [13.917s][info][gc] GC(246) Pause Degenerated GC (Mark) 770M->706M(1024M) 22.514ms [13.919s][info][gc] Trigger: Start next cycle immediately Allocated: 716 Mb Allocated: 716 Mb [13.925s][info][gc] GC(247) Concurrent reset 6.010ms [13.933s][info][gc] GC(247) Pause Init Mark 4.308ms Allocated: 731 Mb [13.935s][info][gc] GC(247) Concurrent marking roots 1.349ms [13.945s][info][gc] Failed to allocate Shared, 55970K [13.945s][info][gc] Cancelling GC: Allocation Failure [13.945s][info][gc] GC(247) Concurrent marking 10.719ms [13.946s][info][gc] Trigger: Handle Allocation Failure [14.145s][info][gc] GC(248) Pause Full 829M->648M(1024M) 198.534ms [14.146s][info][gc] Trigger: Start next cycle immediately Allocated: 701 Mb [14.154s][info][gc] GC(249) Concurrent reset 8.122ms [14.160s][info][gc] GC(249) Pause Init Mark 4.473ms Allocated: 702 Mb [14.162s][info][gc] GC(249) Concurrent marking roots 1.710ms Allocated: 709 Mb [14.174s][info][gc] Failed to allocate Shared, 46209K [14.174s][info][gc] Cancelling GC: Allocation Failure [14.174s][info][gc] GC(249) Concurrent marking 12.272ms [14.175s][info][gc] Trigger: Handle Allocation Failure [14.197s][info][gc] GC(250) Pause Degenerated GC (Mark) 772M->717M(1024M) 21.683ms [14.198s][info][gc] Trigger: Start next cycle immediately Allocated: 699 Mb Allocated: 716 Mb [14.204s][info][gc] GC(251) Concurrent reset 6.274ms [14.212s][info][gc] GC(251) Pause Init Mark 4.394ms Allocated: 711 Mb [14.213s][info][gc] GC(251) Concurrent marking roots 1.073ms Allocated: 699 Mb [14.229s][info][gc] GC(251) Concurrent marking 15.594ms [14.229s][info][gc] GC(251) Pause Final Mark 0.686ms [14.231s][info][gc] Failed to allocate Shared, 60326K [14.231s][info][gc] Cancelling GC: Allocation Failure [14.231s][info][gc] GC(251) Concurrent thread roots 1.798ms [14.231s][info][gc] GC(251) Concurrent weak references 0.083ms [14.232s][info][gc] GC(251) Concurrent weak roots 1.133ms [14.248s][info][gc] GC(251) Concurrent cleanup 869M->753M(1024M) 15.700ms [14.249s][info][gc] GC(251) Concurrent strong roots 0.477ms [14.249s][info][gc] GC(251) Concurrent evacuation 0.036ms [14.250s][info][gc] Trigger: Handle Allocation Failure [14.262s][info][gc] GC(252) Pause Degenerated GC (Evacuation) 753M->753M(1024M) 12.237ms [14.263s][info][gc] Trigger: Start next cycle immediately Allocated: 758 Mb [14.269s][info][gc] GC(253) Concurrent reset 6.033ms [14.276s][info][gc] GC(253) Pause Init Mark 4.358ms Allocated: 736 Mb [14.277s][info][gc] GC(253) Concurrent marking roots 1.364ms Allocated: 742 Mb [14.293s][info][gc] GC(253) Concurrent marking 15.523ms [14.293s][info][gc] GC(253) Pause Final Mark 0.686ms [14.294s][info][gc] GC(253) Concurrent thread roots 0.698ms [14.294s][info][gc] GC(253) Concurrent weak references 0.098ms [14.296s][info][gc] GC(253) Concurrent weak roots 1.282ms [14.311s][info][gc] GC(253) Concurrent cleanup 910M->848M(1024M) 15.694ms [14.312s][info][gc] GC(253) Concurrent strong roots 0.386ms Allocated: 754 Mb [14.313s][info][gc] GC(253) Concurrent evacuation 0.848ms [14.313s][info][gc] GC(253) Pause Init Update Refs 0.024ms [14.322s][info][gc] Failed to allocate Shared, 19698K [14.322s][info][gc] Cancelling GC: Allocation Failure [14.322s][info][gc] GC(253) Concurrent update references 9.076ms [14.323s][info][gc] Trigger: Handle Allocation Failure [14.328s][info][gc] GC(254) Pause Degenerated GC (Update Refs) 848M->848M(1024M) 4.651ms [14.329s][info][gc] Trigger: Start next cycle immediately Allocated: 713 Mb [14.329s][info][gc] Failed to allocate Shared, 43048K [14.329s][info][gc] Cancelling GC: Allocation Failure [14.335s][info][gc] GC(255) Concurrent reset 5.950ms [14.339s][info][gc] GC(255) Pause Init Mark (unload classes) 4.388ms [14.340s][info][gc] GC(255) Concurrent marking roots 0.869ms [14.341s][info][gc] Trigger: Handle Allocation Failure [14.406s][info][gc] GC(256) Pause Degenerated GC (Outside of Cycle) 867M->652M(1024M) 64.758ms [14.407s][info][gc] Trigger: Start next cycle immediately Allocated: 692 Mb [14.413s][info][gc] GC(257) Concurrent reset 5.839ms [14.420s][info][gc] GC(257) Pause Init Mark 4.470ms [14.421s][info][gc] GC(257) Concurrent marking roots 1.408ms Allocated: 748 Mb Allocated: 656 Mb Allocated: 665 Mb Allocated: 717 Mb Allocated: 657 Mb [14.438s][info][gc] GC(257) Concurrent marking 16.589ms [14.440s][info][gc] GC(257) Pause Final Mark 0.160ms Allocated: 678 Mb [14.441s][info][gc] GC(257) Concurrent thread roots 0.616ms [14.441s][info][gc] GC(257) Concurrent weak references 0.070ms [14.442s][info][gc] GC(257) Concurrent weak roots 1.551ms [14.442s][info][gc] GC(257) Concurrent cleanup 846M->846M(1024M) 0.059ms [14.443s][info][gc] GC(257) Concurrent strong roots 0.328ms [14.443s][info][gc] GC(257) Concurrent evacuation 0.780ms [14.443s][info][gc] GC(257) Pause Init Update Refs 0.025ms Allocated: 706 Mb [14.453s][info][gc] Failed to allocate Shared, 49659K [14.453s][info][gc] Cancelling GC: Allocation Failure [14.454s][info][gc] GC(257) Concurrent update references 10.954ms [14.456s][info][gc] Trigger: Handle Allocation Failure [14.653s][info][gc] GC(258) Pause Full 874M->656M(1024M) 197.712ms [14.654s][info][gc] Trigger: Start next cycle immediately Allocated: 704 Mb Allocated: 721 Mb [14.662s][info][gc] GC(259) Concurrent reset 7.968ms [14.670s][info][gc] GC(259) Pause Init Mark (unload classes) 4.683ms Allocated: 725 Mb [14.672s][info][gc] GC(259) Concurrent marking roots 1.333ms Allocated: 697 Mb Allocated: 697 Mb Allocated: 735 Mb Allocated: 714 Mb [14.686s][info][gc] GC(259) Concurrent marking (unload classes) 14.485ms [14.687s][info][gc] GC(259) Pause Final Mark (unload classes) 0.639ms [14.688s][info][gc] GC(259) Concurrent thread roots 0.725ms [14.689s][info][gc] GC(259) Concurrent weak references 1.127ms [14.690s][info][gc] GC(259) Concurrent weak roots 1.391ms [14.696s][info][gc] Failed to allocate Shared, 50753K [14.696s][info][gc] Cancelling GC: Allocation Failure [14.698s][info][gc] GC(259) Concurrent cleanup 885M->825M(1024M) 8.080ms [14.700s][info][gc] GC(259) Concurrent class unloading 1.472ms [14.700s][info][gc] GC(259) Concurrent strong roots 0.107ms [14.701s][info][gc] GC(259) Concurrent evacuation 0.732ms [14.702s][info][gc] Trigger: Handle Allocation Failure [14.714s][info][gc] GC(260) Pause Degenerated GC (Evacuation) 825M->825M(1024M) 12.227ms [14.715s][info][gc] Trigger: Start next cycle immediately [14.721s][info][gc] GC(261) Concurrent reset 6.066ms [14.726s][info][gc] GC(261) Pause Init Mark (unload classes) 4.438ms Allocated: 736 Mb [14.727s][info][gc] GC(261) Concurrent marking roots 1.443ms Allocated: 688 Mb [14.741s][info][gc] GC(261) Concurrent marking (unload classes) 13.980ms [14.742s][info][gc] GC(261) Pause Final Mark (unload classes) 0.744ms [14.743s][info][gc] GC(261) Concurrent thread roots 0.659ms [14.743s][info][gc] GC(261) Concurrent weak references 0.059ms [14.745s][info][gc] GC(261) Concurrent weak roots 2.488ms [14.747s][info][gc] Failed to allocate Shared, 56601K [14.747s][info][gc] Cancelling GC: Allocation Failure [14.764s][info][gc] GC(261) Concurrent cleanup 897M->760M(1024M) 18.483ms [14.766s][info][gc] GC(261) Concurrent class unloading 1.630ms [14.766s][info][gc] GC(261) Concurrent strong roots 0.129ms [14.766s][info][gc] GC(261) Concurrent evacuation 0.046ms [14.767s][info][gc] Trigger: Handle Allocation Failure [14.780s][info][gc] GC(262) Pause Degenerated GC (Evacuation) 760M->759M(1024M) 12.564ms [14.781s][info][gc] Trigger: Start next cycle immediately Allocated: 743 Mb Allocated: 647 Mb [14.787s][info][gc] GC(263) Concurrent reset 6.158ms [14.796s][info][gc] GC(263) Pause Init Mark (unload classes) 4.486ms Allocated: 706 Mb [14.797s][info][gc] GC(263) Concurrent marking roots 1.213ms [14.797s][info][gc] Failed to allocate Shared, 33143K [14.798s][info][gc] Cancelling GC: Allocation Failure [14.798s][info][gc] GC(263) Concurrent marking (unload classes) 0.710ms [14.799s][info][gc] Trigger: Handle Allocation Failure [14.851s][info][gc] GC(264) Pause Degenerated GC (Mark) 876M->708M(1024M) 52.540ms [14.852s][info][gc] Trigger: Start next cycle immediately Allocated: 716 Mb Allocated: 699 Mb [14.859s][info][gc] GC(265) Concurrent reset 6.024ms [14.863s][info][gc] GC(265) Pause Init Mark 4.496ms Allocated: 717 Mb [14.865s][info][gc] GC(265) Concurrent marking roots 1.350ms Allocated: 694 Mb [14.879s][info][gc] Failed to allocate Shared, 32303K [14.879s][info][gc] Cancelling GC: Allocation Failure [14.879s][info][gc] GC(265) Concurrent marking 14.440ms [14.880s][info][gc] Trigger: Handle Allocation Failure [14.904s][info][gc] GC(266) Pause Degenerated GC (Mark) 827M->755M(1024M) 23.712ms [14.905s][info][gc] Trigger: Start next cycle immediately Allocated: 726 Mb Allocated: 703 Mb [14.909s][info][gc] Failed to allocate Shared, 58103K [14.909s][info][gc] Cancelling GC: Allocation Failure [14.911s][info][gc] GC(267) Concurrent reset 6.193ms [14.916s][info][gc] GC(267) Pause Init Mark (unload classes) 4.437ms [14.917s][info][gc] GC(267) Concurrent marking roots 0.890ms [14.918s][info][gc] Trigger: Handle Allocation Failure [15.086s][info][gc] GC(268) Pause Full 803M->667M(1024M) 168.055ms [15.088s][info][gc] Trigger: Start next cycle immediately Allocated: 722 Mb Allocated: 734 Mb [15.096s][info][gc] GC(269) Concurrent reset 7.986ms [15.105s][info][gc] GC(269) Pause Init Mark 4.726ms Allocated: 727 Mb [15.107s][info][gc] GC(269) Concurrent marking roots 1.406ms Allocated: 751 Mb Allocated: 758 Mb [15.129s][info][gc] GC(269) Concurrent marking 22.058ms [15.130s][info][gc] GC(269) Pause Final Mark 0.620ms [15.130s][info][gc] GC(269) Concurrent thread roots 0.724ms [15.130s][info][gc] GC(269) Concurrent weak references 0.106ms Allocated: 718 Mb [15.136s][info][gc] GC(269) Concurrent weak roots 5.579ms [15.148s][info][gc] GC(269) Concurrent cleanup 989M->933M(1024M) 12.327ms [15.149s][info][gc] GC(269) Concurrent strong roots 0.381ms [15.149s][info][gc] GC(269) Concurrent evacuation 0.733ms [15.150s][info][gc] GC(269) Pause Init Update Refs 0.025ms Allocated: 697 Mb [15.162s][info][gc] Failed to allocate Shared, 28786K [15.162s][info][gc] Cancelling GC: Allocation Failure [15.162s][info][gc] GC(269) Concurrent update references 11.563ms [15.163s][info][gc] Trigger: Handle Allocation Failure [15.165s][info][gc] GC(270) Pause Degenerated GC (Update Refs) 933M->933M(1024M) 1.492ms [15.165s][info][gc] Failed to allocate Shared, 28786K [15.165s][info][gc] Cancelling GC: Allocation Failure [15.166s][info][gc] Trigger: Handle Allocation Failure [15.235s][info][gc] GC(271) Pause Degenerated GC (Outside of Cycle) 933M->699M(1024M) 68.732ms [15.236s][info][gc] Trigger: Start next cycle immediately Allocated: 725 Mb Allocated: 689 Mb [15.242s][info][gc] GC(272) Concurrent reset 5.943ms [15.249s][info][gc] GC(272) Pause Init Mark (unload classes) 4.305ms Allocated: 730 Mb [15.251s][info][gc] GC(272) Concurrent marking roots 1.218ms [15.252s][info][gc] Failed to allocate Shared, 24630K [15.252s][info][gc] Cancelling GC: Allocation Failure [15.252s][info][gc] GC(272) Concurrent marking (unload classes) 1.647ms [15.253s][info][gc] Trigger: Handle Allocation Failure [15.292s][info][gc] GC(273) Pause Degenerated GC (Mark) 803M->732M(1024M) 38.979ms [15.294s][info][gc] Trigger: Start next cycle immediately Allocated: 711 Mb Allocated: 710 Mb [15.299s][info][gc] GC(274) Concurrent reset 5.840ms Allocated: 666 Mb [15.304s][info][gc] GC(274) Pause Init Mark (unload classes) 4.452ms [15.305s][info][gc] GC(274) Concurrent marking roots 1.261ms Allocated: 693 Mb Allocated: 722 Mb Allocated: 660 Mb [15.319s][info][gc] GC(274) Concurrent marking (unload classes) 13.327ms [15.322s][info][gc] GC(274) Pause Final Mark (unload classes) 0.740ms Allocated: 685 Mb [15.322s][info][gc] GC(274) Concurrent thread roots 0.576ms [15.322s][info][gc] GC(274) Concurrent weak references 0.043ms [15.324s][info][gc] GC(274) Concurrent weak roots 1.411ms [15.340s][info][gc] GC(274) Concurrent cleanup 877M->751M(1024M) 16.536ms Allocated: 718 Mb [15.345s][info][gc] GC(274) Concurrent class unloading 4.755ms [15.345s][info][gc] GC(274) Concurrent strong roots 0.123ms [15.346s][info][gc] GC(274) Concurrent evacuation 0.757ms [15.346s][info][gc] GC(274) Pause Init Update Refs 0.024ms [15.357s][info][gc] GC(274) Concurrent update references 11.149ms Allocated: 729 Mb [15.358s][info][gc] GC(274) Concurrent update thread roots 0.524ms [15.358s][info][gc] GC(274) Pause Final Update Refs 0.104ms Allocated: 671 Mb [15.358s][info][gc] Failed to allocate Shared, 35367K [15.358s][info][gc] Cancelling GC: Allocation Failure [15.358s][info][gc] GC(274) Concurrent cleanup 841M->840M(1024M) 0.193ms [15.360s][info][gc] Trigger: Handle Allocation Failure [15.419s][info][gc] GC(275) Pause Degenerated GC (Outside of Cycle) 840M->673M(1024M) 59.641ms [15.420s][info][gc] Trigger: Start next cycle immediately [15.426s][info][gc] GC(276) Concurrent reset 5.784ms [15.431s][info][gc] GC(276) Pause Init Mark 4.457ms Allocated: 706 Mb [15.433s][info][gc] GC(276) Concurrent marking roots 1.130ms Allocated: 711 Mb Allocated: 706 Mb [15.451s][info][gc] GC(276) Concurrent marking 18.664ms [15.452s][info][gc] GC(276) Pause Final Mark 0.167ms Allocated: 661 Mb [15.453s][info][gc] GC(276) Concurrent thread roots 1.032ms [15.453s][info][gc] GC(276) Concurrent weak references 0.060ms Allocated: 671 Mb [15.455s][info][gc] GC(276) Concurrent weak roots 2.344ms [15.455s][info][gc] GC(276) Concurrent cleanup 810M->810M(1024M) 0.059ms [15.456s][info][gc] GC(276) Concurrent strong roots 0.342ms [15.456s][info][gc] GC(276) Concurrent evacuation 0.748ms [15.456s][info][gc] GC(276) Pause Init Update Refs 0.023ms [15.464s][info][gc] Failed to allocate Shared, 23623K [15.464s][info][gc] Cancelling GC: Allocation Failure [15.464s][info][gc] GC(276) Concurrent update references 7.180ms [15.465s][info][gc] Trigger: Handle Allocation Failure [15.470s][info][gc] GC(277) Cancelling GC: Upgrade To Full GC [15.658s][info][gc] GC(277) Pause Degenerated GC (Update Refs) 810M->672M(1024M) 193.471ms [15.659s][info][gc] Trigger: Start next cycle immediately Allocated: 694 Mb Allocated: 738 Mb [15.668s][info][gc] GC(278) Concurrent reset 8.163ms [15.672s][info][gc] GC(278) Pause Init Mark 4.457ms Allocated: 723 Mb Allocated: 699 Mb [15.674s][info][gc] GC(278) Concurrent marking roots 1.777ms Allocated: 756 Mb [15.691s][info][gc] GC(278) Concurrent marking 16.651ms [15.691s][info][gc] GC(278) Pause Final Mark 0.437ms [15.692s][info][gc] GC(278) Concurrent thread roots 0.725ms [15.692s][info][gc] GC(278) Concurrent weak references 0.107ms [15.693s][info][gc] GC(278) Concurrent weak roots 1.296ms [15.700s][info][gc] GC(278) Concurrent cleanup 836M->850M(1024M) 6.841ms [15.701s][info][gc] GC(278) Concurrent strong roots 0.384ms [15.701s][info][gc] GC(278) Concurrent evacuation 0.735ms [15.702s][info][gc] GC(278) Pause Init Update Refs 0.022ms [15.702s][info][gc] Failed to allocate TLAB, 512K [15.702s][info][gc] Cancelling GC: Allocation Failure [15.703s][info][gc] GC(278) Allocation failure was successfully injected [15.706s][info][gc] GC(278) Concurrent update references 4.180ms [15.707s][info][gc] Trigger: Handle Allocation Failure [15.716s][info][gc] GC(279) Pause Degenerated GC (Update Refs) 850M->850M(1024M) 8.540ms Allocated: 712 Mb [15.717s][info][gc] Trigger: Start next cycle immediately [15.723s][info][gc] GC(280) Concurrent reset 5.868ms [15.728s][info][gc] GC(280) Pause Init Mark 4.324ms [15.729s][info][gc] Failed to allocate Shared, 63120K [15.729s][info][gc] Cancelling GC: Allocation Failure [15.730s][info][gc] GC(280) Concurrent marking roots 1.181ms [15.731s][info][gc] Trigger: Handle Allocation Failure [15.788s][info][gc] GC(281) Pause Degenerated GC (Outside of Cycle) 850M->695M(1024M) 57.567ms [15.790s][info][gc] Trigger: Start next cycle immediately Allocated: 756 Mb [15.795s][info][gc] GC(282) Concurrent reset 5.808ms [15.801s][info][gc] GC(282) Pause Init Mark 4.436ms Allocated: 698 Mb Allocated: 701 Mb [15.803s][info][gc] GC(282) Concurrent marking roots 1.623ms Allocated: 714 Mb [15.814s][info][gc] GC(282) Concurrent marking 11.858ms [15.817s][info][gc] GC(282) Pause Final Mark 0.562ms Allocated: 696 Mb [15.818s][info][gc] GC(282) Concurrent thread roots 0.552ms [15.818s][info][gc] GC(282) Concurrent weak references 0.049ms Allocated: 718 Mb [15.820s][info][gc] GC(282) Concurrent weak roots 1.884ms [15.831s][info][gc] GC(282) Concurrent cleanup 842M->758M(1024M) 11.161ms [15.831s][info][gc] GC(282) Concurrent strong roots 0.385ms [15.832s][info][gc] GC(282) Concurrent evacuation 0.731ms [15.835s][info][gc] GC(282) Pause Init Update Refs 0.023ms Allocated: 711 Mb [15.846s][info][gc] GC(282) Concurrent update references 11.172ms Allocated: 694 Mb [15.850s][info][gc] GC(282) Concurrent update thread roots 3.200ms [15.850s][info][gc] GC(282) Pause Final Update Refs 0.095ms Allocated: 698 Mb [15.850s][info][gc] Failed to allocate Shared, 55475K [15.850s][info][gc] Cancelling GC: Allocation Failure [15.850s][info][gc] GC(282) Concurrent cleanup 834M->834M(1024M) 0.220ms [15.851s][info][gc] Trigger: Handle Allocation Failure [15.907s][info][gc] GC(283) Pause Degenerated GC (Outside of Cycle) 834M->699M(1024M) 55.334ms [15.907s][info][gc] Failed to allocate Shared, 55475K [15.907s][info][gc] Cancelling GC: Allocation Failure [15.908s][info][gc] Trigger: Handle Allocation Failure [15.943s][info][gc] GC(284) Cancelling GC: Upgrade To Full GC [16.111s][info][gc] GC(284) Pause Degenerated GC (Outside of Cycle) 699M->699M(1024M) 203.607ms [16.113s][info][gc] Trigger: Start next cycle immediately Allocated: 752 Mb [16.121s][info][gc] GC(285) Concurrent reset 8.120ms [16.125s][info][gc] GC(285) Pause Init Mark (unload classes) 4.357ms Allocated: 711 Mb [16.127s][info][gc] GC(285) Concurrent marking roots 1.252ms Allocated: 708 Mb Allocated: 660 Mb [16.140s][info][gc] GC(285) Concurrent marking (unload classes) 13.262ms [16.140s][info][gc] GC(285) Pause Final Mark (unload classes) 0.543ms [16.141s][info][gc] GC(285) Concurrent thread roots 0.693ms [16.141s][info][gc] GC(285) Concurrent weak references 0.083ms [16.143s][info][gc] GC(285) Concurrent weak roots 1.471ms Allocated: 707 Mb [16.155s][info][gc] GC(285) Concurrent cleanup 846M->800M(1024M) 12.567ms [16.157s][info][gc] GC(285) Concurrent class unloading 1.656ms [16.157s][info][gc] GC(285) Concurrent strong roots 0.109ms [16.158s][info][gc] GC(285) Concurrent evacuation 0.750ms [16.158s][info][gc] GC(285) Pause Init Update Refs 0.022ms Allocated: 759 Mb [16.169s][info][gc] GC(285) Concurrent update references 11.319ms [16.170s][info][gc] GC(285) Concurrent update thread roots 0.602ms [16.174s][info][gc] GC(285) Pause Final Update Refs 0.112ms Allocated: 731 Mb [16.174s][info][gc] GC(285) Concurrent cleanup 910M->919M(1024M) 0.125ms Allocated: 671 Mb [16.176s][info][gc] Trigger: Start next cycle immediately Allocated: 695 Mb [16.182s][info][gc] GC(286) Concurrent reset 6.282ms [16.182s][info][gc] Failed to allocate Shared, 38715K [16.182s][info][gc] Cancelling GC: Allocation Failure [16.186s][info][gc] GC(286) Pause Init Mark 4.372ms [16.188s][info][gc] GC(286) Concurrent marking roots 1.151ms [16.189s][info][gc] Trigger: Handle Allocation Failure [16.259s][info][gc] GC(287) Pause Degenerated GC (Outside of Cycle) 942M->696M(1024M) 70.332ms [16.260s][info][gc] Trigger: Start next cycle immediately Allocated: 733 Mb [16.266s][info][gc] GC(288) Concurrent reset 5.808ms [16.271s][info][gc] GC(288) Pause Init Mark 4.373ms Allocated: 714 Mb [16.272s][info][gc] GC(288) Concurrent marking roots 1.359ms Allocated: 716 Mb Allocated: 688 Mb [16.289s][info][gc] GC(288) Concurrent marking 16.541ms [16.292s][info][gc] GC(288) Pause Final Mark 0.458ms Allocated: 725 Mb [16.294s][info][gc] GC(288) Concurrent thread roots 1.014ms [16.294s][info][gc] GC(288) Concurrent weak references 0.061ms Allocated: 673 Mb [16.295s][info][gc] GC(288) Concurrent weak roots 1.291ms [16.303s][info][gc] GC(288) Concurrent cleanup 899M->836M(1024M) 8.492ms [16.304s][info][gc] GC(288) Concurrent strong roots 0.362ms [16.305s][info][gc] GC(288) Concurrent evacuation 0.757ms [16.305s][info][gc] GC(288) Pause Init Update Refs 0.025ms Allocated: 722 Mb [16.316s][info][gc] GC(288) Concurrent update references 11.314ms [16.317s][info][gc] GC(288) Concurrent update thread roots 0.651ms [16.317s][info][gc] Failed to allocate Shared, 40479K [16.317s][info][gc] Cancelling GC: Allocation Failure [16.317s][info][gc] GC(288) Pause Final Update Refs 0.092ms [16.317s][info][gc] GC(288) Concurrent cleanup 885M->884M(1024M) 0.188ms [16.318s][info][gc] Trigger: Handle Allocation Failure [16.383s][info][gc] GC(289) Pause Degenerated GC (Outside of Cycle) 884M->675M(1024M) 65.062ms [16.384s][info][gc] Trigger: Start next cycle immediately [16.387s][info][gc] Failed to allocate TLAB, 512K [16.387s][info][gc] Cancelling GC: Allocation Failure [16.391s][info][gc] GC(290) Concurrent reset 6.564ms [16.395s][info][gc] GC(290) Pause Init Mark (unload classes) 4.308ms [16.396s][info][gc] GC(290) Concurrent marking roots 0.818ms [16.397s][info][gc] Trigger: Handle Allocation Failure [16.433s][info][gc] GC(291) Cancelling GC: Upgrade To Full GC [16.577s][info][gc] GC(291) Pause Degenerated GC (Outside of Cycle) 714M->714M(1024M) 179.261ms Allocated: 713 Mb [16.578s][info][gc] Trigger: Start next cycle immediately Allocated: 705 Mb Allocated: 700 Mb [16.586s][info][gc] GC(292) Concurrent reset 8.168ms [16.593s][info][gc] GC(292) Pause Init Mark (unload classes) 4.405ms Allocated: 726 Mb [16.594s][info][gc] GC(292) Concurrent marking roots 1.217ms Allocated: 701 Mb Allocated: 719 Mb [16.605s][info][gc] GC(292) Concurrent marking (unload classes) 11.542ms [16.606s][info][gc] GC(292) Pause Final Mark (unload classes) 0.661ms [16.607s][info][gc] GC(292) Concurrent thread roots 0.714ms [16.607s][info][gc] GC(292) Concurrent weak references 0.097ms [16.608s][info][gc] GC(292) Concurrent weak roots 1.474ms [16.623s][info][gc] GC(292) Concurrent cleanup 889M->842M(1024M) 14.317ms Allocated: 754 Mb Allocated: 683 Mb Allocated: 696 Mb [16.625s][info][gc] GC(292) Concurrent class unloading 2.630ms [16.626s][info][gc] GC(292) Concurrent strong roots 0.124ms [16.626s][info][gc] GC(292) Concurrent evacuation 0.745ms [16.626s][info][gc] GC(292) Pause Init Update Refs 0.023ms [16.629s][info][gc] Failed to allocate Shared, 64914K [16.629s][info][gc] Cancelling GC: Allocation Failure [16.630s][info][gc] GC(292) Concurrent update references 3.465ms [16.631s][info][gc] Trigger: Handle Allocation Failure [16.640s][info][gc] GC(293) Pause Degenerated GC (Update Refs) 858M->857M(1024M) 8.733ms [16.640s][info][gc] Failed to allocate Shared, 64914K [16.640s][info][gc] Cancelling GC: Allocation Failure [16.642s][info][gc] Trigger: Handle Allocation Failure [16.701s][info][gc] GC(294) Pause Degenerated GC (Outside of Cycle) 857M->697M(1024M) 59.043ms [16.702s][info][gc] Trigger: Start next cycle immediately Allocated: 759 Mb Allocated: 709 Mb [16.708s][info][gc] GC(295) Concurrent reset 5.885ms [16.715s][info][gc] GC(295) Pause Init Mark 4.515ms Allocated: 686 Mb Allocated: 701 Mb [16.718s][info][gc] GC(295) Concurrent marking roots 2.760ms [16.729s][info][gc] GC(295) Concurrent marking 11.397ms [16.730s][info][gc] GC(295) Pause Final Mark 0.607ms [16.730s][info][gc] GC(295) Concurrent thread roots 0.687ms [16.730s][info][gc] GC(295) Concurrent weak references 0.052ms [16.735s][info][gc] GC(295) Concurrent weak roots 4.426ms Allocated: 727 Mb Allocated: 687 Mb [16.749s][info][gc] GC(295) Concurrent cleanup 855M->789M(1024M) 14.034ms [16.749s][info][gc] GC(295) Concurrent strong roots 0.374ms [16.750s][info][gc] GC(295) Concurrent evacuation 0.736ms Allocated: 702 Mb [16.751s][info][gc] GC(295) Pause Init Update Refs 0.024ms [16.760s][info][gc] Failed to allocate Shared, 32737K [16.760s][info][gc] Cancelling GC: Allocation Failure [16.760s][info][gc] GC(295) Concurrent update references 8.980ms [16.761s][info][gc] Trigger: Handle Allocation Failure [16.958s][info][gc] GC(296) Pause Full 789M->655M(1024M) 196.457ms [16.959s][info][gc] Trigger: Start next cycle immediately [16.961s][info][gc] Failed to allocate TLAB, 512K [16.961s][info][gc] Cancelling GC: Allocation Failure [16.968s][info][gc] GC(297) Concurrent reset 8.552ms [16.972s][info][gc] GC(297) Pause Init Mark 4.465ms [16.973s][info][gc] GC(297) Concurrent marking roots 1.109ms [16.974s][info][gc] Trigger: Handle Allocation Failure [16.997s][info][gc] GC(298) Cancelling GC: Upgrade To Full GC [17.050s][info][gc] GC(298) Pause Degenerated GC (Outside of Cycle) 687M->687M(1024M) 75.657ms Allocated: 686 Mb Allocated: 696 Mb [17.051s][info][gc] Trigger: Start next cycle immediately [17.053s][info][gc] Failed to allocate Shared, 52077K [17.053s][info][gc] Cancelling GC: Allocation Failure [17.060s][info][gc] GC(299) Concurrent reset 8.299ms [17.064s][info][gc] GC(299) Pause Init Mark (unload classes) 4.341ms [17.065s][info][gc] GC(299) Concurrent marking roots 0.878ms [17.066s][info][gc] Trigger: Handle Allocation Failure [17.102s][info][gc] GC(300) Cancelling GC: Upgrade To Full GC [17.148s][info][gc] GC(300) Pause Degenerated GC (Outside of Cycle) 698M->697M(1024M) 81.940ms [17.149s][info][gc] Trigger: Start next cycle immediately [17.152s][info][gc] Failed to allocate TLAB, 512K [17.152s][info][gc] Cancelling GC: Allocation Failure [17.158s][info][gc] GC(301) Concurrent reset 8.553ms [17.162s][info][gc] GC(301) Pause Init Mark 4.118ms [17.163s][info][gc] GC(301) Concurrent marking roots 1.088ms [17.164s][info][gc] Trigger: Handle Allocation Failure [17.186s][info][gc] GC(302) Cancelling GC: Upgrade To Full GC [17.244s][info][gc] GC(302) Pause Degenerated GC (Outside of Cycle) 748M->748M(1024M) 79.641ms Allocated: 747 Mb [17.245s][info][gc] Trigger: Start next cycle immediately [17.253s][info][gc] GC(303) Concurrent reset 7.376ms [17.257s][info][gc] GC(303) Pause Init Mark 4.119ms [17.260s][info][gc] GC(303) Concurrent marking roots 1.132ms Allocated: 698 Mb Allocated: 745 Mb Allocated: 717 Mb [17.278s][info][gc] GC(303) Concurrent marking 17.579ms [17.278s][info][gc] GC(303) Pause Final Mark 0.550ms [17.279s][info][gc] GC(303) Concurrent thread roots 0.707ms [17.279s][info][gc] GC(303) Concurrent weak references 0.087ms [17.280s][info][gc] GC(303) Concurrent weak roots 1.285ms [17.292s][info][gc] GC(303) Concurrent cleanup 861M->772M(1024M) 11.654ms [17.292s][info][gc] GC(303) Concurrent strong roots 0.384ms [17.293s][info][gc] GC(303) Concurrent evacuation 0.771ms [17.296s][info][gc] GC(303) Pause Init Update Refs 0.025ms Allocated: 679 Mb Allocated: 707 Mb [17.308s][info][gc] GC(303) Concurrent update references 11.072ms [17.308s][info][gc] GC(303) Concurrent update thread roots 0.444ms [17.310s][info][gc] GC(303) Pause Final Update Refs 0.106ms Allocated: 690 Mb [17.310s][info][gc] GC(303) Concurrent cleanup 862M->868M(1024M) 0.123ms Allocated: 697 Mb [17.311s][info][gc] Trigger: Start next cycle immediately [17.318s][info][gc] GC(304) Concurrent reset 6.126ms [17.322s][info][gc] GC(304) Pause Init Mark (unload classes) 4.287ms Allocated: 727 Mb [17.323s][info][gc] GC(304) Concurrent marking roots 1.214ms [17.334s][info][gc] Failed to allocate Shared, 44136K [17.334s][info][gc] Cancelling GC: Allocation Failure [17.335s][info][gc] GC(304) Concurrent marking (unload classes) 11.135ms [17.336s][info][gc] Trigger: Handle Allocation Failure [17.378s][info][gc] GC(305) Pause Degenerated GC (Mark) 898M->728M(1024M) 42.344ms [17.379s][info][gc] Trigger: Start next cycle immediately [17.385s][info][gc] GC(306) Concurrent reset 5.553ms [17.390s][info][gc] GC(306) Pause Init Mark (unload classes) 4.283ms [17.392s][info][gc] GC(306) Concurrent marking roots 0.833ms [17.410s][info][gc] Cancelling GC: Stopping VM [17.410s][info][gc] GC(306) Concurrent marking (unload classes) 18.900ms ----------System.err:(16/1036)---------- java.lang.OutOfMemoryError: Java heap space at TestAllocHumongousFragment.main(TestAllocHumongousFragment.java:208) at java.base/java.lang.invoke.LambdaForm$DMH/0xa0404280.invokeStatic(LambdaForm$DMH) at java.base/java.lang.invoke.LambdaForm$MH/0xa04062a8.invoke(LambdaForm$MH) at java.base/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138) at java.base/java.lang.Thread.runWith(Thread.java:1583) at java.base/java.lang.Thread.run(Thread.java:1570) JavaTest Message: Test threw exception: java.lang.OutOfMemoryError: Java heap space JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: java.lang.OutOfMemoryError: Java heap space ----------rerun:(42/3885)*---------- cd /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/scratch && \\ HOME=/home/runner \\ LANG=C.UTF-8 \\ LC_ALL=C \\ PATH=/bin:/usr/bin:/usr/sbin \\ TEST_IMAGE_DIR=/home/runner/work/jdk/jdk/bundles/tests \\ XDG_CONFIG_HOME=/home/runner/.config \\ XDG_RUNTIME_DIR=/run/user/1001 \\ _JVM_DWARF_PATH=/home/runner/work/jdk/jdk/bundles/symbols/jdk-22/fastdebug \\ CLASSPATH=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib:/home/runner/work/jdk/jdk/test/lib:/home/runner/work/jdk/jdk/jtreg/installed/lib/javatest.jar:/home/runner/work/jdk/jdk/jtreg/installed/lib/jtreg.jar \\ /home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug/bin/java \\ -Dtest.vm.opts='-XX:MaxRAMPercentage=25 -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -Dtest.tool.vm.opts='-J-XX:MaxRAMPercentage=25 -J-Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk -J-Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp' \\ -Dtest.compiler.opts= \\ -Dtest.java.opts=-XX:-CreateCoredumpOnCrash \\ -Dtest.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -Dcompile.jdk=/home/runner/work/jdk/jdk/bundles/jdk/jdk-22/fastdebug \\ -Dtest.timeout.factor=4.0 \\ -Dtest.nativepath=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -Dtest.root=/home/runner/work/jdk/jdk/test/hotspot/jtreg \\ -Dtest.name=gc/TestAllocHumongousFragment.java#aggressive \\ -Dtest.file=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc/TestAllocHumongousFragment.java \\ -Dtest.src=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc \\ -Dtest.src.path=/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/test/lib \\ -Dtest.classes=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d \\ -Dtest.class.path=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -Dtest.class.path.prefix=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/gc/TestAllocHumongousFragment_aggressive.d:/home/runner/work/jdk/jdk/test/hotspot/jtreg/gc:/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/classes/test/lib \\ -XX:MaxRAMPercentage=25 \\ -Dtest.boot.jdk=/home/runner/work/jdk/jdk/bootjdk/jdk \\ -Djava.io.tmpdir=/home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/tmp \\ -XX:-CreateCoredumpOnCrash \\ -Djava.library.path=/home/runner/work/jdk/jdk/bundles/tests/hotspot/jtreg/native \\ -Xmx1g \\ -Xms1g \\ -Xlog:gc \\ -XX:+UnlockDiagnosticVMOptions \\ -XX:+UnlockExperimentalVMOptions \\ -XX:ShenandoahTargetNumRegions=2048 \\ -XX:+UseShenandoahGC \\ -XX:ShenandoahGCHeuristics=aggressive \\ -XX:+ShenandoahAllocFailureALot \\ com.sun.javatest.regtest.agent.MainWrapper /home/runner/work/jdk/jdk/build/run-test-prebuilt/test-support/jtreg_test_hotspot_jtreg_tier1_gc/gc/TestAllocHumongousFragment_aggressive.d/main.3.jta result: Failed. Execution failed: `main' threw exception: java.lang.OutOfMemoryError: Java heap space test result: Failed. Execution failed: `main' threw exception: java.lang.OutOfMemoryError: Java heap space
13-11-2023

We run the tests usually in agent mode and with a concurrency level depending on platform e.g. -avm -conc:15 . And we run the whole tier (tier1, tier2 etc.) at once .
18-09-2023

Is there any specific configuration used to run those tests? I have ran 50 iterations of this, with no ill effects on at least two platforms: $ make test TEST=gc/TestAllocHumongousFragment.java TEST_VM_OPTS=-XX:+UseShenandoahGC JTREG=REPEAT_COUNT=50
15-09-2023

The test was moved from gc/shenandoah/TestAllocHumongousFragment.java to gc/TestAllocHumongousFragment.java but still fails. Mostly fails with shenandoah gc; some timeouts occur with g1 too.
31-07-2023