class sun.jvm.hotspot.ui.Inspector$7 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.Inspector$7
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.ui.Inspector this$0;
    descriptor: Lsun/jvm/hotspot/ui/Inspector;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.ui.Inspector);
    descriptor: (Lsun/jvm/hotspot/ui/Inspector;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.Inspector$7 this
         0: .line 313
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.Inspector$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Inspector$7;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Inspector$7 this
         0: .line 315
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.currentOop:Lsun/jvm/hotspot/oops/Oop;
            invokestatic sun.jvm.hotspot.utilities.LivenessAnalysis.computeAllLivenessPaths:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/utilities/LivenessPathList;
            putfield sun.jvm.hotspot.ui.Inspector.list:Lsun/jvm/hotspot/utilities/LivenessPathList;
         1: .line 316
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.list:Lsun/jvm/hotspot/utilities/LivenessPathList;
            ifnonnull 4
         2: .line 317
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.liveStatus:Ljavax/swing/JLabel;
            ldc "Oop is Dead"
            invokevirtual javax.swing.JLabel.setText:(Ljava/lang/String;)V
         3: .line 318
            goto 9
         4: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.liveStatus:Ljavax/swing/JLabel;
            ldc "Oop is Alive"
            invokevirtual javax.swing.JLabel.setText:(Ljava/lang/String;)V
         5: .line 320
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.livenessButton:Ljavax/swing/JButton;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.livenessButtonListener:Ljava/awt/event/ActionListener;
            invokevirtual javax.swing.JButton.removeActionListener:(Ljava/awt/event/ActionListener;)V
         6: .line 321
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.livenessButton:Ljavax/swing/JButton;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.showLivenessListener:Ljava/awt/event/ActionListener;
            invokevirtual javax.swing.JButton.addActionListener:(Ljava/awt/event/ActionListener;)V
         7: .line 323
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.livenessButton:Ljavax/swing/JButton;
            iconst_1
            invokevirtual javax.swing.JButton.setEnabled:(Z)V
         8: .line 324
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$7.this$0:Lsun/jvm/hotspot/ui/Inspector;
            getfield sun.jvm.hotspot.ui.Inspector.livenessButton:Ljavax/swing/JButton;
            ldc "Show Liveness"
            invokevirtual javax.swing.JButton.setText:(Ljava/lang/String;)V
         9: .line 326
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.ui.Inspector$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/ui/Inspector$7;
}
SourceFile: "Inspector.java"
EnclosingMethod: sun.jvm.hotspot.ui.Inspector.fireComputeLiveness:()V
NestHost: sun.jvm.hotspot.ui.Inspector
InnerClasses:
  sun.jvm.hotspot.ui.Inspector$7