-
Bug
-
Resolution: Fixed
-
P3
-
11, 13
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8229949 | 11.0.6-oracle | Claes Redestad | P3 | Resolved | Fixed | b01 |
JDK-8228874 | 11.0.5 | Claes Redestad | P3 | Resolved | Fixed | b02 |
java.io.IOException: Class Record for 0x0 not found
at jdk.test.lib.hprof.parser.HprofReader.readInstance(HprofReader.java:765)
at jdk.test.lib.hprof.parser.HprofReader.readHeapDump(HprofReader.java:512)
at jdk.test.lib.hprof.parser.HprofReader.read(HprofReader.java:280)
at jdk.test.lib.hprof.parser.Reader.readFile(Reader.java:91)
at jdk.test.lib.hprof.HprofParser.parse(HprofParser.java:85)
at jdk.test.lib.hprof.HprofParser.parse(HprofParser.java:54)
at TestHeapDumpOnOutOfMemoryError.test(TestHeapDumpOnOutOfMemoryError.java:79)
at TestHeapDumpOnOutOfMemoryError.main(TestHeapDumpOnOutOfMemoryError.java:63)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:835)
- backported by
-
JDK-8228874 Heap dumping and inspection fails with JDK-8214712
- Resolved
-
JDK-8229949 Heap dumping and inspection fails with JDK-8214712
- Resolved
- blocks
-
JDK-8214712 Archive Attributes$Name.KNOWN_NAMES
- Resolved
- relates to
-
JDK-8224531 SEGV while collecting Klass statistics
- Closed