Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
heapTracker.c | 2011-04-14 | 35.7 kB | |
heapTracker.h | 2011-04-14 | 2.5 kB | |
HeapTracker.java | 2011-04-14 | 2.4 kB | |
sample.makefile.txt | 2011-04-14 | 5.7 kB | |
Totals: 4 Items | 46.2 kB | 0 |
# # %W% %E% # # Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. # ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. # heapTracker: %W% %E% This agent library can be used to track object allocations. It uses the same java_crw_demo library used by HPROF to do BCI on all classfiles loaded into the Virtual Machine. You can use this agent library as follows: java -agentlib:heapTracker ... To get help on the available options try: java -agentlib:heapTracker=help See ${JAVA_HOME}/demo/jvmti/index.html for help running and building agents.