class org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams
  super_class: java.lang.Object
{
  final org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer options;
    descriptor: Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
    flags: (0x0010) ACC_FINAL

  private final java.util.List<org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer> stackTraceBuffers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;>;

  private final java.lang.ThreadLocal<org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer> stackTraceBuffer;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 235
            ldc Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
            invokestatic jdk.internal.vm.compiler.libgraal.LibGraal.registerNativeMethods:(Ljava/lang/Class;)V
         1: .line 236
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer getStackTraceBuffer();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
         0: .line 313
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffer:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer
            areturn
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;

  void <init>(org.graalvm.compiler.options.OptionValues);
    descriptor: (Lorg/graalvm/compiler/options/OptionValues;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
        start local 1 // org.graalvm.compiler.options.OptionValues options
         0: .line 327
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 307
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffers:Ljava/util/List;
         2: .line 316
            aload 0 /* this */
            new org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$1.<init>:(Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)V
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffer:Ljava/lang/ThreadLocal;
         3: .line 328
            aload 0 /* this */
            new org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer
            dup
            aload 1 /* options */
            invokespecial org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer.<init>:(Lorg/graalvm/compiler/options/OptionValues;)V
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.options:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
         4: .line 329
            return
        end local 1 // org.graalvm.compiler.options.OptionValues options
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            0    5     1  options  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
         Name  Flags
      options  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
         0: .line 333
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.options:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
            invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer.free:()V
         1: .line 334
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffers:Ljava/util/List;
            dup
            astore 1
            monitorenter
         2: .line 335
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer
            astore 2 /* buffer */
        start local 2 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer buffer
         4: .line 336
            aload 2 /* buffer */
            invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer.free:()V
        end local 2 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer buffer
         5: .line 335
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 338
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffers:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         7: .line 334
            aload 1
            monitorexit
         8: goto 11
      StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams java.util.List
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 340
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            4    5     2  buffer  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;
      Exception table:
        from    to  target  type
           2     8       9  any
           9    10       9  any
}
SourceFile: "CompileTheWorld.java"
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
  OptionsBuffer = org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer of org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams
  StackTraceBuffer = org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$StackTraceBuffer of org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams