* @param phdFormat True if using PhD format
*/
private HeapDumpFormatter getFormatter(String fileName, String version,
boolean is64Bit, boolean phdFormat) throws IOException
{
return new ClassicHeapDumpFormatter(new FileWriter(fileName),version,is64Bit);
}