848849850851852853854
/** * Obtains the heap dump. */ public HeapDump getHeapDump() throws IOException { return new HeapDump(this,getChannel()); }
3003300430053006300730083009
/** * Obtains the heap dump. */ public HeapDump getHeapDump() throws IOException { return new HeapDump(this,MasterComputer.localChannel); }
116117118119120121122
/** * Obtains the heap dump. */ public HeapDump getHeapDump() throws IOException { return new HeapDump(owner,channel); }
3004300530063007300830093010
/** * Obtains the heap dump. */ public HeapDump getHeapDump() throws IOException { return new HeapDump(this, MasterComputer.localChannel); }
836837838839840841842