class sun.jvm.hotspot.HSDB$HeapProgress implements sun.jvm.hotspot.utilities.HeapProgressThunk
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.HSDB$HeapProgress
super_class: java.lang.Object
{
private javax.swing.JInternalFrame frame;
descriptor: Ljavax/swing/JInternalFrame;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.ui.ProgressBarPanel bar;
descriptor: Lsun/jvm/hotspot/ui/ProgressBarPanel;
flags: (0x0002) ACC_PRIVATE
private java.lang.String windowTitle;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String progressBarTitle;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.HSDB$CleanupThunk cleanup;
descriptor: Lsun/jvm/hotspot/HSDB$CleanupThunk;
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.HSDB this$0;
descriptor: Lsun/jvm/hotspot/HSDB;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.HSDB, java.lang.String);
descriptor: (Lsun/jvm/hotspot/HSDB;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
aload 2
ldc "Percentage of heap visited"
aconst_null
invokespecial sun.jvm.hotspot.HSDB$HeapProgress.<init>:(Lsun/jvm/hotspot/HSDB;Ljava/lang/String;Ljava/lang/String;Lsun/jvm/hotspot/HSDB$CleanupThunk;)V
1: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/HSDB$HeapProgress;
0 2 2 windowTitle Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
windowTitle
void <init>(sun.jvm.hotspot.HSDB, java.lang.String, java.lang.String);
descriptor: (Lsun/jvm/hotspot/HSDB;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=5, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
aconst_null
invokespecial sun.jvm.hotspot.HSDB$HeapProgress.<init>:(Lsun/jvm/hotspot/HSDB;Ljava/lang/String;Ljava/lang/String;Lsun/jvm/hotspot/HSDB$CleanupThunk;)V
1: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/HSDB$HeapProgress;
0 2 2 windowTitle Ljava/lang/String;
0 2 3 progressBarTitle Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
windowTitle
progressBarTitle
void <init>(sun.jvm.hotspot.HSDB, java.lang.String, java.lang.String, sun.jvm.hotspot.HSDB$CleanupThunk);
descriptor: (Lsun/jvm/hotspot/HSDB;Ljava/lang/String;Ljava/lang/String;Lsun/jvm/hotspot/HSDB$CleanupThunk;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield sun.jvm.hotspot.HSDB$HeapProgress.this$0:Lsun/jvm/hotspot/HSDB;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield sun.jvm.hotspot.HSDB$HeapProgress.windowTitle:Ljava/lang/String;
2: aload 0
aload 3
putfield sun.jvm.hotspot.HSDB$HeapProgress.progressBarTitle:Ljava/lang/String;
3: aload 0
aload 4
putfield sun.jvm.hotspot.HSDB$HeapProgress.cleanup:Lsun/jvm/hotspot/HSDB$CleanupThunk;
4: return
end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/HSDB$HeapProgress;
0 5 2 windowTitle Ljava/lang/String;
0 5 3 progressBarTitle Ljava/lang/String;
0 5 4 cleanup Lsun/jvm/hotspot/HSDB$CleanupThunk;
MethodParameters:
Name Flags
this$0 final
windowTitle
progressBarTitle
cleanup
public void heapIterationFractionUpdate(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.HSDB$HeapProgress.frame:Ljavax/swing/JInternalFrame;
ifnonnull 2
1: new sun.jvm.hotspot.HSDB$HeapProgress$1
dup
aload 0
invokespecial sun.jvm.hotspot.HSDB$HeapProgress$1.<init>:(Lsun/jvm/hotspot/HSDB$HeapProgress;)V
invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
2: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.HSDB$HeapProgress$2
dup
aload 0
dload 1
invokespecial sun.jvm.hotspot.HSDB$HeapProgress$2.<init>:(Lsun/jvm/hotspot/HSDB$HeapProgress;D)V
invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/HSDB$HeapProgress;
0 4 1 fractionOfHeapVisited D
MethodParameters:
Name Flags
fractionOfHeapVisited final
public void heapIterationComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new sun.jvm.hotspot.HSDB$HeapProgress$3
dup
aload 0
invokespecial sun.jvm.hotspot.HSDB$HeapProgress$3.<init>:(Lsun/jvm/hotspot/HSDB$HeapProgress;)V
invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
1: aload 0
getfield sun.jvm.hotspot.HSDB$HeapProgress.cleanup:Lsun/jvm/hotspot/HSDB$CleanupThunk;
ifnull 3
2: aload 0
getfield sun.jvm.hotspot.HSDB$HeapProgress.cleanup:Lsun/jvm/hotspot/HSDB$CleanupThunk;
invokeinterface sun.jvm.hotspot.HSDB$CleanupThunk.heapIterationComplete:()V
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/HSDB$HeapProgress;
static sun.jvm.hotspot.HSDB access$0(sun.jvm.hotspot.HSDB$HeapProgress);
descriptor: (Lsun/jvm/hotspot/HSDB$HeapProgress;)Lsun/jvm/hotspot/HSDB;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield sun.jvm.hotspot.HSDB$HeapProgress.this$0:Lsun/jvm/hotspot/HSDB;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "HSDB.java"
NestHost: sun.jvm.hotspot.HSDB
InnerClasses:
abstract CleanupThunk = sun.jvm.hotspot.HSDB$CleanupThunk of sun.jvm.hotspot.HSDB
HeapProgress = sun.jvm.hotspot.HSDB$HeapProgress of sun.jvm.hotspot.HSDB
sun.jvm.hotspot.HSDB$HeapProgress$1
sun.jvm.hotspot.HSDB$HeapProgress$2
sun.jvm.hotspot.HSDB$HeapProgress$3