public class org.graalvm.compiler.replacements.test.DerivedOopTest extends org.graalvm.compiler.replacements.test.ReplacementsTest implements org.graalvm.compiler.replacements.Snippets
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.test.DerivedOopTest
  super_class: org.graalvm.compiler.replacements.test.ReplacementsTest
{
  public final ExpectedException thrown;
    descriptor: LExpectedException;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    RuntimeInvisibleAnnotations: 
      Rule()

  private static final java.lang.String UNKNOWN_REFERENCE_AT_SAFEPOINT_MSG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "should not reach here: unknown reference alive across safepoint"

  public static boolean SideEffectB;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long SideEffect1;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long SideEffect2;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static java.lang.Object o1;
    descriptor: Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static java.lang.Object o2;
    descriptor: Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n\tRule cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tExpectedException cannot be resolved\n\tTest cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tAssert cannot be resolved\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/DerivedOopTest;

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

  static long getRawPointer(java.lang.Object);
    descriptor: (Ljava/lang/Object;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      obj   

  static long getRawPointerIntrinsic(java.lang.Object);
    descriptor: (Ljava/lang/Object;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 123
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      obj   

  public static org.graalvm.compiler.replacements.test.DerivedOopTest$Result fieldOffsetSnippet(org.graalvm.compiler.replacements.test.DerivedOopTest$Result, long);
    descriptor: (Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;J)Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      obj     
      offset  

  public void testFieldOffsetMergeNonLiveBasePointer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/DerivedOopTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testFieldOffsetMergeNonLiveBasePointerNotAccrossSafepoint();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
         0: .line 163
            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.replacements.test.DerivedOopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/DerivedOopTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testFieldOffsetMergeLiveBasePointer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
         0: .line 172
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tExpectedException cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/DerivedOopTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static org.graalvm.compiler.replacements.test.DerivedOopTest$Result fieldOffsetMergeSnippet01(org.graalvm.compiler.replacements.test.DerivedOopTest$Result, long, long);
    descriptor: (Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;JJ)Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
         0: .line 194
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
           Name  Flags
      objResult  
      offsetA    
      offsetB    

  public static org.graalvm.compiler.replacements.test.DerivedOopTest$Result fieldOffsetMergeSnippet02(org.graalvm.compiler.replacements.test.DerivedOopTest$Result, long, long);
    descriptor: (Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;JJ)Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
         0: .line 214
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
           Name  Flags
      objResult  
      offsetA    
      offsetB    

  public static org.graalvm.compiler.replacements.test.DerivedOopTest$Result fieldOffsetMergeSnippet03(org.graalvm.compiler.replacements.test.DerivedOopTest$Result, org.graalvm.compiler.replacements.test.DerivedOopTest$Result, org.graalvm.compiler.replacements.test.DerivedOopTest$Result, long, long);
    descriptor: (Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;JJ)Lorg/graalvm/compiler/replacements/test/DerivedOopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=5
         0: .line 233
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
           Name  Flags
      objResult  
      a          
      b          
      offsetA    
      offsetB    

  protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
         0: .line 254
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/DerivedOopTest;
    MethodParameters:
                   Name  Flags
      invocationPlugins  

  protected boolean checkHighTierGraph(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
         0: .line 269
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.DerivedOopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/DerivedOopTest;
    MethodParameters:
       Name  Flags
      graph  
}
SourceFile: "DerivedOopTest.java"
NestMembers:
  org.graalvm.compiler.replacements.test.DerivedOopTest$1  org.graalvm.compiler.replacements.test.DerivedOopTest$Pointers  org.graalvm.compiler.replacements.test.DerivedOopTest$Result
InnerClasses:
  private Pointers = org.graalvm.compiler.replacements.test.DerivedOopTest$Pointers of org.graalvm.compiler.replacements.test.DerivedOopTest
  private Result = org.graalvm.compiler.replacements.test.DerivedOopTest$Result of org.graalvm.compiler.replacements.test.DerivedOopTest