Searched defs:jmap (Results 1 - 3 of 3) sorted by relevance

/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/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/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...

Completed in 33 milliseconds