public class sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory implements sun.jvm.hotspot.debugger.proc.ProcThreadFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.proc.ProcDebugger debugger;
    descriptor: Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.debugger.proc.ProcDebugger);
    descriptor: (Lsun/jvm/hotspot/debugger/proc/ProcDebugger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory this
        start local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger debugger
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
         2: .line 36
            return
        end local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64ThreadFactory;
            0    3     1  debugger  Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
    MethodParameters:
          Name  Flags
      debugger  

  public sun.jvm.hotspot.debugger.ThreadProxy createThreadWrapper(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory this
        start local 1 // sun.jvm.hotspot.debugger.Address threadIdentifierAddr
         0: .line 39
            new sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            aload 1 /* threadIdentifierAddr */
            invokespecial sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.<init>:(Lsun/jvm/hotspot/debugger/proc/ProcDebugger;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address threadIdentifierAddr
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64ThreadFactory;
            0    1     1  threadIdentifierAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
                      Name  Flags
      threadIdentifierAddr  

  public sun.jvm.hotspot.debugger.ThreadProxy createThreadWrapper(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/ThreadProxy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory this
        start local 1 // long id
         0: .line 43
            new sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            lload 1 /* id */
            invokespecial sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.<init>:(Lsun/jvm/hotspot/debugger/proc/ProcDebugger;J)V
            areturn
        end local 1 // long id
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64ThreadFactory;
            0    1     1    id  J
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "ProcAARCH64ThreadFactory.java"