Details
-
Bug
-
Resolution: Fixed
-
P4
-
20, 21, 22, 23
-
b11
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8331773 | 21.0.5-oracle | Mimoun Ghordou | P4 | Resolved | Fixed | b01 |
JDK-8332338 | 21.0.4 | Andrew Lu | P4 | Resolved | Fixed | b04 |
JDK-8331777 | 17.0.13-oracle | Mimoun Ghordou | P4 | Resolved | Fixed | b01 |
JDK-8332339 | 17.0.12 | Andrew Lu | P4 | Resolved | Fixed | b04 |
JDK-8331774 | 11.0.25-oracle | Mimoun Ghordou | P4 | Resolved | Fixed | b01 |
JDK-8332337 | 11.0.24 | Andrew Lu | P4 | Resolved | Fixed | b04 |
Description
The list of failed tests:
gc/g1/plab/TestPLABResize.java
gc/g1/plab/TestPLABPromotion.java
The failure messages, respectively:
java.lang.RuntimeException: Cannot find relevant PLAB statistics in the log
at gc.g1.plab.lib.LogParser.getSpecifiedStats(LogParser.java:203)
at gc.g1.plab.lib.LogParser.getSpecifiedStats(LogParser.java:174)
at gc.g1.plab.TestPLABPromotion.checkResults(TestPLABPromotion.java:134)
at gc.g1.plab.TestPLABPromotion.main(TestPLABPromotion.java:122)
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)
... and
java.lang.RuntimeException: Expects for 15 PLAB entries in log, found 16
at gc.g1.plab.TestPLABResize.checkResults(TestPLABResize.java:120)
at gc.g1.plab.TestPLABResize.main(TestPLABResize.java:92)
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-8331773 TestPLABResize.java and TestPLABPromotion.java are failing intermittently
- Resolved
-
JDK-8331774 TestPLABResize.java and TestPLABPromotion.java are failing intermittently
- Resolved
-
JDK-8331777 TestPLABResize.java and TestPLABPromotion.java are failing intermittently
- Resolved
-
JDK-8332337 TestPLABResize.java and TestPLABPromotion.java are failing intermittently
- Resolved
-
JDK-8332338 TestPLABResize.java and TestPLABPromotion.java are failing intermittently
- Resolved
-
JDK-8332339 TestPLABResize.java and TestPLABPromotion.java are failing intermittently
- Resolved
- relates to
-
JDK-8299075 TestStringDeduplicationInterned.java fails because extra deduplication
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/59224f7d
-
Commit openjdk/jdk17u-dev/db04c7b8
-
Commit openjdk/jdk21u-dev/6b0467c4
-
Commit openjdk/jdk/f50df105
-
Review openjdk/jdk11u-dev/2708
-
Review openjdk/jdk17u-dev/2459
-
Review openjdk/jdk21u-dev/563
-
Review openjdk/jdk/17887
-
Review(master) openjdk/jdk22u/208