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 80
            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 85
            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 88
            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 89
            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 92
            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 93
            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 95
            aconst_null
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
         5: .line 97
            aload 2 /* os */
            ldc "win32"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
         6: .line 98
            aload 3 /* cpu */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 99
            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 100
            goto 46
      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 46
        10: .line 101
            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 46
      StackMap locals:
      StackMap stack:
        12: aload 2 /* os */
            ldc "linux"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 36
        13: .line 104
            aload 3 /* cpu */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
        14: .line 105
            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;
        15: .line 106
            goto 46
      StackMap locals:
      StackMap stack:
        16: aload 3 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        17: .line 107
            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;
        18: .line 108
            goto 46
      StackMap locals:
      StackMap stack:
        19: aload 3 /* cpu */
            ldc "ppc64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        20: .line 109
            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;
        21: .line 110
            goto 46
      StackMap locals:
      StackMap stack:
        22: aload 3 /* cpu */
            ldc "aarch64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        23: .line 111
            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;
        24: .line 112
            goto 46
        25: .line 115
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "sun.jvm.hotspot.runtime.linux_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        26: .line 116
            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;
        27: .line 117
            ldc "JavaThreadPDAccess"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        28: .line 115
            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
        29: .line 117
            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
        30: .line 114
            putstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
        31: .line 118
            goto 46
      StackMap locals:
      StackMap stack: java.lang.Exception
        32: pop
        33: .line 119
            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;
        34: .line 120
            ldc " not yet supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        35: .line 119
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        36: .line 123
      StackMap locals:
      StackMap stack:
            aload 2 /* os */
            ldc "bsd"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 43
        37: .line 124
            aload 3 /* cpu */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 40
        38: .line 125
            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;
        39: .line 126
            goto 46
      StackMap locals:
      StackMap stack:
        40: aload 3 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 41
            aload 3 /* cpu */
            ldc "x86_64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        41: .line 127
      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;
        42: .line 129
            goto 46
      StackMap locals:
      StackMap stack:
        43: aload 2 /* os */
            ldc "darwin"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        44: .line 130
            aload 3 /* cpu */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 45
            aload 3 /* cpu */
            ldc "x86_64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        45: .line 131
      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;
        46: .line 135
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.Threads.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            ifnonnull 50
        47: .line 136
            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;
        48: .line 137
            ldc " not yet supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        49: .line 136
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        50: .line 140
      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;
        51: .line 142
            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
        52: .line 143
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
            ifne 55
        53: .line 144
            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
        54: .line 145
            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
        55: .line 147
      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
        56: .line 148
            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
        57: .line 149
            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
        58: .line 150
            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   59     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   59     1  type  Lsun/jvm/hotspot/types/Type;
            3   59     2    os  Ljava/lang/String;
            4   59     3   cpu  Ljava/lang/String;
      Exception table:
        from    to  target  type
          25    31      32  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 152
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 153
            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 154
            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 168
            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 169
            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 171
      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 175
            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 183
            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 184
            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 185
            aload 2 /* thread */
         3: areturn
        end local 2 // sun.jvm.hotspot.runtime.JavaThread thread
         4: .line 186
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         5: .line 187
            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 188
            ldc " (expected type JavaThread, CompilerThread, 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 187
            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 195
            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 196
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 197
      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 198
            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 196
            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 200
            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 204
            aload 1 /* o */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 205
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 206
      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 207
            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 208
            aload 3 /* thread */
            areturn
        end local 3 // sun.jvm.hotspot.runtime.JavaThread thread
         6: .line 205
      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 212
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: goto 14
        10: .line 213
      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 214
            aload 3 /* thread */
            aload 1 /* o */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.isLockOwned:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 13
        12: .line 215
            aload 3 /* thread */
            areturn
        end local 3 // sun.jvm.hotspot.runtime.JavaThread thread
        13: .line 212
      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 217
            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 221
            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 227
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* pendingThreads */
        start local 2 // java.util.List pendingThreads
         1: .line 228
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 229
      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 230
            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 231
            goto 9
         6: .line 233
      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 234
            aload 1 /* monitor */
            aload 5 /* pending */
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 235
            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 228
      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 238
            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 243
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* pendingThreads */
        start local 2 // java.util.List pendingThreads
         1: .line 244
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 245
      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 246
            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 247
            aload 1 /* monitor */
            aload 5 /* waiting */
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 248
            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 244
      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 251
            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