Details
-
Bug
-
Resolution: Fixed
-
P5
-
20, 21
-
b23
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8317138 | 17.0.10-oracle | Adithya Haradi Gopal | P5 | Resolved | Fixed | b01 |
JDK-8317649 | 17.0.10 | Goetz Lindenmaier | P5 | Resolved | Fixed | b01 |
Description
The additional VM arguments seem to be pre-requisite also:
-Xcomp -XX:+CreateCoredumpOnCrash -XX:TieredStopAtLevel=3
The stacktrace:
java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:490)
at gc.stringdedup.TestStringDeduplicationTools.testInterned(TestStringDeduplicationTools.java:517)
at gc.stringdedup.TestStringDeduplicationInterned.main(TestStringDeduplicationInterned.java:94)
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.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1623)
Attachments
Issue Links
- backported by
-
JDK-8317138 TestStringDeduplicationInterned.java fails because extra deduplication
- Resolved
-
JDK-8317649 TestStringDeduplicationInterned.java fails because extra deduplication
- Resolved
- duplicates
-
JDK-8278127 gc/stringdedup/TestStringDeduplicationInterned.java failing in loom repo
- Closed
- relates to
-
JDK-8299023 TestPLABResize.java and TestPLABPromotion.java are failing intermittently
- Resolved
-
JDK-8278127 gc/stringdedup/TestStringDeduplicationInterned.java failing in loom repo
- Closed
- links to
-
Commit openjdk/jdk17u-dev/9dc5ff0c
-
Commit openjdk/jdk/682359cb
-
Review openjdk/jdk17u-dev/1836
-
Review openjdk/jdk/14005