JDK-6402793 : Provide DTrace-to-JVM interface to dynamically turn on java probes
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2006-03-23
  • Updated: 2017-05-16
  • Resolved: 2006-04-19
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 b81Fixed
Related Reports
Relates :  
Description
With 6346964, support dynamic enabling of the extended DTrace Java probes (such as method-entry, object-alloc) is possible. While 6346964 covers changes to JVM to enable dynamic turning on/off of ExtendedDTraceProbes flag, this rfe is to track DTrace-to-JVM interface through a shared object. DTrace will use the shared object interface to turn on/off ExtendedDTraceProbes (or fine-grained variants of it).

Comments
SUGGESTED FIX Spec: http://ccc.sfbay/6402793 Webrev: http://bongo.india.sun.com/debugging/dtrace/6402793/webrev/ Also refer to the attachment "webrev.tar"
13-04-2006

EVALUATION We are providing libjvm_dtrace.so and interface header so that DTrace can "tell" JVM to turn on extended DTrace hotspot probes.
05-04-2006