Class HotSpotJVMHeapDump
- java.lang.Object
-
- org.eclipse.mat.ui.internal.diagnostics.actions.HotSpotJVMHeapDump
-
- All Implemented Interfaces:
DiagnosticsAction
public class HotSpotJVMHeapDump extends java.lang.Object implements DiagnosticsAction
Request a heap dump on a HotSpot JVM
-
-
Constructor Summary
Constructors Constructor Description HotSpotJVMHeapDump()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(DiagnosticsProgress progress)
Run the diagnostic action
-
-
-
Method Detail
-
run
public void run(DiagnosticsProgress progress)
Description copied from interface:DiagnosticsAction
Run the diagnostic action- Specified by:
run
in interfaceDiagnosticsAction
- Parameters:
progress
- Use this to report progress and results to the user
-
-