-
Bug
-
Resolution: Fixed
-
P2
-
21, 22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8314902 | 21.0.1 | David Holmes | P2 | Closed | Fixed | b09 |
[31.351s][debug][stringdedup,phases,start] Idle start
[31.353s][info ][gc ] Allocation Stall (main) 5.679ms
[31.361s][info ][gc,reloc ] GC(10) y: Using tenuring threshold: 4 (Computed)
[31.361s][info ][gc,phases ] GC(10) y: Concurrent Select Relocation Set 12.333ms
[31.368s][info ][gc,phases ] GC(10) y: Pause Relocate Start 0.033ms
];
stderr: []
exitValue = 134
java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [134]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:490)
at gc.stringdedup.TestStringDeduplicationTools.testAgeThreshold(TestStringDeduplicationTools.java:487)
at gc.stringdedup.TestStringDeduplicationAgeThreshold.main(TestStringDeduplicationAgeThreshold.java:107)
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.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1570)
JavaTest Message: Test threw exception: java.lang.RuntimeException
The exit 134 is presumably an abort triggered from the timeout. There is no hs_err file produced.
[31.353s][info ][gc ] Allocation Stall (main) 5.679ms
[31.361s][info ][gc,reloc ] GC(10) y: Using tenuring threshold: 4 (Computed)
[31.361s][info ][gc,phases ] GC(10) y: Concurrent Select Relocation Set 12.333ms
[31.368s][info ][gc,phases ] GC(10) y: Pause Relocate Start 0.033ms
];
stderr: []
exitValue = 134
java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [134]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:490)
at gc.stringdedup.TestStringDeduplicationTools.testAgeThreshold(TestStringDeduplicationTools.java:487)
at gc.stringdedup.TestStringDeduplicationAgeThreshold.main(TestStringDeduplicationAgeThreshold.java:107)
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.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1570)
JavaTest Message: Test threw exception: java.lang.RuntimeException
The exit 134 is presumably an abort triggered from the timeout. There is no hs_err file produced.
- backported by
-
JDK-8314902 Test gc/stringdedup/TestStringDeduplicationAgeThreshold.java#ZGenerational timed out
- Closed
- duplicates
-
JDK-8313153 Test gc/stringdedup/TestStringDeduplicationPrintOptions.java#ZGenerational timed out
- Closed
- links to
-
Commit openjdk/jdk21u/3d38c53c
-
Commit openjdk/jdk/f142470d
-
Review openjdk/jdk21u/83
-
Review openjdk/jdk/15240
(1 links to)