JDK-6274545 : Add dtrace probes for tracing Java program
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2005-05-23
  • Updated: 2017-05-16
  • Resolved: 2005-10-06
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.
JDK 6
6 b55Fixed
Related Reports
Relates :  
Relates :  
Description
Add dtrace probe points for the following events that occur during execution of the Java program (with the specified arguments):

method-entry: thread, class name, method name, method signature
method-return: thread, class name, method name, method signature
object-alloc: thread, class name, size





###@###.### 2005-05-23 15:40:15 GMT

Comments
EVALUATION For now, it is only possible to add these probes at a cost, so they should only be enabled when a startup flag is specified. ###@###.### 2005-05-23 15:40:15 GMT
23-05-2005

WORK AROUND Kelly O'hair has a JVMTI/PI agent that will provide this functionality. ###@###.### 2005-05-23 15:40:15 GMT
23-05-2005