public class org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            ldc Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.$assertionsDisabled:Z
            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.hotspot.test.LoadJavaMirrorWithKlassTest this
         0: .line 40
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest;

  protected org.graalvm.compiler.phases.tiers.Suites createSuites(org.graalvm.compiler.options.OptionValues);
    descriptor: (Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/phases/tiers/Suites;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
        start local 1 // org.graalvm.compiler.options.OptionValues options
         0: .line 68
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.createSuites:(Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/phases/tiers/Suites;
            areturn
        end local 1 // org.graalvm.compiler.options.OptionValues options
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest;
            0    1     1  options  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
         Name  Flags
      options  

  private static org.graalvm.compiler.options.OptionValues getOptions();
    descriptor: ()Lorg/graalvm/compiler/options/OptionValues;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 72
            new org.graalvm.compiler.options.OptionValues
            dup
            invokestatic org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            getstatic org.graalvm.compiler.core.common.GraalOptions.ImmutableCode:Lorg/graalvm/compiler/options/OptionKey;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.graalvm.compiler.options.OptionValues.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/options/OptionKey;Ljava/lang/Object;[Ljava/lang/Object;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void checkLowTierGraph(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 77
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            ldc Lorg/graalvm/compiler/nodes/ConstantNode;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest org.graalvm.compiler.nodes.StructuredGraph top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.ConstantNode
            astore 2 /* constantNode */
        start local 2 // org.graalvm.compiler.nodes.ConstantNode constantNode
         2: .line 78
            getstatic org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.$assertionsDisabled:Z
            ifne 5
            aload 2 /* constantNode */
            invokevirtual org.graalvm.compiler.nodes.ConstantNode.asJavaConstant:()Ljdk/vm/ci/meta/JavaConstant;
            ifnull 5
            aload 2 /* constantNode */
            invokevirtual org.graalvm.compiler.nodes.ConstantNode.asJavaConstant:()Ljdk/vm/ci/meta/JavaConstant;
            invokeinterface jdk.vm.ci.meta.JavaConstant.getJavaKind:()Ljdk/vm/ci/meta/JavaKind;
            getstatic jdk.vm.ci.meta.JavaKind.Object:Ljdk/vm/ci/meta/JavaKind;
            if_acmpne 5
         3: .line 79
            aload 2 /* constantNode */
            invokevirtual org.graalvm.compiler.nodes.ConstantNode.asJavaConstant:()Ljdk/vm/ci/meta/JavaConstant;
            invokeinterface jdk.vm.ci.meta.JavaConstant.isDefaultForKind:()Z
            ifne 5
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Found unexpected object constant "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 80
            aload 2 /* constantNode */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", this should have been removed by the LoadJavaMirrorWithKlassPhase."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // org.graalvm.compiler.nodes.ConstantNode constantNode
         5: .line 77
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 82
            return
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest;
            0    7     1         graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2    5     2  constantNode  Lorg/graalvm/compiler/nodes/ConstantNode;
    MethodParameters:
       Name  Flags
      graph  

  public static java.lang.Class<?> classConstant();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 85
            ldc Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest$Wrapper;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/lang/Class<*>;

  public void testClassConstant();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
         0: .line 90
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            ldc "classConstant"
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.test:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         1: .line 91
            return
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static java.lang.Class<?> primitiveClassConstant();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 94
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/lang/Class<*>;

  public void testPrimitiveClassConstant();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
         0: .line 99
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            ldc "primitiveClassConstant"
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.test:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         1: .line 100
            return
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper compressedClassConstant(org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest$Wrapper;)Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest$Wrapper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper w
         0: .line 103
            aload 0 /* w */
            ldc Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest$Wrapper;
            putfield org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper.clazz:Ljava/lang/Class;
         1: .line 104
            aload 0 /* w */
            areturn
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper w
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     w  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest$Wrapper;
    MethodParameters:
      Name  Flags
      w     

  public void testCompressedClassConstant();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
         0: .line 109
            invokedynamic get()Lorg/graalvm/compiler/core/test/GraalCompilerTest$ArgSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest.lambda$0()Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            astore 1 /* arg */
        start local 1 // org.graalvm.compiler.core.test.GraalCompilerTest$ArgSupplier arg
         1: .line 110
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            ldc "compressedClassConstant"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* arg */
            aastore
            invokevirtual org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.test:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         2: .line 111
            return
        end local 1 // org.graalvm.compiler.core.test.GraalCompilerTest$ArgSupplier arg
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest;
            1    3     1   arg  Lorg/graalvm/compiler/core/test/GraalCompilerTest$ArgSupplier;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper compressedPrimitiveClassConstant(org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest$Wrapper;)Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest$Wrapper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper w
         0: .line 114
            aload 0 /* w */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            putfield org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper.clazz:Ljava/lang/Class;
         1: .line 115
            aload 0 /* w */
            areturn
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper w
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     w  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest$Wrapper;
    MethodParameters:
      Name  Flags
      w     

  public void testCompressedPrimitiveClassConstant();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
         0: .line 120
            invokedynamic get()Lorg/graalvm/compiler/core/test/GraalCompilerTest$ArgSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest.lambda$1()Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            astore 1 /* arg */
        start local 1 // org.graalvm.compiler.core.test.GraalCompilerTest$ArgSupplier arg
         1: .line 121
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            ldc "compressedPrimitiveClassConstant"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* arg */
            aastore
            invokevirtual org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest.test:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         2: .line 122
            return
        end local 1 // org.graalvm.compiler.core.test.GraalCompilerTest$ArgSupplier arg
        end local 0 // org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/test/LoadJavaMirrorWithKlassTest;
            1    3     1   arg  Lorg/graalvm/compiler/core/test/GraalCompilerTest$ArgSupplier;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static java.lang.Object lambda$0();
    descriptor: ()Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 109
            new org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper
            dup
            invokespecial org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 120
            new org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper
            dup
            invokespecial org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "LoadJavaMirrorWithKlassTest.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public Result = org.graalvm.compiler.core.test.GraalCompilerTest$Result of org.graalvm.compiler.core.test.GraalCompilerTest
  private Wrapper = org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest$Wrapper of org.graalvm.compiler.hotspot.test.LoadJavaMirrorWithKlassTest