Any attempt to use SA fails with
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