public class com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument extends com.oracle.truffle.api.test.polyglot.ProxyInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInstrument
{
  static int entered;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int returnedValue;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int returnedExceptional;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument this
         0: .line 357
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
         1: .line 358
            iconst_0
            putstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.entered:I
         2: .line 359
            iconst_0
            putstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.returnedValue:I
         3: .line 360
            iconst_0
            putstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.returnedExceptional:I
         4: .line 361
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest$TestDecentInstrument;

  static void assertHitOK(int);
    descriptor: (I)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // int count
         0: .line 364
            iload 0 /* count */
            i2l
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.entered:I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         1: .line 365
            iload 0 /* count */
            i2l
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.returnedValue:I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 366
            lconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.returnedExceptional:I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 367
            return
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  count  I
    MethodParameters:
       Name  Flags
      count  

  static void assertHitErr(int);
    descriptor: (I)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // int count
         0: .line 370
            iload 0 /* count */
            i2l
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.entered:I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         1: .line 371
            iload 0 /* count */
            iconst_1
            isub
            i2l
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.returnedValue:I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 372
            lconst_1
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.returnedExceptional:I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 373
            return
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  count  I
    MethodParameters:
       Name  Flags
      count  

  protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 377
            aload 0 /* this */
            aload 1 /* env */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.onCreate:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
         1: .line 378
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.EXPRESSION:Ljava/lang/Class;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest$TestDecentInstrument;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         2: .line 395
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest$TestDecentInstrument;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "InstrumentationNoExceptionsTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest
InnerClasses:
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public TestDecentInstrument = com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument of com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument$1