class org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen implements org.objectweb.asm.Opcodes
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen this
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest$Gen;

  public static byte[] generateClass();
    descriptor: ()[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 145
            new org.objectweb.asm.ClassWriter
            dup
            iconst_0
            invokespecial org.objectweb.asm.ClassWriter.<init>:(I)V
            astore 0 /* cw */
        start local 0 // org.objectweb.asm.ClassWriter cw
         1: .line 147
            aload 0 /* cw */
            bipush 52
            bipush 33
            getstatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest.INNER_CLASS_NAME_INTERNAL:Ljava/lang/String;
            aconst_null
            ldc "java/lang/Object"
            aconst_null
            invokevirtual org.objectweb.asm.ClassWriter.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
         2: .line 149
            aload 0 /* cw */
            ldc "UnbalancedMonitorsTest.java"
            aconst_null
            invokevirtual org.objectweb.asm.ClassWriter.visitSource:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 151
            aload 0 /* cw */
            getstatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest.INNER_CLASS_NAME_INTERNAL:Ljava/lang/String;
            getstatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest.CLASS_NAME_INTERNAL:Ljava/lang/String;
            ldc "UnbalancedMonitors"
            bipush 8
            invokevirtual org.objectweb.asm.ClassWriter.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
         4: .line 153
            aload 0 /* cw */
            invokestatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen.visitConstructor:(Lorg/objectweb/asm/ClassWriter;)V
         5: .line 154
            aload 0 /* cw */
            invokestatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen.visitWrongOrder:(Lorg/objectweb/asm/ClassWriter;)V
         6: .line 155
            aload 0 /* cw */
            iconst_1
            iconst_0
            invokestatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen.visitBlockStructured:(Lorg/objectweb/asm/ClassWriter;ZZ)V
         7: .line 156
            aload 0 /* cw */
            iconst_1
            iconst_1
            invokestatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen.visitBlockStructured:(Lorg/objectweb/asm/ClassWriter;ZZ)V
         8: .line 157
            aload 0 /* cw */
            iconst_0
            iconst_0
            invokestatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen.visitBlockStructured:(Lorg/objectweb/asm/ClassWriter;ZZ)V
         9: .line 158
            aload 0 /* cw */
            iconst_0
            iconst_1
            invokestatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen.visitBlockStructured:(Lorg/objectweb/asm/ClassWriter;ZZ)V
        10: .line 159
            aload 0 /* cw */
            invokevirtual org.objectweb.asm.ClassWriter.visitEnd:()V
        11: .line 161
            aload 0 /* cw */
            invokevirtual org.objectweb.asm.ClassWriter.toByteArray:()[B
            areturn
        end local 0 // org.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   12     0    cw  Lorg/objectweb/asm/ClassWriter;

  private static void visitBlockStructured(org.objectweb.asm.ClassWriter, boolean, boolean);
    descriptor: (Lorg/objectweb/asm/ClassWriter;ZZ)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=17, args_size=3
        start local 0 // org.objectweb.asm.ClassWriter cw
        start local 1 // boolean normalReturnError
        start local 2 // boolean tooMany
         0: .line 165
            new java.lang.StringBuilder
            dup
            iload 2 /* tooMany */
            ifeq 1
            ldc "tooMany"
            goto 2
      StackMap locals: org.objectweb.asm.ClassWriter int int
      StackMap stack: new 0 new 0
         1: ldc "tooFew"
      StackMap locals: org.objectweb.asm.ClassWriter int int
      StackMap stack: new 0 new 0 java.lang.String
         2: invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "Exits"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* normalReturnError */
            ifeq 3
            ldc ""
            goto 4
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         3: ldc "Exceptional"
      StackMap locals: org.objectweb.asm.ClassWriter int int
      StackMap stack: java.lang.StringBuilder java.lang.String
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
         5: .line 168
            iload 1 /* normalReturnError */
            ifeq 6
            iconst_1
            goto 8
      StackMap locals: java.lang.String
      StackMap stack:
         6: iload 2 /* tooMany */
            ifeq 7
            iconst_2
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* exceptionalExitCount */
        start local 4 // int exceptionalExitCount
         9: .line 169
            iload 1 /* normalReturnError */
            ifeq 11
            iload 2 /* tooMany */
            ifeq 10
            iconst_2
            goto 12
      StackMap locals: int
      StackMap stack:
        10: iconst_0
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: istore 5 /* normalExitCount */
        start local 5 // int normalExitCount
        13: .line 171
            aload 0 /* cw */
            iconst_1
            aload 3 /* name */
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)Z"
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.ClassWriter.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
            astore 6 /* mv */
        start local 6 // org.objectweb.asm.MethodVisitor mv
        14: .line 172
            aload 6 /* mv */
            invokevirtual org.objectweb.asm.MethodVisitor.visitCode:()V
        15: .line 173
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 7 /* l0 */
        start local 7 // org.objectweb.asm.Label l0
        16: .line 174
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 8 /* l1 */
        start local 8 // org.objectweb.asm.Label l1
        17: .line 175
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 9 /* l2 */
        start local 9 // org.objectweb.asm.Label l2
        18: .line 176
            aload 6 /* mv */
            aload 7 /* l0 */
            aload 8 /* l1 */
            aload 9 /* l2 */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
        19: .line 177
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 10 /* l3 */
        start local 10 // org.objectweb.asm.Label l3
        20: .line 178
            aload 6 /* mv */
            aload 9 /* l2 */
            aload 10 /* l3 */
            aload 9 /* l2 */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
        21: .line 179
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 11 /* l4 */
        start local 11 // org.objectweb.asm.Label l4
        22: .line 180
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 12 /* l5 */
        start local 12 // org.objectweb.asm.Label l5
        23: .line 181
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 13 /* l6 */
        start local 13 // org.objectweb.asm.Label l6
        24: .line 182
            aload 6 /* mv */
            aload 11 /* l4 */
            aload 12 /* l5 */
            aload 13 /* l6 */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
        25: .line 183
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 14 /* l7 */
        start local 14 // org.objectweb.asm.Label l7
        26: .line 184
            aload 6 /* mv */
            aload 9 /* l2 */
            aload 14 /* l7 */
            aload 13 /* l6 */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
        27: .line 185
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 15 /* l8 */
        start local 15 // org.objectweb.asm.Label l8
        28: .line 186
            aload 6 /* mv */
            aload 15 /* l8 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        29: .line 187
            aload 6 /* mv */
            bipush 25
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        30: .line 188
            aload 6 /* mv */
            bipush 89
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        31: .line 189
            aload 6 /* mv */
            bipush 58
            iconst_3
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        32: .line 190
            aload 6 /* mv */
            sipush 194
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        33: .line 191
            aload 6 /* mv */
            aload 11 /* l4 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        34: .line 192
            aload 6 /* mv */
            bipush 25
            iconst_2
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        35: .line 193
            aload 6 /* mv */
            bipush 89
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        36: .line 194
            aload 6 /* mv */
            bipush 58
            iconst_4
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        37: .line 195
            aload 6 /* mv */
            sipush 194
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        38: .line 196
            aload 6 /* mv */
            aload 7 /* l0 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        39: .line 197
            aload 6 /* mv */
            bipush 25
            iconst_2
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        40: .line 198
            aload 6 /* mv */
            bipush 25
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        41: .line 199
            aload 6 /* mv */
            sipush 182
            ldc "java/lang/Object"
            ldc "equals"
            ldc "(Ljava/lang/Object;)Z"
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
        42: .line 200
            aload 6 /* mv */
            bipush 25
            iconst_4
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        43: .line 201
            aload 6 /* mv */
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        44: .line 202
            aload 6 /* mv */
            aload 8 /* l1 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        45: .line 203
            iconst_0
            istore 16 /* i */
        start local 16 // int i
        46: goto 50
        47: .line 204
      StackMap locals: org.objectweb.asm.ClassWriter int int java.lang.String int int org.objectweb.asm.MethodVisitor org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label int
      StackMap stack:
            aload 6 /* mv */
            bipush 25
            iconst_3
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        48: .line 205
            aload 6 /* mv */
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        49: .line 203
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 16 /* i */
            iload 5 /* normalExitCount */
            if_icmplt 47
        end local 16 // int i
        51: .line 207
            aload 6 /* mv */
            aload 12 /* l5 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        52: .line 208
            aload 6 /* mv */
            sipush 172
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        53: .line 209
            aload 6 /* mv */
            aload 9 /* l2 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        54: .line 210
            aload 6 /* mv */
            iconst_0
            iconst_5
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest.INNER_CLASS_NAME_INTERNAL:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "java/lang/Object"
            aastore
            dup
            iconst_2
            ldc "java/lang/Object"
            aastore
            dup
            iconst_3
            ldc "java/lang/Object"
            aastore
            dup
            iconst_4
        55: .line 211
            ldc "java/lang/Object"
            aastore
            iconst_1
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "java/lang/Throwable"
            aastore
        56: .line 210
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
        57: .line 212
            aload 6 /* mv */
            bipush 25
            iconst_4
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        58: .line 213
            aload 6 /* mv */
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        59: .line 214
            aload 6 /* mv */
            aload 10 /* l3 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        60: .line 215
            aload 6 /* mv */
            sipush 191
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        61: .line 216
            aload 6 /* mv */
            aload 13 /* l6 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        62: .line 217
            aload 6 /* mv */
            iconst_0
            iconst_4
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest.INNER_CLASS_NAME_INTERNAL:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "java/lang/Object"
            aastore
            dup
            iconst_2
            ldc "java/lang/Object"
            aastore
            dup
            iconst_3
            ldc "java/lang/Object"
            aastore
            iconst_1
        63: .line 218
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "java/lang/Throwable"
            aastore
        64: .line 217
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
        65: .line 219
            iconst_0
            istore 16 /* i */
        start local 16 // int i
        66: goto 70
        67: .line 220
      StackMap locals:
      StackMap stack:
            aload 6 /* mv */
            bipush 25
            iconst_3
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        68: .line 221
            aload 6 /* mv */
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        69: .line 219
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        70: iload 16 /* i */
            iload 4 /* exceptionalExitCount */
            if_icmplt 67
        end local 16 // int i
        71: .line 223
            aload 6 /* mv */
            aload 14 /* l7 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        72: .line 224
            aload 6 /* mv */
            sipush 191
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        73: .line 225
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 16 /* l9 */
        start local 16 // org.objectweb.asm.Label l9
        74: .line 226
            aload 6 /* mv */
            aload 16 /* l9 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        75: .line 227
            aload 6 /* mv */
            iconst_2
            iconst_5
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
        76: .line 228
            aload 6 /* mv */
            invokevirtual org.objectweb.asm.MethodVisitor.visitEnd:()V
        77: .line 229
            return
        end local 16 // org.objectweb.asm.Label l9
        end local 15 // org.objectweb.asm.Label l8
        end local 14 // org.objectweb.asm.Label l7
        end local 13 // org.objectweb.asm.Label l6
        end local 12 // org.objectweb.asm.Label l5
        end local 11 // org.objectweb.asm.Label l4
        end local 10 // org.objectweb.asm.Label l3
        end local 9 // org.objectweb.asm.Label l2
        end local 8 // org.objectweb.asm.Label l1
        end local 7 // org.objectweb.asm.Label l0
        end local 6 // org.objectweb.asm.MethodVisitor mv
        end local 5 // int normalExitCount
        end local 4 // int exceptionalExitCount
        end local 3 // java.lang.String name
        end local 2 // boolean tooMany
        end local 1 // boolean normalReturnError
        end local 0 // org.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   78     0                    cw  Lorg/objectweb/asm/ClassWriter;
            0   78     1     normalReturnError  Z
            0   78     2               tooMany  Z
            5   78     3                  name  Ljava/lang/String;
            9   78     4  exceptionalExitCount  I
           13   78     5       normalExitCount  I
           14   78     6                    mv  Lorg/objectweb/asm/MethodVisitor;
           16   78     7                    l0  Lorg/objectweb/asm/Label;
           17   78     8                    l1  Lorg/objectweb/asm/Label;
           18   78     9                    l2  Lorg/objectweb/asm/Label;
           20   78    10                    l3  Lorg/objectweb/asm/Label;
           22   78    11                    l4  Lorg/objectweb/asm/Label;
           23   78    12                    l5  Lorg/objectweb/asm/Label;
           24   78    13                    l6  Lorg/objectweb/asm/Label;
           26   78    14                    l7  Lorg/objectweb/asm/Label;
           28   78    15                    l8  Lorg/objectweb/asm/Label;
           46   51    16                     i  I
           66   71    16                     i  I
           74   78    16                    l9  Lorg/objectweb/asm/Label;
    MethodParameters:
                   Name  Flags
      cw                 
      normalReturnError  
      tooMany            

  private static void visitWrongOrder(org.objectweb.asm.ClassWriter);
    descriptor: (Lorg/objectweb/asm/ClassWriter;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=12, args_size=1
        start local 0 // org.objectweb.asm.ClassWriter cw
         0: .line 233
            aload 0 /* cw */
            iconst_1
            ldc "wrongOrder"
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;"
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.ClassWriter.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
            astore 1 /* mv */
        start local 1 // org.objectweb.asm.MethodVisitor mv
         1: .line 234
            aload 1 /* mv */
            invokevirtual org.objectweb.asm.MethodVisitor.visitCode:()V
         2: .line 235
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 2 /* l0 */
        start local 2 // org.objectweb.asm.Label l0
         3: .line 236
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 3 /* l1 */
        start local 3 // org.objectweb.asm.Label l1
         4: .line 237
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 4 /* l2 */
        start local 4 // org.objectweb.asm.Label l2
         5: .line 238
            aload 1 /* mv */
            aload 2 /* l0 */
            aload 3 /* l1 */
            aload 4 /* l2 */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         6: .line 239
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 5 /* l3 */
        start local 5 // org.objectweb.asm.Label l3
         7: .line 240
            aload 1 /* mv */
            aload 4 /* l2 */
            aload 5 /* l3 */
            aload 4 /* l2 */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         8: .line 241
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 6 /* l4 */
        start local 6 // org.objectweb.asm.Label l4
         9: .line 242
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 7 /* l5 */
        start local 7 // org.objectweb.asm.Label l5
        10: .line 243
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 8 /* l6 */
        start local 8 // org.objectweb.asm.Label l6
        11: .line 244
            aload 1 /* mv */
            aload 6 /* l4 */
            aload 7 /* l5 */
            aload 8 /* l6 */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
        12: .line 245
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 9 /* l7 */
        start local 9 // org.objectweb.asm.Label l7
        13: .line 246
            aload 1 /* mv */
            aload 4 /* l2 */
            aload 9 /* l7 */
            aload 8 /* l6 */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
        14: .line 247
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 10 /* l8 */
        start local 10 // org.objectweb.asm.Label l8
        15: .line 248
            aload 1 /* mv */
            aload 10 /* l8 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        16: .line 249
            aload 1 /* mv */
            bipush 25
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        17: .line 250
            aload 1 /* mv */
            bipush 89
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        18: .line 251
            aload 1 /* mv */
            bipush 58
            iconst_3
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        19: .line 252
            aload 1 /* mv */
            sipush 194
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        20: .line 253
            aload 1 /* mv */
            aload 6 /* l4 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        21: .line 254
            aload 1 /* mv */
            bipush 25
            iconst_2
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        22: .line 255
            aload 1 /* mv */
            bipush 89
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        23: .line 256
            aload 1 /* mv */
            bipush 58
            iconst_4
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        24: .line 257
            aload 1 /* mv */
            sipush 194
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        25: .line 258
            aload 1 /* mv */
            aload 2 /* l0 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        26: .line 259
            aload 1 /* mv */
            bipush 25
            iconst_2
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        27: .line 260
            aload 1 /* mv */
            bipush 25
            iconst_3
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        28: .line 261
            aload 1 /* mv */
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        29: .line 262
            aload 1 /* mv */
            aload 3 /* l1 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        30: .line 264
            aload 1 /* mv */
            bipush 25
            iconst_4
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        31: .line 265
            aload 1 /* mv */
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        32: .line 266
            aload 1 /* mv */
            aload 7 /* l5 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        33: .line 267
            aload 1 /* mv */
            sipush 176
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        34: .line 268
            aload 1 /* mv */
            aload 4 /* l2 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        35: .line 269
            aload 1 /* mv */
            iconst_0
            iconst_5
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest.INNER_CLASS_NAME_INTERNAL:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "java/lang/Object"
            aastore
            dup
            iconst_2
            ldc "java/lang/Object"
            aastore
            dup
            iconst_3
            ldc "java/lang/Object"
            aastore
            dup
            iconst_4
        36: .line 270
            ldc "java/lang/Object"
            aastore
            iconst_1
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "java/lang/Throwable"
            aastore
        37: .line 269
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
        38: .line 271
            aload 1 /* mv */
            bipush 25
            iconst_4
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        39: .line 272
            aload 1 /* mv */
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        40: .line 273
            aload 1 /* mv */
            aload 5 /* l3 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        41: .line 274
            aload 1 /* mv */
            sipush 191
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        42: .line 275
            aload 1 /* mv */
            aload 8 /* l6 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        43: .line 276
            aload 1 /* mv */
            iconst_0
            iconst_4
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic org.graalvm.compiler.core.test.UnbalancedMonitorsTest.INNER_CLASS_NAME_INTERNAL:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "java/lang/Object"
            aastore
            dup
            iconst_2
            ldc "java/lang/Object"
            aastore
            dup
            iconst_3
            ldc "java/lang/Object"
            aastore
            iconst_1
        44: .line 277
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "java/lang/Throwable"
            aastore
        45: .line 276
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
        46: .line 278
            aload 1 /* mv */
            bipush 25
            iconst_3
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        47: .line 279
            aload 1 /* mv */
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        48: .line 280
            aload 1 /* mv */
            aload 9 /* l7 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        49: .line 281
            aload 1 /* mv */
            sipush 191
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        50: .line 282
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 11 /* l9 */
        start local 11 // org.objectweb.asm.Label l9
        51: .line 283
            aload 1 /* mv */
            aload 11 /* l9 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        52: .line 284
            aload 1 /* mv */
            iconst_2
            iconst_5
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
        53: .line 285
            aload 1 /* mv */
            invokevirtual org.objectweb.asm.MethodVisitor.visitEnd:()V
        54: .line 286
            return
        end local 11 // org.objectweb.asm.Label l9
        end local 10 // org.objectweb.asm.Label l8
        end local 9 // org.objectweb.asm.Label l7
        end local 8 // org.objectweb.asm.Label l6
        end local 7 // org.objectweb.asm.Label l5
        end local 6 // org.objectweb.asm.Label l4
        end local 5 // org.objectweb.asm.Label l3
        end local 4 // org.objectweb.asm.Label l2
        end local 3 // org.objectweb.asm.Label l1
        end local 2 // org.objectweb.asm.Label l0
        end local 1 // org.objectweb.asm.MethodVisitor mv
        end local 0 // org.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   55     0    cw  Lorg/objectweb/asm/ClassWriter;
            1   55     1    mv  Lorg/objectweb/asm/MethodVisitor;
            3   55     2    l0  Lorg/objectweb/asm/Label;
            4   55     3    l1  Lorg/objectweb/asm/Label;
            5   55     4    l2  Lorg/objectweb/asm/Label;
            7   55     5    l3  Lorg/objectweb/asm/Label;
            9   55     6    l4  Lorg/objectweb/asm/Label;
           10   55     7    l5  Lorg/objectweb/asm/Label;
           11   55     8    l6  Lorg/objectweb/asm/Label;
           13   55     9    l7  Lorg/objectweb/asm/Label;
           15   55    10    l8  Lorg/objectweb/asm/Label;
           51   55    11    l9  Lorg/objectweb/asm/Label;
    MethodParameters:
      Name  Flags
      cw    

  private static void visitConstructor(org.objectweb.asm.ClassWriter);
    descriptor: (Lorg/objectweb/asm/ClassWriter;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.objectweb.asm.ClassWriter cw
         0: .line 290
            aload 0 /* cw */
            iconst_1
            ldc "<init>"
            ldc "()V"
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.ClassWriter.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
            astore 1 /* mv */
        start local 1 // org.objectweb.asm.MethodVisitor mv
         1: .line 291
            aload 1 /* mv */
            invokevirtual org.objectweb.asm.MethodVisitor.visitCode:()V
         2: .line 292
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 2 /* l0 */
        start local 2 // org.objectweb.asm.Label l0
         3: .line 293
            aload 1 /* mv */
            aload 2 /* l0 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         4: .line 294
            aload 1 /* mv */
            bipush 25
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         5: .line 295
            aload 1 /* mv */
            sipush 183
            ldc "java/lang/Object"
            ldc "<init>"
            ldc "()V"
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         6: .line 296
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 3 /* l1 */
        start local 3 // org.objectweb.asm.Label l1
         7: .line 297
            aload 1 /* mv */
            aload 3 /* l1 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         8: .line 298
            aload 1 /* mv */
            sipush 177
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         9: .line 299
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 4 /* l2 */
        start local 4 // org.objectweb.asm.Label l2
        10: .line 300
            aload 1 /* mv */
            aload 4 /* l2 */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        11: .line 301
            aload 1 /* mv */
            iconst_1
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
        12: .line 302
            aload 1 /* mv */
            invokevirtual org.objectweb.asm.MethodVisitor.visitEnd:()V
        13: .line 303
            return
        end local 4 // org.objectweb.asm.Label l2
        end local 3 // org.objectweb.asm.Label l1
        end local 2 // org.objectweb.asm.Label l0
        end local 1 // org.objectweb.asm.MethodVisitor mv
        end local 0 // org.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0    cw  Lorg/objectweb/asm/ClassWriter;
            1   14     1    mv  Lorg/objectweb/asm/MethodVisitor;
            3   14     2    l0  Lorg/objectweb/asm/Label;
            7   14     3    l1  Lorg/objectweb/asm/Label;
           10   14     4    l2  Lorg/objectweb/asm/Label;
    MethodParameters:
      Name  Flags
      cw    
}
SourceFile: "UnbalancedMonitorsTest.java"
NestHost: org.graalvm.compiler.core.test.UnbalancedMonitorsTest
InnerClasses:
  Gen = org.graalvm.compiler.core.test.UnbalancedMonitorsTest$Gen of org.graalvm.compiler.core.test.UnbalancedMonitorsTest