Download Latest Version localedata.jar (843.2 kB)
Email in envelope

Get an email when there's a new version of Supernova Rom

Home / jdk / jdk1.6.0_25 / demo / jvmti / mtrace
Name Modified Size InfoDownloads / Week
Parent folder
lib 2012-01-01
src 2012-01-01
mtrace.jar 2011-04-14 829 Bytes
README.txt 2011-04-14 839 Bytes
Totals: 4 Items   1.7 kB 0
#
# %W% %E%
#
# Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
# ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
#

mtrace: %W% %E%

This agent library can be used to track method call and return counts.
It uses the same java_crw_demo library used by HPROF to do BCI on all or
selected classfiles loaded into the Virtual Machine.  It will print out a 
sorted list of the most heavily used classes (as determined by the number 
of method calls into the class) and also include the call and return counts 
for all methods that are called.  

You can use this agent library as follows:

    java -Xbootclasspath/a:mtrace.jar -agentlib:mtrace ...

To get help on the available options try:

    java -agentlib:mtrace=help

See ${JAVA_HOME}/demo/jvmti/index.html for help running and building agents.

Source: README.txt, updated 2011-04-14