public class sun.jvm.hotspot.ui.JavaThreadsPanel extends sun.jvm.hotspot.ui.SAPanel implements java.awt.event.ActionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.JavaThreadsPanel
  super_class: sun.jvm.hotspot.ui.SAPanel
{
  private sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel dataModel;
    descriptor: Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.java.swing.ui.StatusBar statusBar;
    descriptor: Lcom/sun/java/swing/ui/StatusBar;
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.JTable threadTable;
    descriptor: Ljavax/swing/JTable;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread> cachedThreads;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;>;

  private static sun.jvm.hotspot.types.AddressField crashThread;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 65
            invokedynamic update()Ljava/util/Observer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/util/Observable;Ljava/lang/Object;)V
                  sun/jvm/hotspot/ui/JavaThreadsPanel.lambda$0(Ljava/util/Observable;Ljava/lang/Object;)V (6)
                  (Ljava/util/Observable;Ljava/lang/Object;)V
         1: .line 64
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         2: .line 66
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 69
            aload 0 /* db */
            ldc "VMError"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            ldc "_thread"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.ui.JavaThreadsPanel.crashThread:Lsun/jvm/hotspot/types/AddressField;
         1: .line 70
            return
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
    MethodParameters:
      Name  Flags
      db    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 76
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.SAPanel.<init>:()V
         1: .line 59
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel.cachedThreads:Ljava/util/List;
         2: .line 77
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            new sun.jvm.hotspot.ui.JavaThreadsPanel$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$1.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;)V
            invokevirtual sun.jvm.hotspot.runtime.VM.registerVMResumedObserver:(Ljava/util/Observer;)V
         3: .line 83
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            new sun.jvm.hotspot.ui.JavaThreadsPanel$2
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$2.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;)V
            invokevirtual sun.jvm.hotspot.runtime.VM.registerVMSuspendedObserver:(Ljava/util/Observer;)V
         4: .line 89
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.cache:()V
         5: .line 91
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.setLayout:(Ljava/awt/LayoutManager;)V
         6: .line 93
            aload 0 /* this */
            new sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.cachedThreads:Ljava/util/List;
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;Ljava/util/List;)V
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel.dataModel:Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
         7: .line 94
            aload 0 /* this */
            new com.sun.java.swing.ui.StatusBar
            dup
            invokespecial com.sun.java.swing.ui.StatusBar.<init>:()V
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel.statusBar:Lcom/sun/java/swing/ui/StatusBar;
         8: .line 96
            aload 0 /* this */
            new javax.swing.JTable
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.dataModel:Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
            new sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsColumnModel
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsColumnModel.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;)V
            invokespecial javax.swing.JTable.<init>:(Ljavax/swing/table/TableModel;Ljavax/swing/table/TableColumnModel;)V
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel.threadTable:Ljavax/swing/JTable;
         9: .line 97
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.threadTable:Ljavax/swing/JTable;
            iconst_0
            invokevirtual javax.swing.JTable.setSelectionMode:(I)V
        10: .line 98
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.threadTable:Ljavax/swing/JTable;
            new sun.jvm.hotspot.ui.JavaThreadsPanel$3
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$3.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;)V
            invokevirtual javax.swing.JTable.addMouseListener:(Ljava/awt/event/MouseListener;)V
        11: .line 107
            aload 0 /* this */
            new sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsToolBar
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.statusBar:Lcom/sun/java/swing/ui/StatusBar;
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsToolBar.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;Lcom/sun/java/swing/ui/StatusBar;)V
            ldc "North"
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        12: .line 108
            aload 0 /* this */
            new sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.threadTable:Ljavax/swing/JTable;
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;Ljavax/swing/JTable;)V
            ldc "Center"
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        13: .line 109
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.statusBar:Lcom/sun/java/swing/ui/StatusBar;
            ldc "South"
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        14: .line 111
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.registerActions:()V
        15: .line 112
            return
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
        start local 1 // java.awt.event.ActionEvent evt
         0: .line 325
            aload 1 /* evt */
            invokevirtual java.awt.event.ActionEvent.getActionCommand:()Ljava/lang/String;
            astore 2 /* command */
        start local 2 // java.lang.String command
         1: .line 327
            aload 2 /* command */
            ldc "inspect-command"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 328
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.fireShowThreadOopInspector:()V
         3: .line 329
            goto 18
      StackMap locals: java.lang.String
      StackMap stack:
         4: aload 2 /* command */
            ldc "memory-command"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 330
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.fireShowThreadStackMemory:()V
         6: .line 331
            goto 18
      StackMap locals:
      StackMap stack:
         7: aload 2 /* command */
            ldc "thread-info-command"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 332
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.fireShowThreadInfo:()V
         9: .line 333
            goto 18
      StackMap locals:
      StackMap stack:
        10: aload 2 /* command */
            ldc "find-crashes-command"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
        11: .line 334
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.fireShowThreadCrashes:()Z
            ifeq 14
        12: .line 335
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.statusBar:Lcom/sun/java/swing/ui/StatusBar;
            ldc "Some thread crashes were encountered"
            invokevirtual com.sun.java.swing.ui.StatusBar.setMessage:(Ljava/lang/String;)V
        13: .line 336
            goto 18
        14: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.statusBar:Lcom/sun/java/swing/ui/StatusBar;
            ldc "No thread crashes encountered"
            invokevirtual com.sun.java.swing.ui.StatusBar.setMessage:(Ljava/lang/String;)V
        15: .line 339
            goto 18
      StackMap locals:
      StackMap stack:
        16: aload 2 /* command */
            ldc "jstack-command"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        17: .line 340
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.fireShowJavaStackTrace:()V
        18: .line 342
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String command
        end local 1 // java.awt.event.ActionEvent evt
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            0   19     1      evt  Ljava/awt/event/ActionEvent;
            1   19     2  command  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      evt   

  protected void registerActions();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 390
            aload 0 /* this */
            ldc "inspect-command"
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.registerAction:(Ljava/lang/String;)V
         1: .line 391
            aload 0 /* this */
            ldc "memory-command"
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.registerAction:(Ljava/lang/String;)V
         2: .line 392
            aload 0 /* this */
            ldc "find-crashes-command"
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.registerAction:(Ljava/lang/String;)V
         3: .line 393
            aload 0 /* this */
            ldc "jstack-command"
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.registerAction:(Ljava/lang/String;)V
         4: .line 396
            invokestatic com.sun.java.swing.action.ActionManager.getInstance:()Lcom/sun/java/swing/action/ActionManager;
            astore 1 /* manager */
        start local 1 // com.sun.java.swing.action.ActionManager manager
         5: .line 397
            aload 1 /* manager */
            ldc "inspect-command"
            iconst_0
            invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
         6: .line 398
            aload 1 /* manager */
            ldc "memory-command"
            iconst_0
            invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
         7: .line 399
            aload 1 /* manager */
            ldc "jstack-command"
            iconst_0
            invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
         8: .line 400
            return
        end local 1 // com.sun.java.swing.action.ActionManager manager
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            5    9     1  manager  Lcom/sun/java/swing/action/ActionManager;

  private void registerAction(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
        start local 1 // java.lang.String actionName
         0: .line 403
            invokestatic com.sun.java.swing.action.ActionManager.getInstance:()Lcom/sun/java/swing/action/ActionManager;
            astore 2 /* manager */
        start local 2 // com.sun.java.swing.action.ActionManager manager
         1: .line 404
            aload 2 /* manager */
            aload 1 /* actionName */
            invokevirtual com.sun.java.swing.action.ActionManager.getDelegateAction:(Ljava/lang/String;)Lcom/sun/java/swing/action/DelegateAction;
            astore 3 /* action */
        start local 3 // com.sun.java.swing.action.DelegateAction action
         2: .line 405
            aload 3 /* action */
            aload 0 /* this */
            invokevirtual com.sun.java.swing.action.DelegateAction.addActionListener:(Ljava/awt/event/ActionListener;)V
         3: .line 406
            return
        end local 3 // com.sun.java.swing.action.DelegateAction action
        end local 2 // com.sun.java.swing.action.ActionManager manager
        end local 1 // java.lang.String actionName
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            0    4     1  actionName  Ljava/lang/String;
            1    4     2     manager  Lcom/sun/java/swing/action/ActionManager;
            2    4     3      action  Lcom/sun/java/swing/action/DelegateAction;
    MethodParameters:
            Name  Flags
      actionName  

  private void fireShowThreadOopInspector();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 411
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.threadTable:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.getSelectedRow:()I
            istore 1 /* i */
        start local 1 // int i
         1: .line 412
            iload 1 /* i */
            ifge 3
         2: .line 413
            return
         3: .line 416
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.dataModel:Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
            iload 1 /* i */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel.getJavaThread:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            astore 2 /* t */
        start local 2 // sun.jvm.hotspot.runtime.JavaThread t
         4: .line 417
            aload 0 /* this */
            aload 2 /* t */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.showThreadOopInspector:(Lsun/jvm/hotspot/runtime/JavaThread;)V
         5: .line 418
            return
        end local 2 // sun.jvm.hotspot.runtime.JavaThread t
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            1    6     1     i  I
            4    6     2     t  Lsun/jvm/hotspot/runtime/JavaThread;

  private void fireShowThreadStackMemory();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 421
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.threadTable:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.getSelectedRow:()I
            istore 1 /* i */
        start local 1 // int i
         1: .line 422
            iload 1 /* i */
            ifge 3
         2: .line 423
            return
         3: .line 425
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.dataModel:Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
            iload 1 /* i */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel.getJavaThread:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.showThreadStackMemory:(Lsun/jvm/hotspot/runtime/JavaThread;)V
         4: .line 426
            return
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            1    5     1     i  I

  private void fireShowJavaStackTrace();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 429
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.threadTable:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.getSelectedRow:()I
            istore 1 /* i */
        start local 1 // int i
         1: .line 430
            iload 1 /* i */
            ifge 3
         2: .line 431
            return
         3: .line 433
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.dataModel:Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
            iload 1 /* i */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel.getJavaThread:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.showJavaStackTrace:(Lsun/jvm/hotspot/runtime/JavaThread;)V
         4: .line 434
            return
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            1    5     1     i  I

  private void fireShowThreadInfo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 437
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.threadTable:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.getSelectedRow:()I
            istore 1 /* i */
        start local 1 // int i
         1: .line 438
            iload 1 /* i */
            ifge 3
         2: .line 439
            return
         3: .line 441
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.dataModel:Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
            iload 1 /* i */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel.getJavaThread:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel.showThreadInfo:(Lsun/jvm/hotspot/runtime/JavaThread;)V
         4: .line 442
            return
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            1    5     1     i  I

  private boolean fireShowThreadCrashes();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 452
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.cachedThreads:Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
         1: .line 453
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  sun/jvm/hotspot/ui/JavaThreadsPanel.lambda$1(Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;)Lsun/jvm/hotspot/runtime/JavaThread; (6)
                  (Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;)Lsun/jvm/hotspot/runtime/JavaThread;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         2: .line 454
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  sun/jvm/hotspot/ui/JavaThreadsPanel.lambda$2(Lsun/jvm/hotspot/runtime/JavaThread;)Z (6)
                  (Lsun/jvm/hotspot/runtime/JavaThread;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         3: .line 456
            invokeinterface java.util.stream.Stream.findAny:()Ljava/util/Optional;
         4: .line 451
            astore 1 /* crashed */
        start local 1 // java.util.Optional crashed
         5: .line 457
            aload 1 /* crashed */
            aload 0 /* this */
            invokedynamic accept(Lsun/jvm/hotspot/ui/JavaThreadsPanel;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  sun/jvm/hotspot/ui/SAPanel.showThreadStackMemory(Lsun/jvm/hotspot/runtime/JavaThread;)V (5)
                  (Lsun/jvm/hotspot/runtime/JavaThread;)V
            invokevirtual java.util.Optional.ifPresent:(Ljava/util/function/Consumer;)V
         6: .line 458
            aload 1 /* crashed */
            invokevirtual java.util.Optional.isPresent:()Z
            ireturn
        end local 1 // java.util.Optional crashed
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            5    7     1  crashed  Ljava/util/Optional<Lsun/jvm/hotspot/runtime/JavaThread;>;

  private void cache();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 462
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getThreads:()Lsun/jvm/hotspot/runtime/Threads;
            astore 1 /* threads */
        start local 1 // sun.jvm.hotspot.runtime.Threads threads
         1: .line 463
            aload 1 /* threads */
            invokevirtual sun.jvm.hotspot.runtime.Threads.first:()Lsun/jvm/hotspot/runtime/JavaThread;
            astore 2 /* t */
        start local 2 // sun.jvm.hotspot.runtime.JavaThread t
         2: goto 6
         3: .line 464
      StackMap locals: sun.jvm.hotspot.runtime.Threads sun.jvm.hotspot.runtime.JavaThread
      StackMap stack:
            aload 2 /* t */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.isJavaThread:()Z
            ifeq 5
         4: .line 465
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.cachedThreads:Ljava/util/List;
            new sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread
            dup
            aload 0 /* this */
            aload 2 /* t */
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;Lsun/jvm/hotspot/runtime/JavaThread;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 463
      StackMap locals:
      StackMap stack:
            aload 2 /* t */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.next:()Lsun/jvm/hotspot/runtime/JavaThread;
            astore 2 /* t */
      StackMap locals:
      StackMap stack:
         6: aload 2 /* t */
            ifnonnull 3
        end local 2 // sun.jvm.hotspot.runtime.JavaThread t
         7: .line 468
            return
        end local 1 // sun.jvm.hotspot.runtime.Threads threads
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            1    8     1  threads  Lsun/jvm/hotspot/runtime/Threads;
            2    7     2        t  Lsun/jvm/hotspot/runtime/JavaThread;

  private void decache();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
         0: .line 471
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.cachedThreads:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 472
            return
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel;

  private static void lambda$0(java.util.Observable, java.lang.Object);
    descriptor: (Ljava/util/Observable;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.util.Observable o
        start local 1 // java.lang.Object a
         0: .line 65
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getTypeDataBase:()Lsun/jvm/hotspot/types/TypeDataBase;
            invokestatic sun.jvm.hotspot.ui.JavaThreadsPanel.initialize:(Lsun/jvm/hotspot/types/TypeDataBase;)V
            return
        end local 1 // java.lang.Object a
        end local 0 // java.util.Observable o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     o  Ljava/util/Observable;
            0    1     1     a  Ljava/lang/Object;

  private static sun.jvm.hotspot.runtime.JavaThread lambda$1(sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread);
    descriptor: (Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;)Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread t
         0: .line 453
            aload 0 /* t */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.getThread:()Lsun/jvm/hotspot/runtime/JavaThread;
            areturn
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;

  private static boolean lambda$2(sun.jvm.hotspot.runtime.JavaThread);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread t
         0: .line 454
            aload 0 /* t */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getAddress:()Lsun/jvm/hotspot/debugger/Address;
         1: .line 455
            getstatic sun.jvm.hotspot.ui.JavaThreadsPanel.crashThread:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
         2: .line 454
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
         3: .line 455
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     t  Lsun/jvm/hotspot/runtime/JavaThread;
}
SourceFile: "JavaThreadsPanel.java"
NestMembers:
  sun.jvm.hotspot.ui.JavaThreadsPanel$1  sun.jvm.hotspot.ui.JavaThreadsPanel$2  sun.jvm.hotspot.ui.JavaThreadsPanel$3  sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread  sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsColumnModel  sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel  sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsToolBar  sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel  sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$1  sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  sun.jvm.hotspot.ui.JavaThreadsPanel$1
  sun.jvm.hotspot.ui.JavaThreadsPanel$2
  sun.jvm.hotspot.ui.JavaThreadsPanel$3
  private CachedThread = sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread of sun.jvm.hotspot.ui.JavaThreadsPanel
  private JavaThreadsColumnModel = sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsColumnModel of sun.jvm.hotspot.ui.JavaThreadsPanel
  private JavaThreadsTableModel = sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel of sun.jvm.hotspot.ui.JavaThreadsPanel
  private JavaThreadsToolBar = sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsToolBar of sun.jvm.hotspot.ui.JavaThreadsPanel
  private ThreadPanel = sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel of sun.jvm.hotspot.ui.JavaThreadsPanel