The following nsk/sajdi tests fail in {-client, -Xcomp} combinarion.
nsk/sajdi/SADebugServerAttachingConnector/attach/attach002
nsk/sajdi/SAPIDAttachingConnector/attach/attach002
Both the debugger and debuggee are run the same mode. The test fails with error because VirtualMachine.version() returns null/empty. The problem has been seen only on {-client, -Xcomp, share on } mode. Other modes such as {-client, -Xmixed} seem to be fine.
This is *not* related to 5014003. That problem occurs in other modes such as {-client, -Xmixed } as well. 5014003 occurrs because of a change in java.lang.String class and is independent of debugger/debuggee running mode(s).
###@###.### 2004-04-17
I was wrong about -Xcomp in above description. It should say the problem is reproduced in {-client, class share on } mode.
###@###.### 2004-04-17