class sun.jvm.hotspot.ui.Inspector$8 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.Inspector$8
  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

  private final sun.jvm.hotspot.utilities.WorkerThread val$worker;
    descriptor: Lsun/jvm/hotspot/utilities/WorkerThread;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Runnable val$cutoverButtonRunnable;
    descriptor: Ljava/lang/Runnable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Inspector$8 this
         0: .line 337
            new sun.jvm.hotspot.utilities.ReversePtrsAnalysis
            dup
            invokespecial sun.jvm.hotspot.utilities.ReversePtrsAnalysis.<init>:()V
            astore 1 /* rev */
        start local 1 // sun.jvm.hotspot.utilities.ReversePtrsAnalysis rev
         1: .line 338
            aload 1 /* rev */
            invokevirtual sun.jvm.hotspot.utilities.ReversePtrsAnalysis.run:()V
         2: .line 339
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$8.val$cutoverButtonRunnable:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
        end local 1 // sun.jvm.hotspot.utilities.ReversePtrsAnalysis rev
         3: .line 340
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 2
         5: .line 341
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$8.val$worker:Lsun/jvm/hotspot/utilities/WorkerThread;
            invokevirtual sun.jvm.hotspot.utilities.WorkerThread.shutdown:()V
         6: .line 342
            aload 2
            athrow
         7: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Inspector$8.val$worker:Lsun/jvm/hotspot/utilities/WorkerThread;
            invokevirtual sun.jvm.hotspot.utilities.WorkerThread.shutdown:()V
         8: .line 343
            return
        end local 0 // sun.jvm.hotspot.ui.Inspector$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/jvm/hotspot/ui/Inspector$8;
            1    3     1   rev  Lsun/jvm/hotspot/utilities/ReversePtrsAnalysis;
      Exception table:
        from    to  target  type
           0     4       4  any
}
SourceFile: "Inspector.java"
EnclosingMethod: sun.jvm.hotspot.ui.Inspector.fireComputeLiveness:()V
NestHost: sun.jvm.hotspot.ui.Inspector
InnerClasses:
  sun.jvm.hotspot.ui.Inspector$8