class sun.misc.Perf$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.misc.Perf$1
  super_class: java.lang.Object
{
  final sun.misc.Perf this$0;
    descriptor: Lsun/misc/Perf;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.nio.ByteBuffer val$b;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.misc.Perf, java.nio.ByteBuffer);
    descriptor: (Lsun/misc/Perf;Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.misc.Perf$1 this
         0: .line 286
            aload 0 /* this */
            aload 1
            putfield sun.misc.Perf$1.this$0:Lsun/misc/Perf;
            aload 0 /* this */
            aload 2
            putfield sun.misc.Perf$1.val$b:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.misc.Perf$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/Perf$1;
    MethodParameters:
        Name  Flags
      this$0  final
      val$b   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.misc.Perf$1 this
         0: .line 289
            getstatic sun.misc.Perf.instance:Lsun/misc/Perf;
            aload 0 /* this */
            getfield sun.misc.Perf$1.val$b:Ljava/nio/ByteBuffer;
            invokevirtual sun.misc.Perf.detach:(Ljava/nio/ByteBuffer;)V
         1: .line 290
            goto 4
         2: .line 291
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* th */
        start local 1 // java.lang.Throwable th
         3: .line 294
            getstatic sun.misc.Perf.$assertionsDisabled:Z
            ifne 4
            new java.lang.AssertionError
            dup
            aload 1 /* th */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.Throwable th
         4: .line 296
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.misc.Perf$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/misc/Perf$1;
            3    4     1    th  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
}
SourceFile: "Perf.java"
EnclosingMethod: sun.misc.Perf.attachImpl:(Ljava/lang/String;II)Ljava/nio/ByteBuffer;
NestHost: sun.misc.Perf
InnerClasses:
  sun.misc.Perf$1