class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$25 extends com.oracle.truffle.api.test.polyglot.ProxyLanguage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$25
  super_class: com.oracle.truffle.api.test.polyglot.ProxyLanguage
{
  final com.oracle.truffle.api.instrumentation.test.InstrumentationTest this$0;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationTest);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$25 this
         0: .line 2378
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$25.this$0:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyLanguage.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$25 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$25;
    MethodParameters:
        Name  Flags
      this$0  final

  protected boolean isThreadAccessAllowed(java.lang.Thread, boolean);
    descriptor: (Ljava/lang/Thread;Z)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$25 this
        start local 1 // java.lang.Thread thread
        start local 2 // boolean singleThreaded
         0: .line 2382
            iconst_1
            ireturn
        end local 2 // boolean singleThreaded
        end local 1 // java.lang.Thread thread
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$25 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$25;
            0    1     1          thread  Ljava/lang/Thread;
            0    1     2  singleThreaded  Z
    MethodParameters:
                Name  Flags
      thread          
      singleThreaded  
}
SourceFile: "InstrumentationTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.InstrumentationTest.testAsynchronousStacks4:()V
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$25