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