Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2051072 | 1.4.1 | Robert Field | P4 | Closed | Fixed | hopper |
The test case is /net/jano.sfbay/export/disk20/serviceability/ws/regressionTestsInWaiting/RedefineLocals.sh
It runs jdb on a program.
The program has to be compiled with -g for this to happen.
After the redefineClasses, the first couple of 'up' and 'locals' cmds
cause these msgs to come out of jdb:
Method arguments:
Luntitled7/Untitled3; = instance of untitled7.Untitled3(id=397)
Local variables:
This seems wrong too since it doesn't happen ifyou don't do a RedefineClasses.
The 3rd up locals cmds causes the JDWP Error: 500
It runs jdb on a program.
The program has to be compiled with -g for this to happen.
After the redefineClasses, the first couple of 'up' and 'locals' cmds
cause these msgs to come out of jdb:
Method arguments:
Luntitled7/Untitled3; = instance of untitled7.Untitled3(id=397)
Local variables:
This seems wrong too since it doesn't happen ifyou don't do a RedefineClasses.
The 3rd up locals cmds causes the JDWP Error: 500
- backported by
-
JDK-2051072 RedefineClasses followed by up and locals cmds gets JDWP Error 500
-
- Closed
-