Searched defs:outputFile (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DHotSpotDiagnosticMXBean.java53 * Dumps the heap to the <tt>outputFile</tt> file in the same
57 * the heap dump output is written to a file named <tt>outputFile</tt>
58 * on the machine where the target VM is running. If outputFile is
62 * @param outputFile the system-dependent filename
65 * @throws IOException if the <tt>outputFile</tt>
68 * @throws NullPointerException if <tt>outputFile</tt> is <tt>null</tt>.
70 public void dumpHeap(String outputFile, boolean live) throws java.io.IOException; argument
/openjdk7/jdk/src/share/classes/sun/management/
H A DHotSpotDiagnostic.java43 public native void dumpHeap(String outputFile, boolean live) throws IOException; argument
/openjdk7/hotspot/test/runtime/6925573/
H A DSortMethodsTest.java186 Kind kind, FileObject outputFile) throws IOException {
185 getJavaFileForOutput(Location location, String qualifiedName, Kind kind, FileObject outputFile) argument
/openjdk7/langtools/test/tools/javadoc/lib/
H A DTester.java45 private final File outputFile = new File(TEST_CLASSES, "testrun.out"); field in class:Tester
82 out = new BufferedWriter(new FileWriter(outputFile));
84 throw new Error("Could not open output file " + outputFile);
96 System.out.println("--> Output written to " + outputFile);
108 new BufferedReader(new FileReader(outputFile));
119 throw new Error(outputFile + ":" + lineNum +

Completed in 97 milliseconds