-
Bug
-
Resolution: Fixed
-
P2
-
19
-
b21
-
x86_64
-
linux
The following test failed in the JDK19 CI:
gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java
Here's a snippet from the log file:
----------System.err:(11/839)----------
java.lang.RuntimeException: UseCompressedOops set to false, expected true when running with the following flags: [[-XX:MaxRAM=34359738368, -XX:MaxRAMPercentage=100, -XX:+PrintFlagsFinal, -version]]
at gc.arguments.TestUseCompressedOopsFlagsWithUlimit.checkFlag(TestUseCompressedOopsFlagsWithUlimit.java:70)
at gc.arguments.TestUseCompressedOopsFlagsWithUlimit.main(TestUseCompressedOopsFlagsWithUlimit.java:90)
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:828)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: UseCompressedOops set to false, expected true when running with the following flags: [[-XX:MaxRAM=34359738368, -XX:MaxRAMPercentage=100, -XX:+PrintFlagsFinal, -version]]
This failure occurred in jdk-19+21-1420-tier7 which includes the
fix for the following bug:
JDK-8285011 gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java fails after JDK-8280761
gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java
Here's a snippet from the log file:
----------System.err:(11/839)----------
java.lang.RuntimeException: UseCompressedOops set to false, expected true when running with the following flags: [[-XX:MaxRAM=34359738368, -XX:MaxRAMPercentage=100, -XX:+PrintFlagsFinal, -version]]
at gc.arguments.TestUseCompressedOopsFlagsWithUlimit.checkFlag(TestUseCompressedOopsFlagsWithUlimit.java:70)
at gc.arguments.TestUseCompressedOopsFlagsWithUlimit.main(TestUseCompressedOopsFlagsWithUlimit.java:90)
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:828)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: UseCompressedOops set to false, expected true when running with the following flags: [[-XX:MaxRAM=34359738368, -XX:MaxRAMPercentage=100, -XX:+PrintFlagsFinal, -version]]
This failure occurred in jdk-19+21-1420-tier7 which includes the
fix for the following bug:
- relates to
-
JDK-8285011 gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java fails after JDK-8280761
- Resolved