public class sun.jvm.hotspot.runtime.Threads
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.Threads
  super_class: java.lang.Object
{
  private static sun.jvm.hotspot.runtime.JavaThreadFactory threadFactory;
    descriptor: Lsun/jvm/hotspot/runtime/JavaThreadFactory;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private static sun.jvm.hotspot.runtime.VirtualConstructor virtualConstructor;
    descriptor: Lsun/jvm/hotspot/runtime/VirtualConstructor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.runtime.JavaThreadPDAccess access;
    descriptor: Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.runtime.ThreadsList _list;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadsList;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 81
            new sun.jvm.hotspot.runtime.Threads$1
            dup
            invokespecial sun.jvm.hotspot.runtime.Threads$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 86
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 89
            aload 0 /* db */
            ldc "ThreadsSMRSupport"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 90
            aload 1 /* type */
            ldc "_java_thread_list"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.runtime.Threads.threadListField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 93
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getOS:()Ljava/lang/String;
            astore 2 /* os */
        start local 2 // java.lang.String os
         3: .line 94
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getCPU:()Ljava/lang/String;
            astore 3 /* cpu */
        start local 3 // java.lang.String cpu
         4: .line 96
            aconst_null
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
         5: .line 98
            aload 2 /* os */
            ldc "win32"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
         6: .line 99
            aload 3 /* cpu */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 100
            new sun.jvm.hotspot.runtime.win32_x86.Win32X86JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.win32_x86.Win32X86JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
         8: .line 101
            goto 49
      StackMap locals: sun.jvm.hotspot.types.Type java.lang.String java.lang.String
      StackMap stack:
         9: aload 3 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        10: .line 102
            new sun.jvm.hotspot.runtime.win32_amd64.Win32AMD64JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.win32_amd64.Win32AMD64JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        11: .line 103
            goto 49
      StackMap locals:
      StackMap stack:
        12: aload 3 /* cpu */
            ldc "aarch64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
        13: .line 104
            new sun.jvm.hotspot.runtime.win32_aarch64.Win32AARCH64JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.win32_aarch64.Win32AARCH64JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        14: .line 106
            goto 49
      StackMap locals:
      StackMap stack:
        15: aload 2 /* os */
            ldc "linux"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 39
        16: .line 107
            aload 3 /* cpu */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        17: .line 108
            new sun.jvm.hotspot.runtime.linux_x86.LinuxX86JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.linux_x86.LinuxX86JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        18: .line 109
            goto 49
      StackMap locals:
      StackMap stack:
        19: aload 3 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        20: .line 110
            new sun.jvm.hotspot.runtime.linux_amd64.LinuxAMD64JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.linux_amd64.LinuxAMD64JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        21: .line 111
            goto 49
      StackMap locals:
      StackMap stack:
        22: aload 3 /* cpu */
            ldc "ppc64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        23: .line 112
            new sun.jvm.hotspot.runtime.linux_ppc64.LinuxPPC64JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.linux_ppc64.LinuxPPC64JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        24: .line 113
            goto 49
      StackMap locals:
      StackMap stack:
        25: aload 3 /* cpu */
            ldc "aarch64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 28
        26: .line 114
            new sun.jvm.hotspot.runtime.linux_aarch64.LinuxAARCH64JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.linux_aarch64.LinuxAARCH64JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        27: .line 115
            goto 49
        28: .line 118
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "sun.jvm.hotspot.runtime.linux_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        29: .line 119
            aload 3 /* cpu */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ".Linux"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* cpu */
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        30: .line 120
            ldc "JavaThreadPDAccess"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        31: .line 118
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            iconst_0
            anewarray java.lang.Class
        32: .line 120
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.runtime.JavaThreadPDAccess
        33: .line 117
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        34: .line 121
            goto 49
      StackMap locals:
      StackMap stack: java.lang.Exception
        35: pop
        36: .line 122
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "OS/CPU combination "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* os */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* cpu */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        37: .line 123
            ldc " not yet supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        38: .line 122
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        39: .line 126
      StackMap locals:
      StackMap stack:
            aload 2 /* os */
            ldc "bsd"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        40: .line 127
            aload 3 /* cpu */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 43
        41: .line 128
            new sun.jvm.hotspot.runtime.bsd_x86.BsdX86JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.bsd_x86.BsdX86JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        42: .line 129
            goto 49
      StackMap locals:
      StackMap stack:
        43: aload 3 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 44
            aload 3 /* cpu */
            ldc "x86_64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
        44: .line 130
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        45: .line 132
            goto 49
      StackMap locals:
      StackMap stack:
        46: aload 2 /* os */
            ldc "darwin"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
        47: .line 133
            aload 3 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 48
            aload 3 /* cpu */
            ldc "x86_64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
        48: .line 134
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess
            dup
            invokespecial sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.<init>:()V
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        49: .line 138
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            ifnonnull 53
        50: .line 139
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "OS/CPU combination "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* os */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* cpu */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        51: .line 140
            ldc " not yet supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        52: .line 139
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        53: .line 143
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.VirtualConstructor
            dup
            aload 0 /* db */
            invokespecial sun.jvm.hotspot.runtime.VirtualConstructor.<init>:(Lsun/jvm/hotspot/types/TypeDataBase;)V
            putstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
        54: .line 145
            getstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "JavaThread"
            ldc Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        55: .line 146
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
            ifne 58
        56: .line 147
            getstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "CompilerThread"
            ldc Lsun/jvm/hotspot/runtime/CompilerThread;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        57: .line 148
            getstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "CodeCacheSweeperThread"
            ldc Lsun/jvm/hotspot/runtime/CodeCacheSweeperThread;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        58: .line 150
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "JvmtiAgentThread"
            ldc Lsun/jvm/hotspot/runtime/JvmtiAgentThread;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        59: .line 151
            getstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "ServiceThread"
            ldc Lsun/jvm/hotspot/runtime/ServiceThread;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        60: .line 152
            getstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "MonitorDeflationThread"
            ldc Lsun/jvm/hotspot/runtime/MonitorDeflationThread;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        61: .line 153
            getstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "NotificationThread"
            ldc Lsun/jvm/hotspot/runtime/NotificationThread;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        62: .line 154
            return
        end local 3 // java.lang.String cpu
        end local 2 // java.lang.String os
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   63     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   63     1  type  Lsun/jvm/hotspot/types/Type;
            3   63     2    os  Ljava/lang/String;
            4   63     3   cpu  Ljava/lang/String;
      Exception table:
        from    to  target  type
          28    34      35  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      db    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.Threads this
         0: .line 156
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 157
            ldc Lsun/jvm/hotspot/runtime/ThreadsList;
            getstatic sun.jvm.hotspot.runtime.Threads.threadListField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.runtime.ThreadsList
            putstatic sun.jvm.hotspot.runtime.Threads._list:Lsun/jvm/hotspot/runtime/ThreadsList;
         2: .line 158
            return
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/Threads;

  public sun.jvm.hotspot.runtime.JavaThread getJavaThreadAt(int);
    descriptor: (I)Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Threads this
        start local 1 // int i
         0: .line 172
            iload 1 /* i */
            i2l
            getstatic sun.jvm.hotspot.runtime.Threads._list:Lsun/jvm/hotspot/runtime/ThreadsList;
            invokevirtual sun.jvm.hotspot.runtime.ThreadsList.length:()J
            lcmp
            ifge 2
         1: .line 173
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.Threads._list:Lsun/jvm/hotspot/runtime/ThreadsList;
            iload 1 /* i */
            invokevirtual sun.jvm.hotspot.runtime.ThreadsList.getJavaThreadAddressAt:(I)Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.runtime.Threads.createJavaThreadWrapper:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/JavaThread;
            areturn
         2: .line 175
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/Threads;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int getNumberOfThreads();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.Threads this
         0: .line 179
            getstatic sun.jvm.hotspot.runtime.Threads._list:Lsun/jvm/hotspot/runtime/ThreadsList;
            invokevirtual sun.jvm.hotspot.runtime.ThreadsList.length:()J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/Threads;

  public sun.jvm.hotspot.runtime.JavaThread createJavaThreadWrapper(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Threads this
        start local 1 // sun.jvm.hotspot.debugger.Address threadAddr
         0: .line 187
            getstatic sun.jvm.hotspot.runtime.Threads.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            aload 1 /* threadAddr */
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/VMObject;
            checkcast sun.jvm.hotspot.runtime.JavaThread
            astore 2 /* thread */
        start local 2 // sun.jvm.hotspot.runtime.JavaThread thread
         1: .line 188
            aload 2 /* thread */
            getstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.setThreadPDAccess:(Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;)V
         2: .line 189
            aload 2 /* thread */
         3: areturn
        end local 2 // sun.jvm.hotspot.runtime.JavaThread thread
         4: .line 190
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         5: .line 191
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unable to deduce type of thread from address "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* threadAddr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         6: .line 192
            ldc " (expected type JavaThread, CompilerThread, MonitorDeflationThread, ServiceThread, JvmtiAgentThread or CodeCacheSweeperThread)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* e */
         7: .line 191
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // sun.jvm.hotspot.debugger.Address threadAddr
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/jvm/hotspot/runtime/Threads;
            0    8     1  threadAddr  Lsun/jvm/hotspot/debugger/Address;
            1    4     2      thread  Lsun/jvm/hotspot/runtime/JavaThread;
            5    8     2           e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.Exception
    MethodParameters:
            Name  Flags
      threadAddr  

  public void oopsDo(sun.jvm.hotspot.runtime.AddressVisitor);
    descriptor: (Lsun/jvm/hotspot/runtime/AddressVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Threads this
        start local 1 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
         0: .line 199
            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 2 /* threads */
        start local 2 // sun.jvm.hotspot.runtime.Threads threads
         1: .line 200
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 201
      StackMap locals: sun.jvm.hotspot.runtime.Threads int
      StackMap stack:
            aload 2 /* threads */
            iload 3 /* i */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getJavaThreadAt:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            astore 4 /* thread */
        start local 4 // sun.jvm.hotspot.runtime.JavaThread thread
         4: .line 202
            aload 4 /* thread */
            aload 1 /* oopVisitor */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.oopsDo:(Lsun/jvm/hotspot/runtime/AddressVisitor;)V
        end local 4 // sun.jvm.hotspot.runtime.JavaThread thread
         5: .line 200
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* threads */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getNumberOfThreads:()I
            if_icmplt 3
        end local 3 // int i
         7: .line 204
            return
        end local 2 // sun.jvm.hotspot.runtime.Threads threads
        end local 1 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/jvm/hotspot/runtime/Threads;
            0    8     1  oopVisitor  Lsun/jvm/hotspot/runtime/AddressVisitor;
            1    8     2     threads  Lsun/jvm/hotspot/runtime/Threads;
            2    7     3           i  I
            4    5     4      thread  Lsun/jvm/hotspot/runtime/JavaThread;
    MethodParameters:
            Name  Flags
      oopVisitor  

  public sun.jvm.hotspot.runtime.JavaThread owningThreadFromMonitor(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Threads this
        start local 1 // sun.jvm.hotspot.debugger.Address o
         0: .line 208
            aload 1 /* o */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 209
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 210
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getJavaThreadAt:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            astore 3 /* thread */
        start local 3 // sun.jvm.hotspot.runtime.JavaThread thread
         4: .line 211
            aload 1 /* o */
            aload 3 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.threadObjectAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 212
            aload 3 /* thread */
            areturn
        end local 3 // sun.jvm.hotspot.runtime.JavaThread thread
         6: .line 209
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getNumberOfThreads:()I
            if_icmplt 3
        end local 2 // int i
         8: .line 216
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: goto 14
        10: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getJavaThreadAt:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            astore 3 /* thread */
        start local 3 // sun.jvm.hotspot.runtime.JavaThread thread
        11: .line 218
            aload 3 /* thread */
            aload 1 /* o */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.isLockOwned:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 13
        12: .line 219
            aload 3 /* thread */
            areturn
        end local 3 // sun.jvm.hotspot.runtime.JavaThread thread
        13: .line 216
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getNumberOfThreads:()I
            if_icmplt 10
        end local 2 // int i
        15: .line 221
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address o
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/jvm/hotspot/runtime/Threads;
            0   16     1       o  Lsun/jvm/hotspot/debugger/Address;
            2    8     2       i  I
            4    6     3  thread  Lsun/jvm/hotspot/runtime/JavaThread;
            9   15     2       i  I
           11   13     3  thread  Lsun/jvm/hotspot/runtime/JavaThread;
    MethodParameters:
      Name  Flags
      o     

  public sun.jvm.hotspot.runtime.JavaThread owningThreadFromMonitor(sun.jvm.hotspot.runtime.ObjectMonitor);
    descriptor: (Lsun/jvm/hotspot/runtime/ObjectMonitor;)Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Threads this
        start local 1 // sun.jvm.hotspot.runtime.ObjectMonitor monitor
         0: .line 225
            aload 0 /* this */
            aload 1 /* monitor */
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.owner:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.runtime.Threads.owningThreadFromMonitor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/JavaThread;
            areturn
        end local 1 // sun.jvm.hotspot.runtime.ObjectMonitor monitor
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/jvm/hotspot/runtime/Threads;
            0    1     1  monitor  Lsun/jvm/hotspot/runtime/ObjectMonitor;
    MethodParameters:
         Name  Flags
      monitor  

  public java.util.List<sun.jvm.hotspot.runtime.JavaThread> getPendingThreads(sun.jvm.hotspot.runtime.ObjectMonitor);
    descriptor: (Lsun/jvm/hotspot/runtime/ObjectMonitor;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Threads this
        start local 1 // sun.jvm.hotspot.runtime.ObjectMonitor monitor
         0: .line 231
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* pendingThreads */
        start local 2 // java.util.List pendingThreads
         1: .line 232
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 233
      StackMap locals: java.util.List int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getJavaThreadAt:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            astore 4 /* thread */
        start local 4 // sun.jvm.hotspot.runtime.JavaThread thread
         4: .line 234
            aload 4 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.isCompilerThread:()Z
            ifne 9
            aload 4 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.isCodeCacheSweeperThread:()Z
            ifeq 6
         5: .line 235
            goto 9
         6: .line 237
      StackMap locals: sun.jvm.hotspot.runtime.JavaThread
      StackMap stack:
            aload 4 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getCurrentPendingMonitor:()Lsun/jvm/hotspot/runtime/ObjectMonitor;
            astore 5 /* pending */
        start local 5 // sun.jvm.hotspot.runtime.ObjectMonitor pending
         7: .line 238
            aload 1 /* monitor */
            aload 5 /* pending */
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 239
            aload 2 /* pendingThreads */
            aload 4 /* thread */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // sun.jvm.hotspot.runtime.ObjectMonitor pending
        end local 4 // sun.jvm.hotspot.runtime.JavaThread thread
         9: .line 232
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getNumberOfThreads:()I
            if_icmplt 3
        end local 3 // int i
        11: .line 242
            aload 2 /* pendingThreads */
            areturn
        end local 2 // java.util.List pendingThreads
        end local 1 // sun.jvm.hotspot.runtime.ObjectMonitor monitor
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lsun/jvm/hotspot/runtime/Threads;
            0   12     1         monitor  Lsun/jvm/hotspot/runtime/ObjectMonitor;
            1   12     2  pendingThreads  Ljava/util/List<Lsun/jvm/hotspot/runtime/JavaThread;>;
            2   11     3               i  I
            4    9     4          thread  Lsun/jvm/hotspot/runtime/JavaThread;
            7    9     5         pending  Lsun/jvm/hotspot/runtime/ObjectMonitor;
    Signature: (Lsun/jvm/hotspot/runtime/ObjectMonitor;)Ljava/util/List<Lsun/jvm/hotspot/runtime/JavaThread;>;
    MethodParameters:
         Name  Flags
      monitor  

  public java.util.List<sun.jvm.hotspot.runtime.JavaThread> getWaitingThreads(sun.jvm.hotspot.runtime.ObjectMonitor);
    descriptor: (Lsun/jvm/hotspot/runtime/ObjectMonitor;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Threads this
        start local 1 // sun.jvm.hotspot.runtime.ObjectMonitor monitor
         0: .line 247
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* pendingThreads */
        start local 2 // java.util.List pendingThreads
         1: .line 248
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 249
      StackMap locals: java.util.List int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getJavaThreadAt:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            astore 4 /* thread */
        start local 4 // sun.jvm.hotspot.runtime.JavaThread thread
         4: .line 250
            aload 4 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getCurrentWaitingMonitor:()Lsun/jvm/hotspot/runtime/ObjectMonitor;
            astore 5 /* waiting */
        start local 5 // sun.jvm.hotspot.runtime.ObjectMonitor waiting
         5: .line 251
            aload 1 /* monitor */
            aload 5 /* waiting */
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 252
            aload 2 /* pendingThreads */
            aload 4 /* thread */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // sun.jvm.hotspot.runtime.ObjectMonitor waiting
        end local 4 // sun.jvm.hotspot.runtime.JavaThread thread
         7: .line 248
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getNumberOfThreads:()I
            if_icmplt 3
        end local 3 // int i
         9: .line 255
            aload 2 /* pendingThreads */
            areturn
        end local 2 // java.util.List pendingThreads
        end local 1 // sun.jvm.hotspot.runtime.ObjectMonitor monitor
        end local 0 // sun.jvm.hotspot.runtime.Threads this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lsun/jvm/hotspot/runtime/Threads;
            0   10     1         monitor  Lsun/jvm/hotspot/runtime/ObjectMonitor;
            1   10     2  pendingThreads  Ljava/util/List<Lsun/jvm/hotspot/runtime/JavaThread;>;
            2    9     3               i  I
            4    7     4          thread  Lsun/jvm/hotspot/runtime/JavaThread;
            5    7     5         waiting  Lsun/jvm/hotspot/runtime/ObjectMonitor;
    Signature: (Lsun/jvm/hotspot/runtime/ObjectMonitor;)Ljava/util/List<Lsun/jvm/hotspot/runtime/JavaThread;>;
    MethodParameters:
         Name  Flags
      monitor  
}
SourceFile: "Threads.java"
NestMembers:
  sun.jvm.hotspot.runtime.Threads$1
InnerClasses:
  sun.jvm.hotspot.runtime.Threads$1