public class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther extends com.oracle.truffle.api.instrumentation.TruffleInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  static int initializedCount;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  java.lang.StringBuilder onCallsLogger;
    descriptor: Ljava/lang/StringBuilder;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1744
            iconst_0
            putstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther.initializedCount:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther this
         0: .line 1742
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestAccessInstrumentsOther;

  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=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 1749
            aload 1 /* env */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
         1: .line 1750
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther.initializedCount:I
            iconst_1
            iadd
            putstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther.initializedCount:I
         2: .line 1751
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestAccessInstrumentsOther;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   final

  protected void onFinalize(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 1755
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther.onCallsLogger:Ljava/lang/StringBuilder;
            ifnull 2
         1: .line 1756
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther.onCallsLogger:Ljava/lang/StringBuilder;
            ldc "F"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 1758
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestAccessInstrumentsOther;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  protected void onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 1762
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther.onCallsLogger:Ljava/lang/StringBuilder;
            ifnull 2
         1: .line 1763
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther.onCallsLogger:Ljava/lang/StringBuilder;
            ldc "D"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 1765
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestAccessInstrumentsOther;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "InstrumentationTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public abstract Registration = com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public TestAccessInstrumentsOther = com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestAccessInstrumentsOther of com.oracle.truffle.api.instrumentation.test.InstrumentationTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testAccessInstrumentsOther", name = "otherName", version = "otherVersion", services = {Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestAccessInstrumentsOther;})