Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176867 | 7 | Erik Trimble | P3 | Closed | Fixed | b10 |
JDK-2171921 | 6u4 | Abhijit Saha | P3 | Resolved | Fixed | b03 |
Test fails:
nsk/jvmti/SetLocalVariable/setlocal001
This fail is easily reproduced on VM-AMD64-03.sfbay:
In MKS bash:
cd X:/gtee/results/MUSTANG/PROMOTION/VM-WEEKLY/1.7.0-ea-b07-070206181620/vm/64BITWIN03-AMD64/server/comp/vm-vm_6.0_server_comp_64BITWIN03-AMD642007-02-06-18-20-43/ResultDir/setlocal001
ksh setlocal001.tlog
Exception in thread "main" java.lang.NullPointerException
at nsk.jvmti.SetLocalVariable.setlocal001.meth03(setlocal001.java:91)
at nsk.jvmti.SetLocalVariable.setlocal001.run(setlocal001.java:48)
at nsk.jvmti.SetLocalVariable.setlocal001.main(setlocal001.java:38)
This test trys to change local variables in the break point from the jvmti agent.
I can see that agent started successfully, no any race comdition here.
So the most probably SetEventCallbacks or SelLocal* do not work.
Please note, that two lines in setlocal001:
[2007-02-07T03:21:24.03] meth01: l =0 f = 0.0 d = 0.0
[2007-02-07T03:21:26.26] meth02: i1 =0 i2 = 0 i3 = i4 = 0 i5 = false
inform that meth01 and meth02 also do not work.
Thanks
nsk/jvmti/SetLocalVariable/setlocal001
This fail is easily reproduced on VM-AMD64-03.sfbay:
In MKS bash:
cd X:/gtee/results/MUSTANG/PROMOTION/VM-WEEKLY/1.7.0-ea-b07-070206181620/vm/64BITWIN03-AMD64/server/comp/vm-vm_6.0_server_comp_64BITWIN03-AMD642007-02-06-18-20-43/ResultDir/setlocal001
ksh setlocal001.tlog
Exception in thread "main" java.lang.NullPointerException
at nsk.jvmti.SetLocalVariable.setlocal001.meth03(setlocal001.java:91)
at nsk.jvmti.SetLocalVariable.setlocal001.run(setlocal001.java:48)
at nsk.jvmti.SetLocalVariable.setlocal001.main(setlocal001.java:38)
This test trys to change local variables in the break point from the jvmti agent.
I can see that agent started successfully, no any race comdition here.
So the most probably SetEventCallbacks or SelLocal* do not work.
Please note, that two lines in setlocal001:
[2007-02-07T03:21:24.03] meth01: l =0 f = 0.0 d = 0.0
[2007-02-07T03:21:26.26] meth02: i1 =0 i2 = 0 i3 = i4 = 0 i5 = false
inform that meth01 and meth02 also do not work.
Thanks
- backported by
-
JDK-2171921 nsk/jvmti test SetLocalVariable/setlocal001 fails on AMD64
-
- Resolved
-
-
JDK-2176867 nsk/jvmti test SetLocalVariable/setlocal001 fails on AMD64
-
- Closed
-