final class com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL extends java.lang.ThreadLocal<java.lang.Object[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL
  super_class: java.lang.ThreadLocal
{
  final com.oracle.truffle.polyglot.PolyglotContextImpl this$0;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.polyglot.PolyglotContextImpl);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL this
         0: .line 1964
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL.this$0:Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotContextImpl$ContextLocalsTL;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object[] get();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL this
         0: .line 1968
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotContextImpl$ContextLocalsTL;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL.get:()[Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<[Ljava/lang/Object;>;
SourceFile: "PolyglotContextImpl.java"
NestHost: com.oracle.truffle.polyglot.PolyglotContextImpl
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  final ContextLocalsTL = com.oracle.truffle.polyglot.PolyglotContextImpl$ContextLocalsTL of com.oracle.truffle.polyglot.PolyglotContextImpl