-
Bug
-
Resolution: Fixed
-
P3
-
16
-
b14
The following test is failing in the JDK16 CI:
runtime/cds/DeterministicDump.java
Here's a snippet from the log file:
----------System.err:(14/863)----------
java.lang.RuntimeException: File content different at byte #4, b0 = -62, b1 = -41
at DeterministicDump.compare(DeterministicDump.java:117)
at DeterministicDump.doTest(DeterministicDump.java:68)
at DeterministicDump.main(DeterministicDump.java:43)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: File content different at byte #4, b0 = -62, b1 = -41
====
The failure seems to have happened afterJDK-8253208
runtime/cds/DeterministicDump.java
Here's a snippet from the log file:
----------System.err:(14/863)----------
java.lang.RuntimeException: File content different at byte #4, b0 = -62, b1 = -41
at DeterministicDump.compare(DeterministicDump.java:117)
at DeterministicDump.doTest(DeterministicDump.java:68)
at DeterministicDump.main(DeterministicDump.java:43)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: File content different at byte #4, b0 = -62, b1 = -41
====
The failure seems to have happened after
- duplicates
-
JDK-8253666 File content different at byte #4, b0 = -93, b1 = 46
- Closed
- is blocked by
-
JDK-8253909 Implement detailed map file for CDS
- Resolved
- relates to
-
JDK-8253500 [REDO] JDK-8253208 Move CDS related code to a separate class
- Resolved
-
JDK-8282828 CDS uncompressed oops archive is not deterministic
- Resolved
-
JDK-8253208 Move CDS related code to a separate class
- Resolved
-
JDK-8253920 Share method trampolines in CDS dynamic archive
- Resolved
-
JDK-8283474 Include detailed heap object info in CDS map file
- Resolved
(2 relates to, 2 links to)