freebsd-dev/cddl/contrib/dtracetoolkit/Java
..
j_calldist.d
j_calls.d
j_calltime.d
j_classflow.d
j_cpudist.d
j_cputime.d
j_events.d
j_flow.d
j_flowtime.d
j_methodcalls.d
j_objnew.d
j_package.d
j_profile.d
j_stat.d
j_syscalls.d
j_syscolors.d
j_thread.d
j_who.d
Readme

Java - DTracing Java

   These scripts trace the JVM, and require the Java hotspot provider which
   was shipped with Java starting with version 1.6.0.

   Some of these scripts measure method and object events, and require
   the Java process to be run using the "+ExtendedDTraceProbes" flag.
   For example,

	java -XX:+ExtendedDTraceProbes classfile

   The ExtendedDTraceProbes flag is not on by default to avoid the additional
   overhead for maintaining these additional probes. When this flag is
   enabled, the JVM may execute slightly slower than before; when the probes
   are also enabled (especially method probes), the JVM may execute
   significantly slower.