README.txt revision 2362
2796N/A#
4575N/A# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2796N/A#
2796N/A# Redistribution and use in source and binary forms, with or without
2796N/A# modification, are permitted provided that the following conditions
2796N/A# are met:
2796N/A#
2796N/A# - Redistributions of source code must retain the above copyright
2796N/A# notice, this list of conditions and the following disclaimer.
2796N/A#
2796N/A# - Redistributions in binary form must reproduce the above copyright
2796N/A# notice, this list of conditions and the following disclaimer in the
2796N/A# documentation and/or other materials provided with the distribution.
2796N/A#
2796N/A# - Neither the name of Oracle nor the names of its
2796N/A# contributors may be used to endorse or promote products derived
2796N/A# from this software without specific prior written permission.
2796N/A#
2796N/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2796N/A# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
2796N/A# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4575N/A# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
2796N/A# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4575N/A# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2796N/A# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2796N/A# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4575N/A# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4575N/A# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4575N/A# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4575N/A#
2796N/A
4575N/AcompiledMethodLoad
4575N/A
4575N/AThis agent library traces CompiledMethodLoad events along
4575N/Awith the HotSpot specific compile_info parameter.
4575N/A
4575N/AYou can use this agent library as follows:
4575N/A
4575N/A java -agentlib:compiledMethodLoad ...
4575N/A
4575N/ASee ${JAVA_HOME}/demo/jvmti/index.html for help running and building agents.
4575N/A
4575N/A