VM 1.4.0-beta3-build84:
ObjectReference.invokeMethod (...) always fails to be executed, IncompatibleThreadStateException is thrown even if a debugged VM is stopped at a breakpoint and a correct ThreadReference parameter is passed.
Note that jdb hangs if it is used to debug an application, the debuggee is stopped and an expression containing a method call is evaluated (using print command).
It is a regression against beta2 - methods invocation is OK there.
ObjectReference.invokeMethod (...) always fails to be executed, IncompatibleThreadStateException is thrown even if a debugged VM is stopped at a breakpoint and a correct ThreadReference parameter is passed.
Note that jdb hangs if it is used to debug an application, the debuggee is stopped and an expression containing a method call is evaluated (using print command).
It is a regression against beta2 - methods invocation is OK there.
- duplicates
-
JDK-4511926 Can't call methods at all from jdb - not even this.toString()
-
- Closed
-