class org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen extends org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen
  super_class: org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen this
         0: .line 241
            aload 0 /* this */
            invokespecial org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen.<init>:()V
         1: .line 242
            return
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen;

  void checkAssembly();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen this
         0: .line 246
            aload 0 /* this */
            getfield org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen.masm2:Lorg/graalvm/compiler/asm/aarch64/AArch64MacroAssembler;
            invokevirtual org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler.isImmLoadStoreMerged:()Z
            istore 1 /* isMerged */
        start local 1 // boolean isMerged
         1: .line 247
            aload 0 /* this */
            getfield org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen.masm2:Lorg/graalvm/compiler/asm/aarch64/AArch64MacroAssembler;
            iconst_0
            invokevirtual org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler.close:(Z)[B
            pop
         2: .line 248
            iload 1 /* isMerged */
            invokestatic org.junit.Assert.assertFalse:(Z)V
         3: .line 249
            return
        end local 1 // boolean isMerged
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen;
            1    4     1  isMerged  Z
}
SourceFile: "AArch64LoadStoreMergingAssemblerTest.java"
NestHost: org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest
InnerClasses:
  private abstract AArch64LoadStoreCodeGen = org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen of org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest
  private AArch64LoadStoreNotMergingCodeGen = org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen of org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest