class apple.laf.JRSUIControl$ThreadLocalByteBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: apple.laf.JRSUIControl$ThreadLocalByteBuffer
  super_class: java.lang.Object
{
  final java.nio.ByteBuffer buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0010) ACC_FINAL

  final long ptr;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // apple.laf.JRSUIControl$ThreadLocalByteBuffer this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            sipush 128
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            putfield apple.laf.JRSUIControl$ThreadLocalByteBuffer.buffer:Ljava/nio/ByteBuffer;
         2: .line 77
            aload 0 /* this */
            getfield apple.laf.JRSUIControl$ThreadLocalByteBuffer.buffer:Ljava/nio/ByteBuffer;
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         3: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield apple.laf.JRSUIControl$ThreadLocalByteBuffer.buffer:Ljava/nio/ByteBuffer;
            invokestatic apple.laf.JRSUIControl.getPtrOfBuffer:(Ljava/nio/ByteBuffer;)J
            putfield apple.laf.JRSUIControl$ThreadLocalByteBuffer.ptr:J
         4: .line 79
            return
        end local 0 // apple.laf.JRSUIControl$ThreadLocalByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lapple/laf/JRSUIControl$ThreadLocalByteBuffer;
}
SourceFile: "JRSUIControl.java"
NestHost: apple.laf.JRSUIControl
InnerClasses:
  private ThreadLocalByteBuffer = apple.laf.JRSUIControl$ThreadLocalByteBuffer of apple.laf.JRSUIControl