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
{
  private final org.graalvm.compiler.options.OptionValues inputOptions;
    descriptor: Lorg/graalvm/compiler/options/OptionValues;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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 242
            ldc Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
            invokestatic org.graalvm.libgraal.LibGraal.registerNativeMethods:(Ljava/lang/Class;)V
         1: .line 243
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer getOptions();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
         0: .line 315
            invokestatic org.graalvm.libgraal.LibGraalScope.current:()Lorg/graalvm/libgraal/LibGraalScope;
            invokevirtual org.graalvm.libgraal.LibGraalScope.getIsolate:()Lorg/graalvm/libgraal/LibGraalIsolate;
            ldc Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
            aload 0 /* this */
            invokedynamic get(Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams.lambda$0()Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer; (7)
                  ()Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
            invokevirtual org.graalvm.libgraal.LibGraalIsolate.getSingleton:(Ljava/lang/Class;Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer
            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;

  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 331
            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 inputOptions
         0: .line 345
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 309
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.optionsBuffers:Ljava/util/List;
         2: .line 325
            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;
         3: .line 334
            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;
         4: .line 346
            aload 0 /* this */
            aload 1 /* inputOptions */
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.inputOptions:Lorg/graalvm/compiler/options/OptionValues;
         5: .line 347
            return
        end local 1 // org.graalvm.compiler.options.OptionValues inputOptions
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            0    6     1  inputOptions  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
              Name  Flags
      inputOptions  

  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 351
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.optionsBuffers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer
            astore 1 /* options */
        start local 1 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer options
         2: .line 352
            aload 1 /* options */
            invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer.free:()V
        end local 1 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer options
         3: .line 351
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 354
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffers:Ljava/util/List;
            dup
            astore 1
            monitorenter
         5: .line 355
            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 8
      StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams java.util.List top java.util.Iterator
      StackMap stack:
         6: 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
         7: .line 356
            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
         8: .line 355
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 358
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.stackTraceBuffers:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        10: .line 354
            aload 1
            monitorexit
        11: goto 14
      StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams java.util.List
      StackMap stack: java.lang.Throwable
        12: aload 1
            monitorexit
        13: athrow
        14: .line 360
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            2    3     1  options  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
            7    8     2   buffer  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$StackTraceBuffer;
      Exception table:
        from    to  target  type
           5    11      12  any
          12    13      12  any

  private org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer lambda$0();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
         0: .line 316
            new org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.inputOptions:Lorg/graalvm/compiler/options/OptionValues;
            invokespecial org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer.<init>:(Lorg/graalvm/compiler/options/OptionValues;)V
            astore 1 /* optionsBuffer */
        start local 1 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer optionsBuffer
         1: .line 317
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.optionsBuffers:Ljava/util/List;
            dup
            astore 2
            monitorenter
         2: .line 318
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams.optionsBuffers:Ljava/util/List;
            aload 1 /* optionsBuffer */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 317
            aload 2
            monitorexit
         4: goto 7
      StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer java.util.List
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
         7: .line 320
      StackMap locals:
      StackMap stack:
            aload 1 /* optionsBuffer */
            areturn
        end local 1 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams$OptionsBuffer optionsBuffer
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            1    8     1  optionsBuffer  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams$OptionsBuffer;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
}
SourceFile: "CompileTheWorld.java"
NestHost: org.graalvm.compiler.hotspot.test.CompileTheWorld
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  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