CLASS net/minecraft/class_5995 net/minecraft/util/HeapDumping COMMENT A heap-dumping (dumps all object data in a JVM) utility using COMMENT {@link HotSpotDiagnosticMXBean} from the Java Management Extensions API. FIELD field_29840 HOTSPOT_DIAGNOSTIC_MXBEAN_NAME Ljava/lang/String; COMMENT String representation of the {@code ObjectName} for the {@link HotSpotDiagnosticMXBean}. FIELD field_29841 bean Lcom/sun/management/HotSpotDiagnosticMXBean; METHOD method_34934 getBean ()Lcom/sun/management/HotSpotDiagnosticMXBean; METHOD method_34935 dump (Ljava/lang/String;Z)V COMMENT Dumps the heap to the {@code outputFile} file in the same format as the hprof COMMENT heap dump. COMMENT COMMENT @see HotSpotDiagnosticMXBean#dumpHeap(String, boolean) ARG 0 outputFile COMMENT the system-dependent file name ARG 1 live COMMENT if {@code true} dump only live objects, i.e. objects that are reachable from others