-
Bug
-
Resolution: Fixed
-
P2
-
hs16, 6u18
-
b10
-
generic, x86
-
generic, solaris_10
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2183593 | 7 | Karen Kinnear | P2 | Closed | Fixed | b73 |
JDK-2189943 | 6u21 | Karen Kinnear | P2 | Resolved | Fixed | b01 |
JDK-2183783 | 6u18 | Karen Kinnear | P2 | Resolved | Fixed | b03 |
JDK-2183594 | hs17 | Karen Kinnear | P2 | Closed | Fixed | b02 |
Exception in thread "main" java.lang.ExceptionInInitializerError
at sun.jvm.hotspot.oops.ObjectHeap.newOop(ObjectHeap.java:373)
at sun.jvm.hotspot.memory.SystemDictionary.newOop(SystemDictionary.java:144)
at sun.jvm.hotspot.memory.SystemDictionary.getSystemKlass(SystemDictionary.java:127)
at sun.jvm.hotspot.runtime.VM.readSystemProperties(VM.java:831)
at sun.jvm.hotspot.runtime.VM.getSystemProperties(VM.java:825)
at sun.jvm.hotspot.runtime.VM.getSystemProperty(VM.java:819)
at sun.jvm.hotspot.jdi.VirtualMachineImpl.version(VirtualMachineImpl.java:810)
at sun.jvm.hotspot.jdi.VirtualMachineImpl.name(VirtualMachineImpl.java:816)
at nsk.sajdi.SADebugServerAttachingConnector.attach.attach002.runIt(attach002.java:112)
at nsk.sajdi.SADebugServerAttachingConnector.attach.attach002.run(attach002.java:26)
at nsk.sajdi.SADebugServerAttachingConnector.attach.attach002.main(attach002.java:21)
Caused by: java.lang.RuntimeException: field "_is_marked_dependent" not found in type instanceKlass
at sun.jvm.hotspot.types.basic.BasicType.getField(BasicType.java:183)
at sun.jvm.hotspot.types.basic.BasicType.getField(BasicType.java:190)
at sun.jvm.hotspot.types.basic.BasicType.getField(BasicType.java:194)
at sun.jvm.hotspot.types.basic.BasicType.getCIntegerField(BasicType.java:257)
at sun.jvm.hotspot.oops.InstanceKlass.initialize(InstanceKlass.java:92)
at sun.jvm.hotspot.oops.InstanceKlass.access$000(InstanceKlass.java:37)
at sun.jvm.hotspot.oops.InstanceKlass$1.update(InstanceKlass.java:41)
at sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver(VM.java:373)
at sun.jvm.hotspot.oops.InstanceKlass.<clinit>(InstanceKlass.java:39)
... 11 more
- backported by
-
JDK-2183783 SA fails with "RuntimeException: field "_is_marked_dependent" not found in type instanceKlass"
- Resolved
-
JDK-2189943 SA fails with "RuntimeException: field "_is_marked_dependent" not found in type instanceKlass"
- Resolved
-
JDK-2183593 SA fails with "RuntimeException: field "_is_marked_dependent" not found in type instanceKlass"
- Closed
-
JDK-2183594 SA fails with "RuntimeException: field "_is_marked_dependent" not found in type instanceKlass"
- Closed
- duplicates
-
JDK-6883265 test sun/tools/jinfo/Basic.sh failed on 1.6.0_18-ea-b02 but passed on previous 1.6.0_18-ea-b01
- Closed
- relates to
-
JDK-6830542 Performance: new JVM_DefineClass with conditional verify
- Closed