Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2165464 | 1.4-pool | Unassigned | P4 | Closed | Won't Fix |
The testcase is RedefinePrintStatic.sh in regressionTestsInWaiting.
The testcase runs jdb on a debuggee. It stops in a method, does a redefineClasses which deletes a line in that method and then prints a static var. This causes the JDWP Error 23 ( invalid method ID) error.
When the test is run with -dbgtrace passed to jdb, the error is seen
to come out here:
[JDI: Sending Command(id=270) JDWP.StackFrame.ThisObject]
[JDI: Sending: thread(ThreadReferenceImpl): ref=1]
[JDI: Sending: frame(long): 1]
com.sun.jdi.InternalException: Unexpected JDWP Error: 23
Name: vpR10197 Date: 08/27/2002
This bug also affects the following test from testbase_nsk:
nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032
The test will be available in the next release v141r17.
Vitali Provodine <###@###.###>
======================================================================
The testcase runs jdb on a debuggee. It stops in a method, does a redefineClasses which deletes a line in that method and then prints a static var. This causes the JDWP Error 23 ( invalid method ID) error.
When the test is run with -dbgtrace passed to jdb, the error is seen
to come out here:
[JDI: Sending Command(id=270) JDWP.StackFrame.ThisObject]
[JDI: Sending: thread(ThreadReferenceImpl): ref=1]
[JDI: Sending: frame(long): 1]
com.sun.jdi.InternalException: Unexpected JDWP Error: 23
Name: vpR10197 Date: 08/27/2002
This bug also affects the following test from testbase_nsk:
nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032
The test will be available in the next release v141r17.
Vitali Provodine <###@###.###>
======================================================================
- backported by
-
JDK-2165464 After a redefineClasses, StackFrame.thisObject() gets JDWP Error 23
-
- Closed
-
- duplicates
-
JDK-4650022 JDWP Error 23 after printing an arg after a redefineClasses with recursion
-
- Closed
-