JDK-4954587 : MethodExit event - return_value parameter not provided
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-11-14
  • Updated: 2004-01-21
  • Resolved: 2004-01-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b35Fixed
Related Reports
Relates :  
Relates :  
Description
The MethodExit event specifies a return_value parameter which could
contain the return value of the method being exited (assuming the 
method isn't being pop'ed because of an exception).  Unfortunately
this appears not to be implemented and a jvalue of 0 is always 
provided to the callback.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b35 tiger-beta2
14-06-2004

EVALUATION This bug has been fixed in b32 except for jfloat/jdoubles returned by native methods on IA64. This last issue of the float/doubles on IA64 will be fixed for beta2 and I will mark this bug as fixed then. ###@###.### 2003-12-10 The final issue with floats returned by native methods on IA64 has been fixed for beta2. ###@###.### 2003-12-18
10-12-2003