class org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1 extends java.lang.ThreadLocal<org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1
  super_class: java.lang.ThreadLocal
{
  final org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this$1;
    descriptor: Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1 this
         0: .line 334
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1.this$1:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer initialValue();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1 this
         0: .line 337
            new org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer
            dup
            sipush 10000
            invokespecial org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer.<init>:(I)V
            astore 1 /* buffer */
        start local 1 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer buffer
         1: .line 338
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1.this$1:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffers:Ljava/util/List;
            dup
            astore 2
            monitorenter
         2: .line 339
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1.this$1:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffers:Ljava/util/List;
            aload 1 /* buffer */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 338
            aload 2
            monitorexit
         4: goto 7
      StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1 org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer java.util.List
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
         7: .line 341
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            areturn
        end local 1 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer buffer
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$1;
            1    8     1  buffer  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1.initialValue:()Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;>;
SourceFile: "CompileTheWorld.java"
EnclosingMethod: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams
NestHost: org.graalvm.compiler.hotspot.test.CompileTheWorld
InnerClasses:
  LibGraalParams = org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams of org.graalvm.compiler.hotspot.test.CompileTheWorld
  org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1
  StackTraceBuffer = org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer of org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams