Searched refs:jmap (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DJMap.java44 return "jmap";
150 JMap jmap = new JMap(mode);
151 jmap.start(args);
152 jmap.stop();
/openjdk7/jdk/make/sun/tools/
H A DMakefile40 sun/tools/jmap \
/openjdk7/jdk/test/java/util/concurrent/locks/Lock/
H A DTimedAcquireLeak.java53 static final String jmap = javaProgramPath("jmap"); field in class:TimedAcquireLeak
129 match(commandOutputOf(jmap, "-histo:live", childPid),
133 commandOutputOf(jmap,
143 // jmap doesn't work on Windows
210 // On the other hand, jmap is much slower on Solaris...
/openjdk7/jdk/make/launchers/
H A DMakefile75 $(call make-launcher, jmap, sun.tools.jmap.JMap, \
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A Dinit.js89 * var y = jmap(x);
98 function jmap(map) { function
190 * This is java.lang.System properties wrapped by jmap.
194 var sysProps = jmap(java.lang.System.getProperties());
/openjdk7/jdk/src/share/classes/sun/tools/jmap/
H A DJMap.java26 package sun.tools.jmap;
233 // working directory rather than the directory where jmap
347 System.out.println(" jmap [option] <pid>");
349 System.out.println(" jmap [option] <executable <core>");
351 System.out.println(" jmap [option] [server_id@]<remote server IP or hostname>");
367 System.out.println(" Example: jmap -dump:live,format=b,file=heap.bin <pid>");
375 System.out.println(" jmap -histo <pid>");
377 System.out.println(" jmap -dump:<dump-options> <pid>");
384 System.out.println(" Example: jmap -dump:format=b,file=heap.bin <pid>");
/openjdk7/jdk/make/common/
H A DRelease.gmk153 jmap.1 \
403 sun/tools/jmap
498 jmap$(EXE_SUFFIX) \
631 $(ECHO) "sun/tools/jmap/" >> $@

Completed in 1086 milliseconds