Searched refs:PrintGCStat (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/management/VerboseGC/
H A DPrintGCStat.java56 public class PrintGCStat { class
63 * Constructs a PrintGCStat object to monitor a remote JVM.
65 public PrintGCStat(MBeanServerConnection server) throws IOException { method in class:PrintGCStat
109 * Constructs a PrintGCStat object to monitor the local JVM.
111 public PrintGCStat() { method in class:PrintGCStat
H A DVerboseGC.java67 PrintGCStat pstat = new PrintGCStat(server);

Completed in 29 milliseconds