-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b05
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8001084 | 8 | Yumin Qi | P3 | Resolved | Fixed | b61 |
SA failed in dump class after permgen removal:
Debugger attached successfully.
Server compiler detected.
JVM version is 25.0-b02
java/util/concurrent/locks/AbstractQueuedSynchronizer$Node
java.lang.ArrayIndexOutOfBoundsException: 66 66
at sun.jvm.hotspot.utilities.GenericArray.getIntegerAt(GenericArray.java:58)
at sun.jvm.hotspot.utilities.U2Array.at(U2Array.java:59)
at sun.jvm.hotspot.oops.InstanceKlass.getFieldAccessFlags(InstanceKlass.java:249)
at sun.jvm.hotspot.tools.jcore.ClassWriter.writeFields(ClassWriter.java:366)
at sun.jvm.hotspot.tools.jcore.ClassWriter.write(ClassWriter.java:92)
at sun.jvm.hotspot.tools.jcore.ClassDump.dumpKlass(ClassDump.java:130)
at sun.jvm.hotspot.tools.jcore.ClassDump.access$000(ClassDump.java:37)
at sun.jvm.hotspot.tools.jcore.ClassDump$1.visit(ClassDump.java:73)
at sun.jvm.hotspot.memory.Dictionary.classesDo(Dictionary.java:68)
at sun.jvm.hotspot.memory.SystemDictionary.classesDo(SystemDictionary.java:190)
at sun.jvm.hotspot.tools.jcore.ClassDump.run(ClassDump.java:69)
at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
at sun.jvm.hotspot.tools.jcore.ClassDump.main(ClassDump.java:162)
Debugger attached successfully.
Server compiler detected.
JVM version is 25.0-b02
java/util/concurrent/locks/AbstractQueuedSynchronizer$Node
java.lang.ArrayIndexOutOfBoundsException: 66 66
at sun.jvm.hotspot.utilities.GenericArray.getIntegerAt(GenericArray.java:58)
at sun.jvm.hotspot.utilities.U2Array.at(U2Array.java:59)
at sun.jvm.hotspot.oops.InstanceKlass.getFieldAccessFlags(InstanceKlass.java:249)
at sun.jvm.hotspot.tools.jcore.ClassWriter.writeFields(ClassWriter.java:366)
at sun.jvm.hotspot.tools.jcore.ClassWriter.write(ClassWriter.java:92)
at sun.jvm.hotspot.tools.jcore.ClassDump.dumpKlass(ClassDump.java:130)
at sun.jvm.hotspot.tools.jcore.ClassDump.access$000(ClassDump.java:37)
at sun.jvm.hotspot.tools.jcore.ClassDump$1.visit(ClassDump.java:73)
at sun.jvm.hotspot.memory.Dictionary.classesDo(Dictionary.java:68)
at sun.jvm.hotspot.memory.SystemDictionary.classesDo(SystemDictionary.java:190)
at sun.jvm.hotspot.tools.jcore.ClassDump.run(ClassDump.java:69)
at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
at sun.jvm.hotspot.tools.jcore.ClassDump.main(ClassDump.java:162)
- backported by
-
JDK-8001084 SA SA ClassDump throws exception after permgen removal
-
- Resolved
-
- duplicates
-
JDK-8007621 SA ClassDump throws exception after permgen removal
-
- Closed
-
- relates to
-
JDK-8001546 8000332 has introduced compiler warnings in sadis.c on some compilers
-
- Closed
-