class sun.management.ThreadImpl implements java.lang.management.ThreadMXBean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.management.ThreadImpl
  super_class: java.lang.Object
{
  private final sun.management.VMManagement jvm;
    descriptor: Lsun/management/VMManagement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean contentionMonitoringEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean cpuTimeEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.management.VMManagement);
    descriptor: (Lsun/management/VMManagement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.management.ThreadImpl this
        start local 1 // sun.management.VMManagement vm
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield sun.management.ThreadImpl.contentionMonitoringEnabled:Z
         2: .line 55
            aload 0 /* this */
            aload 1 /* vm */
            putfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
         3: .line 56
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.isThreadCpuTimeEnabled:()Z
            putfield sun.management.ThreadImpl.cpuTimeEnabled:Z
         4: .line 57
            return
        end local 1 // sun.management.VMManagement vm
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/management/ThreadImpl;
            0    5     1    vm  Lsun/management/VMManagement;
    MethodParameters:
      Name  Flags
      vm    

  public int getThreadCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 60
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.getLiveThreadCount:()I
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public int getPeakThreadCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 64
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.getPeakThreadCount:()I
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public long getTotalStartedThreadCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 68
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.getTotalThreadCount:()J
            lreturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public int getDaemonThreadCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 72
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.getDaemonThreadCount:()I
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public boolean isThreadContentionMonitoringSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 76
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.isThreadContentionMonitoringSupported:()Z
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public synchronized boolean isThreadContentionMonitoringEnabled();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 80
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadContentionMonitoringSupported:()Z
            ifne 4
         1: .line 81
            new java.lang.UnsupportedOperationException
            dup
         2: .line 82
            ldc "Thread contention monitoring is not supported."
         3: .line 81
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.management.ThreadImpl.contentionMonitoringEnabled:Z
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/management/ThreadImpl;

  public boolean isThreadCpuTimeSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 88
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.isOtherThreadCpuTimeSupported:()Z
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public boolean isCurrentThreadCpuTimeSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 92
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.isCurrentThreadCpuTimeSupported:()Z
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public boolean isThreadCpuTimeEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 96
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeSupported:()Z
            ifne 5
         1: .line 97
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isCurrentThreadCpuTimeSupported:()Z
            ifne 5
         2: .line 98
            new java.lang.UnsupportedOperationException
            dup
         3: .line 99
            ldc "Thread CPU time measurement is not supported"
         4: .line 98
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.management.ThreadImpl.cpuTimeEnabled:Z
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/management/ThreadImpl;

  public long[] getAllThreadIds();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 105
            invokestatic sun.management.ManagementFactory.checkMonitorAccess:()V
         1: .line 107
            invokestatic sun.management.ThreadImpl.getThreads:()[Ljava/lang/Thread;
            astore 1 /* threads */
        start local 1 // java.lang.Thread[] threads
         2: .line 108
            aload 1 /* threads */
            arraylength
            istore 2 /* length */
        start local 2 // int length
         3: .line 109
            iload 2 /* length */
            newarray 11
            astore 3 /* ids */
        start local 3 // long[] ids
         4: .line 110
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 9
         6: .line 111
      StackMap locals: sun.management.ThreadImpl java.lang.Thread[] int long[] int
      StackMap stack:
            aload 1 /* threads */
            iload 4 /* i */
            aaload
            astore 5 /* t */
        start local 5 // java.lang.Thread t
         7: .line 112
            aload 3 /* ids */
            iload 4 /* i */
            aload 5 /* t */
            invokevirtual java.lang.Thread.getId:()J
            lastore
        end local 5 // java.lang.Thread t
         8: .line 110
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* length */
            if_icmplt 6
        end local 4 // int i
        10: .line 114
            aload 3 /* ids */
            areturn
        end local 3 // long[] ids
        end local 2 // int length
        end local 1 // java.lang.Thread[] threads
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/management/ThreadImpl;
            2   11     1  threads  [Ljava/lang/Thread;
            3   11     2   length  I
            4   11     3      ids  [J
            5   10     4        i  I
            7    8     5        t  Ljava/lang/Thread;

  public java.lang.management.ThreadInfo getThreadInfo(long);
    descriptor: (J)Ljava/lang/management/ThreadInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.management.ThreadImpl this
        start local 1 // long id
         0: .line 118
            lload 1 /* id */
            lconst_0
            lcmp
            ifgt 4
         1: .line 119
            new java.lang.IllegalArgumentException
            dup
         2: .line 120
            new java.lang.StringBuilder
            dup
            ldc "Invalid thread ID parameter: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 119
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 123
      StackMap locals:
      StackMap stack:
            iconst_1
            newarray 11
            astore 3 /* ids */
        start local 3 // long[] ids
         5: .line 124
            aload 3 /* ids */
            iconst_0
            lload 1 /* id */
            lastore
         6: .line 125
            aload 0 /* this */
            aload 3 /* ids */
            iconst_0
            invokevirtual sun.management.ThreadImpl.getThreadInfo:([JI)[Ljava/lang/management/ThreadInfo;
            astore 4 /* infos */
        start local 4 // java.lang.management.ThreadInfo[] infos
         7: .line 126
            aload 4 /* infos */
            iconst_0
            aaload
            areturn
        end local 4 // java.lang.management.ThreadInfo[] infos
        end local 3 // long[] ids
        end local 1 // long id
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/management/ThreadImpl;
            0    8     1     id  J
            5    8     3    ids  [J
            7    8     4  infos  [Ljava/lang/management/ThreadInfo;
    MethodParameters:
      Name  Flags
      id    

  public java.lang.management.ThreadInfo getThreadInfo(long, int);
    descriptor: (JI)Ljava/lang/management/ThreadInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.management.ThreadImpl this
        start local 1 // long id
        start local 3 // int maxDepth
         0: .line 130
            lload 1 /* id */
            lconst_0
            lcmp
            ifgt 4
         1: .line 131
            new java.lang.IllegalArgumentException
            dup
         2: .line 132
            new java.lang.StringBuilder
            dup
            ldc "Invalid thread ID parameter: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 131
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 134
      StackMap locals:
      StackMap stack:
            iload 3 /* maxDepth */
            ifge 8
         5: .line 135
            new java.lang.IllegalArgumentException
            dup
         6: .line 136
            new java.lang.StringBuilder
            dup
            ldc "Invalid maxDepth parameter: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* maxDepth */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 135
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 139
      StackMap locals:
      StackMap stack:
            iconst_1
            newarray 11
            astore 4 /* ids */
        start local 4 // long[] ids
         9: .line 140
            aload 4 /* ids */
            iconst_0
            lload 1 /* id */
            lastore
        10: .line 141
            aload 0 /* this */
            aload 4 /* ids */
            iload 3 /* maxDepth */
            invokevirtual sun.management.ThreadImpl.getThreadInfo:([JI)[Ljava/lang/management/ThreadInfo;
            astore 5 /* infos */
        start local 5 // java.lang.management.ThreadInfo[] infos
        11: .line 142
            aload 5 /* infos */
            iconst_0
            aaload
            areturn
        end local 5 // java.lang.management.ThreadInfo[] infos
        end local 4 // long[] ids
        end local 3 // int maxDepth
        end local 1 // long id
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lsun/management/ThreadImpl;
            0   12     1        id  J
            0   12     3  maxDepth  I
            9   12     4       ids  [J
           11   12     5     infos  [Ljava/lang/management/ThreadInfo;
    MethodParameters:
          Name  Flags
      id        
      maxDepth  

  public java.lang.management.ThreadInfo[] getThreadInfo(long[]);
    descriptor: ([J)[Ljava/lang/management/ThreadInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.management.ThreadImpl this
        start local 1 // long[] ids
         0: .line 146
            aload 0 /* this */
            aload 1 /* ids */
            iconst_0
            invokevirtual sun.management.ThreadImpl.getThreadInfo:([JI)[Ljava/lang/management/ThreadInfo;
            areturn
        end local 1 // long[] ids
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;
            0    1     1   ids  [J
    MethodParameters:
      Name  Flags
      ids   

  public java.lang.management.ThreadInfo[] getThreadInfo(long[], int);
    descriptor: ([JI)[Ljava/lang/management/ThreadInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.management.ThreadImpl this
        start local 1 // long[] ids
        start local 2 // int maxDepth
         0: .line 150
            aload 1 /* ids */
            ifnonnull 2
         1: .line 151
            new java.lang.NullPointerException
            dup
            ldc "Null ids parameter."
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 154
      StackMap locals:
      StackMap stack:
            iload 2 /* maxDepth */
            ifge 6
         3: .line 155
            new java.lang.IllegalArgumentException
            dup
         4: .line 156
            new java.lang.StringBuilder
            dup
            ldc "Invalid maxDepth parameter: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* maxDepth */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 155
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 159
      StackMap locals:
      StackMap stack:
            invokestatic sun.management.ManagementFactory.checkMonitorAccess:()V
         7: .line 161
            aload 1 /* ids */
            arraylength
            anewarray java.lang.management.ThreadInfo
            astore 3 /* infos */
        start local 3 // java.lang.management.ThreadInfo[] infos
         8: .line 162
            iload 2 /* maxDepth */
            ldc 2147483647
            if_icmpne 11
         9: .line 163
            aload 1 /* ids */
            iconst_m1
            aload 3 /* infos */
            invokestatic sun.management.ThreadImpl.getThreadInfo0:([JI[Ljava/lang/management/ThreadInfo;)V
        10: .line 164
            goto 12
        11: .line 165
      StackMap locals: java.lang.management.ThreadInfo[]
      StackMap stack:
            aload 1 /* ids */
            iload 2 /* maxDepth */
            aload 3 /* infos */
            invokestatic sun.management.ThreadImpl.getThreadInfo0:([JI[Ljava/lang/management/ThreadInfo;)V
        12: .line 167
      StackMap locals:
      StackMap stack:
            aload 3 /* infos */
            areturn
        end local 3 // java.lang.management.ThreadInfo[] infos
        end local 2 // int maxDepth
        end local 1 // long[] ids
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lsun/management/ThreadImpl;
            0   13     1       ids  [J
            0   13     2  maxDepth  I
            8   13     3     infos  [Ljava/lang/management/ThreadInfo;
    MethodParameters:
          Name  Flags
      ids       
      maxDepth  

  public void setThreadContentionMonitoringEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.management.ThreadImpl this
        start local 1 // boolean enable
         0: .line 173
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadContentionMonitoringSupported:()Z
            ifne 4
         1: .line 174
            new java.lang.UnsupportedOperationException
            dup
         2: .line 175
            ldc "Thread contention monitoring is not supported"
         3: .line 174
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 178
      StackMap locals:
      StackMap stack:
            invokestatic sun.management.ManagementFactory.checkControlAccess:()V
         5: .line 180
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         6: .line 181
            aload 0 /* this */
            getfield sun.management.ThreadImpl.contentionMonitoringEnabled:Z
            iload 1 /* enable */
            if_icmpeq 11
         7: .line 182
            iload 1 /* enable */
            ifeq 9
         8: .line 185
            lconst_0
            invokestatic sun.management.ThreadImpl.resetContentionTimes0:(J)V
         9: .line 189
      StackMap locals: sun.management.ThreadImpl
      StackMap stack:
            iload 1 /* enable */
            invokestatic sun.management.ThreadImpl.setThreadContentionMonitoringEnabled0:(Z)V
        10: .line 191
            aload 0 /* this */
            iload 1 /* enable */
            putfield sun.management.ThreadImpl.contentionMonitoringEnabled:Z
        11: .line 180
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 2
            monitorexit
        14: athrow
        15: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enable
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/management/ThreadImpl;
            0   16     1  enable  Z
      Exception table:
        from    to  target  type
           6    12      13  any
          13    14      13  any
    MethodParameters:
        Name  Flags
      enable  

  public long getCurrentThreadCpuTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 198
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isCurrentThreadCpuTimeSupported:()Z
            ifne 4
         1: .line 199
            new java.lang.UnsupportedOperationException
            dup
         2: .line 200
            ldc "Current thread CPU time measurement is not supported."
         3: .line 199
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeEnabled:()Z
            ifne 6
         5: .line 204
            ldc -1
            lreturn
         6: .line 207
      StackMap locals:
      StackMap stack:
            lconst_0
            invokestatic sun.management.ThreadImpl.getThreadTotalCpuTime0:(J)J
            lreturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/management/ThreadImpl;

  public long getThreadCpuTime(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.management.ThreadImpl this
        start local 1 // long id
         0: .line 212
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeSupported:()Z
            ifne 5
         1: .line 213
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isCurrentThreadCpuTimeSupported:()Z
            ifne 5
         2: .line 214
            new java.lang.UnsupportedOperationException
            dup
         3: .line 215
            ldc "Thread CPU Time Measurement is not supported."
         4: .line 214
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeSupported:()Z
            ifne 10
         6: .line 220
            lload 1 /* id */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getId:()J
            lcmp
            ifeq 10
         7: .line 221
            new java.lang.UnsupportedOperationException
            dup
         8: .line 222
            ldc "Thread CPU Time Measurement is only supported for the current thread."
         9: .line 221
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 227
      StackMap locals:
      StackMap stack:
            lload 1 /* id */
            lconst_0
            lcmp
            ifgt 14
        11: .line 228
            new java.lang.IllegalArgumentException
            dup
        12: .line 229
            new java.lang.StringBuilder
            dup
            ldc "Invalid thread ID parameter: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 228
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeEnabled:()Z
            ifne 16
        15: .line 233
            ldc -1
            lreturn
        16: .line 236
      StackMap locals:
      StackMap stack:
            lload 1 /* id */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getId:()J
            lcmp
            ifne 18
        17: .line 238
            lconst_0
            invokestatic sun.management.ThreadImpl.getThreadTotalCpuTime0:(J)J
            lreturn
        18: .line 240
      StackMap locals:
      StackMap stack:
            lload 1 /* id */
            invokestatic sun.management.ThreadImpl.getThreadTotalCpuTime0:(J)J
            lreturn
        end local 1 // long id
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lsun/management/ThreadImpl;
            0   19     1    id  J
    MethodParameters:
      Name  Flags
      id    

  public long getCurrentThreadUserTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 246
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isCurrentThreadCpuTimeSupported:()Z
            ifne 4
         1: .line 247
            new java.lang.UnsupportedOperationException
            dup
         2: .line 248
            ldc "Current thread CPU time measurement is not supported."
         3: .line 247
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeEnabled:()Z
            ifne 6
         5: .line 252
            ldc -1
            lreturn
         6: .line 255
      StackMap locals:
      StackMap stack:
            lconst_0
            invokestatic sun.management.ThreadImpl.getThreadUserCpuTime0:(J)J
            lreturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/management/ThreadImpl;

  public long getThreadUserTime(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.management.ThreadImpl this
        start local 1 // long id
         0: .line 260
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeSupported:()Z
            ifne 5
         1: .line 261
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isCurrentThreadCpuTimeSupported:()Z
            ifne 5
         2: .line 262
            new java.lang.UnsupportedOperationException
            dup
         3: .line 263
            ldc "Thread CPU time measurement is not supported."
         4: .line 262
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeSupported:()Z
            ifne 10
         6: .line 268
            lload 1 /* id */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getId:()J
            lcmp
            ifeq 10
         7: .line 269
            new java.lang.UnsupportedOperationException
            dup
         8: .line 270
            ldc "Thread CPU time measurement is only supported for the current thread."
         9: .line 269
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 275
      StackMap locals:
      StackMap stack:
            lload 1 /* id */
            lconst_0
            lcmp
            ifgt 14
        11: .line 276
            new java.lang.IllegalArgumentException
            dup
        12: .line 277
            new java.lang.StringBuilder
            dup
            ldc "Invalid thread ID parameter: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 276
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeEnabled:()Z
            ifne 16
        15: .line 281
            ldc -1
            lreturn
        16: .line 284
      StackMap locals:
      StackMap stack:
            lload 1 /* id */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getId:()J
            lcmp
            ifne 18
        17: .line 286
            lconst_0
            invokestatic sun.management.ThreadImpl.getThreadUserCpuTime0:(J)J
            lreturn
        18: .line 288
      StackMap locals:
      StackMap stack:
            lload 1 /* id */
            invokestatic sun.management.ThreadImpl.getThreadUserCpuTime0:(J)J
            lreturn
        end local 1 // long id
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lsun/management/ThreadImpl;
            0   19     1    id  J
    MethodParameters:
      Name  Flags
      id    

  public void setThreadCpuTimeEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.management.ThreadImpl this
        start local 1 // boolean enable
         0: .line 294
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isThreadCpuTimeSupported:()Z
            ifne 5
         1: .line 295
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isCurrentThreadCpuTimeSupported:()Z
            ifne 5
         2: .line 296
            new java.lang.UnsupportedOperationException
            dup
         3: .line 297
            ldc "Thread CPU time measurement is not supported"
         4: .line 296
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 300
      StackMap locals:
      StackMap stack:
            invokestatic sun.management.ManagementFactory.checkControlAccess:()V
         6: .line 301
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         7: .line 302
            aload 0 /* this */
            getfield sun.management.ThreadImpl.cpuTimeEnabled:Z
            iload 1 /* enable */
            if_icmpeq 10
         8: .line 304
            iload 1 /* enable */
            invokestatic sun.management.ThreadImpl.setThreadCpuTimeEnabled0:(Z)V
         9: .line 305
            aload 0 /* this */
            iload 1 /* enable */
            putfield sun.management.ThreadImpl.cpuTimeEnabled:Z
        10: .line 301
      StackMap locals: sun.management.ThreadImpl
      StackMap stack:
            aload 2
            monitorexit
        11: goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: aload 2
            monitorexit
        13: athrow
        14: .line 308
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enable
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/management/ThreadImpl;
            0   15     1  enable  Z
      Exception table:
        from    to  target  type
           7    11      12  any
          12    13      12  any
    MethodParameters:
        Name  Flags
      enable  

  public long[] findMonitorDeadlockedThreads();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 311
            invokestatic sun.management.ManagementFactory.checkMonitorAccess:()V
         1: .line 313
            invokestatic sun.management.ThreadImpl.findMonitorDeadlockedThreads0:()[Ljava/lang/Thread;
            astore 1 /* threads */
        start local 1 // java.lang.Thread[] threads
         2: .line 314
            aload 1 /* threads */
            ifnonnull 4
         3: .line 315
            aconst_null
            areturn
         4: .line 318
      StackMap locals: java.lang.Thread[]
      StackMap stack:
            aload 1 /* threads */
            arraylength
            newarray 11
            astore 2 /* ids */
        start local 2 // long[] ids
         5: .line 319
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 320
      StackMap locals: long[] int
      StackMap stack:
            aload 1 /* threads */
            iload 3 /* i */
            aaload
            astore 4 /* t */
        start local 4 // java.lang.Thread t
         8: .line 321
            aload 2 /* ids */
            iload 3 /* i */
            aload 4 /* t */
            invokevirtual java.lang.Thread.getId:()J
            lastore
        end local 4 // java.lang.Thread t
         9: .line 319
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 1 /* threads */
            arraylength
            if_icmplt 7
        end local 3 // int i
        11: .line 323
            aload 2 /* ids */
            areturn
        end local 2 // long[] ids
        end local 1 // java.lang.Thread[] threads
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lsun/management/ThreadImpl;
            2   12     1  threads  [Ljava/lang/Thread;
            5   12     2      ids  [J
            6   11     3        i  I
            8    9     4        t  Ljava/lang/Thread;

  public long[] findDeadlockedThreads();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 327
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isSynchronizerUsageSupported:()Z
            ifne 4
         1: .line 328
            new java.lang.UnsupportedOperationException
            dup
         2: .line 329
            ldc "Monitoring of Synchronizer Usage is not supported."
         3: .line 328
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 332
      StackMap locals:
      StackMap stack:
            invokestatic sun.management.ManagementFactory.checkMonitorAccess:()V
         5: .line 334
            invokestatic sun.management.ThreadImpl.findDeadlockedThreads0:()[Ljava/lang/Thread;
            astore 1 /* threads */
        start local 1 // java.lang.Thread[] threads
         6: .line 335
            aload 1 /* threads */
            ifnonnull 8
         7: .line 336
            aconst_null
            areturn
         8: .line 339
      StackMap locals: java.lang.Thread[]
      StackMap stack:
            aload 1 /* threads */
            arraylength
            newarray 11
            astore 2 /* ids */
        start local 2 // long[] ids
         9: .line 340
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: goto 14
        11: .line 341
      StackMap locals: long[] int
      StackMap stack:
            aload 1 /* threads */
            iload 3 /* i */
            aaload
            astore 4 /* t */
        start local 4 // java.lang.Thread t
        12: .line 342
            aload 2 /* ids */
            iload 3 /* i */
            aload 4 /* t */
            invokevirtual java.lang.Thread.getId:()J
            lastore
        end local 4 // java.lang.Thread t
        13: .line 340
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* i */
            aload 1 /* threads */
            arraylength
            if_icmplt 11
        end local 3 // int i
        15: .line 344
            aload 2 /* ids */
            areturn
        end local 2 // long[] ids
        end local 1 // java.lang.Thread[] threads
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lsun/management/ThreadImpl;
            6   16     1  threads  [Ljava/lang/Thread;
            9   16     2      ids  [J
           10   15     3        i  I
           12   13     4        t  Ljava/lang/Thread;

  public void resetPeakThreadCount();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 348
            invokestatic sun.management.ManagementFactory.checkControlAccess:()V
         1: .line 349
            invokestatic sun.management.ThreadImpl.resetPeakThreadCount0:()V
         2: .line 350
            return
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/management/ThreadImpl;

  public boolean isObjectMonitorUsageSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 353
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.isObjectMonitorUsageSupported:()Z
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public boolean isSynchronizerUsageSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.ThreadImpl this
         0: .line 357
            aload 0 /* this */
            getfield sun.management.ThreadImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.isSynchronizerUsageSupported:()Z
            ireturn
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/ThreadImpl;

  public java.lang.management.ThreadInfo[] getThreadInfo(long[], boolean, boolean);
    descriptor: ([JZZ)[Ljava/lang/management/ThreadInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.management.ThreadImpl this
        start local 1 // long[] ids
        start local 2 // boolean lockedMonitors
        start local 3 // boolean lockedSynchronizers
         0: .line 363
            aload 1 /* ids */
            ifnonnull 2
         1: .line 364
            new java.lang.NullPointerException
            dup
            ldc "Null ids parameter."
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 367
      StackMap locals:
      StackMap stack:
            iload 2 /* lockedMonitors */
            ifeq 6
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isObjectMonitorUsageSupported:()Z
            ifne 6
         3: .line 368
            new java.lang.UnsupportedOperationException
            dup
         4: .line 369
            ldc "Monitoring of Object Monitor Usage is not supported."
         5: .line 368
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 371
      StackMap locals:
      StackMap stack:
            iload 3 /* lockedSynchronizers */
            ifeq 10
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isSynchronizerUsageSupported:()Z
            ifne 10
         7: .line 372
            new java.lang.UnsupportedOperationException
            dup
         8: .line 373
            ldc "Monitoring of Synchronizer Usage is not supported."
         9: .line 372
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 376
      StackMap locals:
      StackMap stack:
            invokestatic sun.management.ManagementFactory.checkMonitorAccess:()V
        11: .line 377
            aload 1 /* ids */
            iload 2 /* lockedMonitors */
            iload 3 /* lockedSynchronizers */
            invokestatic sun.management.ThreadImpl.dumpThreads0:([JZZ)[Ljava/lang/management/ThreadInfo;
            areturn
        end local 3 // boolean lockedSynchronizers
        end local 2 // boolean lockedMonitors
        end local 1 // long[] ids
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Lsun/management/ThreadImpl;
            0   12     1                  ids  [J
            0   12     2       lockedMonitors  Z
            0   12     3  lockedSynchronizers  Z
    MethodParameters:
                     Name  Flags
      ids                  
      lockedMonitors       
      lockedSynchronizers  

  public java.lang.management.ThreadInfo[] dumpAllThreads(boolean, boolean);
    descriptor: (ZZ)[Ljava/lang/management/ThreadInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.management.ThreadImpl this
        start local 1 // boolean lockedMonitors
        start local 2 // boolean lockedSynchronizers
         0: .line 382
            iload 1 /* lockedMonitors */
            ifeq 4
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isObjectMonitorUsageSupported:()Z
            ifne 4
         1: .line 383
            new java.lang.UnsupportedOperationException
            dup
         2: .line 384
            ldc "Monitoring of Object Monitor Usage is not supported."
         3: .line 383
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 386
      StackMap locals:
      StackMap stack:
            iload 2 /* lockedSynchronizers */
            ifeq 8
            aload 0 /* this */
            invokevirtual sun.management.ThreadImpl.isSynchronizerUsageSupported:()Z
            ifne 8
         5: .line 387
            new java.lang.UnsupportedOperationException
            dup
         6: .line 388
            ldc "Monitoring of Synchronizer Usage is not supported."
         7: .line 387
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 391
      StackMap locals:
      StackMap stack:
            invokestatic sun.management.ManagementFactory.checkMonitorAccess:()V
         9: .line 392
            aconst_null
            iload 1 /* lockedMonitors */
            iload 2 /* lockedSynchronizers */
            invokestatic sun.management.ThreadImpl.dumpThreads0:([JZZ)[Ljava/lang/management/ThreadInfo;
            areturn
        end local 2 // boolean lockedSynchronizers
        end local 1 // boolean lockedMonitors
        end local 0 // sun.management.ThreadImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lsun/management/ThreadImpl;
            0   10     1       lockedMonitors  Z
            0   10     2  lockedSynchronizers  Z
    MethodParameters:
                     Name  Flags
      lockedMonitors       
      lockedSynchronizers  

  private static native java.lang.Thread[] getThreads();
    descriptor: ()[Ljava/lang/Thread;
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native void getThreadInfo0(long[], int, java.lang.management.ThreadInfo[]);
    descriptor: ([JI[Ljava/lang/management/ThreadInfo;)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
          Name  Flags
      ids       
      maxDepth  
      result    

  private static native long getThreadTotalCpuTime0(long);
    descriptor: (J)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      id    

  private static native long getThreadUserCpuTime0(long);
    descriptor: (J)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      id    

  private static native void setThreadCpuTimeEnabled0(boolean);
    descriptor: (Z)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
        Name  Flags
      enable  

  private static native void setThreadContentionMonitoringEnabled0(boolean);
    descriptor: (Z)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
        Name  Flags
      enable  

  private static native java.lang.Thread[] findMonitorDeadlockedThreads0();
    descriptor: ()[Ljava/lang/Thread;
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native java.lang.Thread[] findDeadlockedThreads0();
    descriptor: ()[Ljava/lang/Thread;
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native void resetPeakThreadCount0();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native java.lang.management.ThreadInfo[] dumpThreads0(long[], boolean, boolean);
    descriptor: ([JZZ)[Ljava/lang/management/ThreadInfo;
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                     Name  Flags
      ids                  
      lockedMonitors       
      lockedSynchronizers  

  private static native void resetContentionTimes0(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      tid   
}
SourceFile: "ThreadImpl.java"