final class com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState
  super_class: java.lang.Object
{
  private final com.oracle.truffle.polyglot.PolyglotContextThreadLocal contextThreadLocal;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotContextThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.Assumption singleContextAssumption;
    descriptor: Lcom/oracle/truffle/api/Assumption;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile com.oracle.truffle.polyglot.PolyglotContextImpl singleContext;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState this
         0: .line 116
            aload 0 /* this */
            getstatic com.oracle.truffle.polyglot.PolyglotContextImpl.singleContextState:Lcom/oracle/truffle/polyglot/PolyglotContextImpl$SingleContextState;
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState.singleContext:Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            invokespecial com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState.<init>:(Lcom/oracle/truffle/polyglot/PolyglotContextImpl;)V
         1: .line 118
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotContextImpl$SingleContextState;

  void <init>(com.oracle.truffle.polyglot.PolyglotContextImpl);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState this
        start local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 109
            aload 0 /* this */
            new com.oracle.truffle.polyglot.PolyglotContextThreadLocal
            dup
            invokespecial com.oracle.truffle.polyglot.PolyglotContextThreadLocal.<init>:()V
            putfield com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState.contextThreadLocal:Lcom/oracle/truffle/polyglot/PolyglotContextThreadLocal;
         2: .line 110
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            ldc "Single Context"
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createAssumption:(Ljava/lang/String;)Lcom/oracle/truffle/api/Assumption;
            putfield com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState.singleContextAssumption:Lcom/oracle/truffle/api/Assumption;
         3: .line 121
            aload 0 /* this */
            aload 1 /* context */
            putfield com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState.singleContext:Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
         4: .line 122
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
        end local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/polyglot/PolyglotContextImpl$SingleContextState;
            0    5     1  context  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
    MethodParameters:
         Name  Flags
      context  

  com.oracle.truffle.polyglot.PolyglotContextThreadLocal getContextThreadLocal();
    descriptor: ()Lcom/oracle/truffle/polyglot/PolyglotContextThreadLocal;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState this
         0: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState.contextThreadLocal:Lcom/oracle/truffle/polyglot/PolyglotContextThreadLocal;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotContextImpl$SingleContextState;

  com.oracle.truffle.api.Assumption getSingleContextAssumption();
    descriptor: ()Lcom/oracle/truffle/api/Assumption;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState this
         0: .line 129
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState.singleContextAssumption:Lcom/oracle/truffle/api/Assumption;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotContextImpl$SingleContextState;
}
SourceFile: "PolyglotContextImpl.java"
NestHost: com.oracle.truffle.polyglot.PolyglotContextImpl
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  final SingleContextState = com.oracle.truffle.polyglot.PolyglotContextImpl$SingleContextState of com.oracle.truffle.polyglot.PolyglotContextImpl