-
Bug
-
Resolution: Won't Fix
-
P4
-
6, 8
-
x86
-
linux
Following tests failed because SA throws _s_vm_release not found exception.
Stack trace:
Caused by: java.lang.RuntimeException: can't determine target's VM version : field "_s_vm_release" not found in type Abstract_VM_Version
at sun.jvm.hotspot.runtime.VM.<init>(VM.java:234)
at sun.jvm.hotspot.runtime.VM.initialize(VM.java:289)
at sun.jvm.hotspot.HotSpotAgent.setupVM(HotSpotAgent.java:403)
... 12 more
Following tests fails:
nsk/sajdi/jdb/options/connect/connect002
nsk/sajdi/SACoreAttachingConnector/attach/attach001
nsk/sajdi/SACoreAttachingConnector/attach/attach002
This failure mode has also been seen in the following tests:
nsk/sajdi/SADebugServerAttachingConnector/attach/attach011
nsk/sajdi/SADebugServerAttachingConnector/attach/attach012
nsk/sajdi/jdb/options/connect/connect004
Stack trace:
Caused by: java.lang.RuntimeException: can't determine target's VM version : field "_s_vm_release" not found in type Abstract_VM_Version
at sun.jvm.hotspot.runtime.VM.<init>(VM.java:234)
at sun.jvm.hotspot.runtime.VM.initialize(VM.java:289)
at sun.jvm.hotspot.HotSpotAgent.setupVM(HotSpotAgent.java:403)
... 12 more
Following tests fails:
nsk/sajdi/jdb/options/connect/connect002
nsk/sajdi/SACoreAttachingConnector/attach/attach001
nsk/sajdi/SACoreAttachingConnector/attach/attach002
This failure mode has also been seen in the following tests:
nsk/sajdi/SADebugServerAttachingConnector/attach/attach011
nsk/sajdi/SADebugServerAttachingConnector/attach/attach012
nsk/sajdi/jdb/options/connect/connect004
- relates to
-
JDK-6479208 Regression: 4 tests are failing with 5.0u10 b01 while passing with 5.0u8b03
- Resolved
-
JDK-8163289 Remove SA-JDI from tests
- Resolved