JDK-4960126 : JDWP: METHOD_EXIT_WITH_RETURN_VALUE not implemented
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2003-11-26
  • Updated: 2004-12-23
  • Resolved: 2004-12-23
Related Reports
Duplicate :  
Relates :  
Relates :  
Description

Name: ooR10006			Date: 11/26/2003



Handling METHOD_EXIT_WITH_RETURN_VALUE event type is not
currently implemented in JDWP. EventRequest.Set fails to 
request for METHOD_EXIT_WITH_RETURN_VALUE event type. 

Due to this JCK test: 

vm/jdwp/Event/METHOD_EXIT_VALUE/methexitvalue001/methexitvalue001.html

fails.

Currently the test fails due to the bug 
4951475: JDWP: Set command with invalid event caused VM to terminate
- debugger receives EOF in response to EventRequest.Set (EventType=42) 
command.


======================================================================

Comments
EVALUATION As per Oleg's description this hasn't been implemented yet - see RFE 4195445. At the JVMTI level the return_value parameter is (as of b30) always passed as 0. This is currently being fixed via 4954587. Finally, the bug whereby unrecognized/non-implemented commands cause the JDWP agent to terminate is planned to be fixed in b32 as 4951475. ###@###.### 2003-11-26 ------------------------------------ I am closing this as a dup of the RFE for the same issue: 4195445. ###@###.### 2004-12-23 20:55:07 GMT
26-11-2003