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

/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DReader.java62 * @param heapFile The name of a file containing a heap dump
65 public static Snapshot readFile(String heapFile, boolean callStack, argument
69 int pos = heapFile.lastIndexOf('#');
71 String num = heapFile.substring(pos+1, heapFile.length());
75 String msg = "In file name \"" + heapFile
82 heapFile = heapFile.substring(0, pos);
85 new BufferedInputStream(new FileInputStream(heapFile)));
90 = new HprofReader(heapFile, i
[all...]

Completed in 22 milliseconds