public class org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.bytecode.BC_monitorenter02
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  static org.graalvm.compiler.jtt.JTTTest$DummyTestClass object;
    descriptor: Lorg/graalvm/compiler/jtt/JTTTest$DummyTestClass;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            new org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            dup
            invokespecial org.graalvm.compiler.jtt.JTTTest$DummyTestClass.<init>:()V
            putstatic org.graalvm.compiler.jtt.bytecode.BC_monitorenter02.object:Lorg/graalvm/compiler/jtt/JTTTest$DummyTestClass;
            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 // org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_monitorenter02;

  public static int test(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // int arg
        start local 1 // int arg2
         0: .line 38
            iload 0 /* arg */
            istore 2 /* result */
        start local 2 // int result
         1: .line 39
            getstatic org.graalvm.compiler.jtt.bytecode.BC_monitorenter02.object:Lorg/graalvm/compiler/jtt/JTTTest$DummyTestClass;
            dup
            astore 3
            monitorenter
         2: .line 40
            iload 0 /* arg */
            iload 1 /* arg2 */
            idiv
            istore 2 /* result */
         3: .line 39
            aload 3
            monitorexit
         4: goto 7
      StackMap locals: int int int org.graalvm.compiler.jtt.JTTTest$DummyTestClass
      StackMap stack: java.lang.Throwable
         5: aload 3
            monitorexit
         6: athrow
         7: .line 42
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.bytecode.BC_monitorenter02.object:Lorg/graalvm/compiler/jtt/JTTTest$DummyTestClass;
            dup
            astore 3
            monitorenter
         8: .line 43
            iload 0 /* arg */
            iload 1 /* arg2 */
            idiv
            istore 2 /* result */
         9: .line 42
            aload 3
            monitorexit
        10: goto 13
      StackMap locals: int int int org.graalvm.compiler.jtt.JTTTest$DummyTestClass
      StackMap stack: java.lang.Throwable
        11: aload 3
            monitorexit
        12: athrow
        13: .line 45
      StackMap locals:
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // int arg2
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0     arg  I
            0   14     1    arg2  I
            1   14     2  result  I
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
           8    10      11  any
          11    12      11  any
    MethodParameters:
      Name  Flags
      arg   
      arg2  

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_monitorenter02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_monitorenter02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.bytecode.BC_monitorenter02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_monitorenter02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "BC_monitorenter02.java"
InnerClasses:
  public final DummyTestClass = org.graalvm.compiler.jtt.JTTTest$DummyTestClass of org.graalvm.compiler.jtt.JTTTest