public final class jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType extends jdk.vm.ci.hotspot.HotSpotResolvedJavaType
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType
  super_class: jdk.vm.ci.hotspot.HotSpotResolvedJavaType
{
  static jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType[] primitives;
    descriptor: [Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
    flags: (0x0008) ACC_STATIC
    RuntimeVisibleAnnotations: 
      jdk.vm.ci.common.NativeImageReinitialize()

  private jdk.vm.ci.meta.JavaKind kind;
    descriptor: Ljdk/vm/ci/meta/JavaKind;
    flags: (0x0002) ACC_PRIVATE

  private jdk.vm.ci.hotspot.HotSpotResolvedObjectType arrayClass;
    descriptor: Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
    flags: (0x0002) ACC_PRIVATE

  jdk.vm.ci.hotspot.HotSpotObjectConstantImpl mirror;
    descriptor: Ljdk/vm/ci/hotspot/HotSpotObjectConstantImpl;
    flags: (0x0000) 

  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 44
            ldc Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            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 jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.$assertionsDisabled:Z
         3: .line 46
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(jdk.vm.ci.meta.JavaKind, jdk.vm.ci.hotspot.HotSpotObjectConstantImpl);
    descriptor: (Ljdk/vm/ci/meta/JavaKind;Ljdk/vm/ci/hotspot/HotSpotObjectConstantImpl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // jdk.vm.ci.meta.JavaKind kind
        start local 2 // jdk.vm.ci.hotspot.HotSpotObjectConstantImpl mirror
         0: .line 58
            aload 0 /* this */
            aload 1 /* kind */
            invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial jdk.vm.ci.hotspot.HotSpotResolvedJavaType.<init>:(Ljava/lang/String;)V
         1: .line 59
            aload 0 /* this */
            aload 2 /* mirror */
            putfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.mirror:Ljdk/vm/ci/hotspot/HotSpotObjectConstantImpl;
         2: .line 60
            aload 0 /* this */
            aload 1 /* kind */
            putfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
         3: .line 61
            return
        end local 2 // jdk.vm.ci.hotspot.HotSpotObjectConstantImpl mirror
        end local 1 // jdk.vm.ci.meta.JavaKind kind
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    4     1    kind  Ljdk/vm/ci/meta/JavaKind;
            0    4     2  mirror  Ljdk/vm/ci/hotspot/HotSpotObjectConstantImpl;
    MethodParameters:
        Name  Flags
      kind    
      mirror  

  static jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType forKind(jdk.vm.ci.meta.JavaKind);
    descriptor: (Ljdk/vm/ci/meta/JavaKind;)Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.vm.ci.meta.JavaKind kind
         0: .line 64
            getstatic jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.primitives:[Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            aload 0 /* kind */
            invokevirtual jdk.vm.ci.meta.JavaKind.getBasicType:()I
            aaload
            astore 1 /* primitive */
        start local 1 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType primitive
         1: .line 65
            getstatic jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.$assertionsDisabled:Z
            ifne 2
            aload 1 /* primitive */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            aload 0 /* kind */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 66
      StackMap locals: jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType
      StackMap stack:
            aload 1 /* primitive */
            areturn
        end local 1 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType primitive
        end local 0 // jdk.vm.ci.meta.JavaKind kind
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       kind  Ljdk/vm/ci/meta/JavaKind;
            1    3     1  primitive  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
    MethodParameters:
      Name  Flags
      kind  

  static jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType fromMetaspace(jdk.vm.ci.hotspot.HotSpotObjectConstantImpl, char);
    descriptor: (Ljdk/vm/ci/hotspot/HotSpotObjectConstantImpl;C)Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotObjectConstantImpl mirror
        start local 1 // char typeChar
         0: .line 71
            iload 1 /* typeChar */
            invokestatic jdk.vm.ci.meta.JavaKind.fromPrimitiveOrVoidTypeChar:(C)Ljdk/vm/ci/meta/JavaKind;
            astore 2 /* kind */
        start local 2 // jdk.vm.ci.meta.JavaKind kind
         1: .line 72
            getstatic jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.primitives:[Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            ifnonnull 3
         2: .line 73
            getstatic jdk.vm.ci.meta.JavaKind.Void:Ljdk/vm/ci/meta/JavaKind;
            invokevirtual jdk.vm.ci.meta.JavaKind.getBasicType:()I
            iconst_1
            iadd
            anewarray jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType
            putstatic jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.primitives:[Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
         3: .line 75
      StackMap locals: jdk.vm.ci.meta.JavaKind
      StackMap stack:
            new jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType
            dup
            aload 2 /* kind */
            aload 0 /* mirror */
            invokespecial jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.<init>:(Ljdk/vm/ci/meta/JavaKind;Ljdk/vm/ci/hotspot/HotSpotObjectConstantImpl;)V
            astore 3 /* result */
        start local 3 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType result
         4: .line 76
            getstatic jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.primitives:[Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            aload 2 /* kind */
            invokevirtual jdk.vm.ci.meta.JavaKind.getBasicType:()I
            aload 3 /* result */
            aastore
         5: .line 77
            aload 3 /* result */
            areturn
        end local 3 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType result
        end local 2 // jdk.vm.ci.meta.JavaKind kind
        end local 1 // char typeChar
        end local 0 // jdk.vm.ci.hotspot.HotSpotObjectConstantImpl mirror
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0    mirror  Ljdk/vm/ci/hotspot/HotSpotObjectConstantImpl;
            0    6     1  typeChar  C
            1    6     2      kind  Ljdk/vm/ci/meta/JavaKind;
            4    6     3    result  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
    RuntimeInvisibleAnnotations: 
      jdk.vm.ci.hotspot.VMEntryPoint()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        jdk.vm.ci.hotspot.VMEntryPoint()
    MethodParameters:
          Name  Flags
      mirror    
      typeChar  

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 82
            sipush 1041
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.hotspot.HotSpotResolvedObjectType getArrayClass();
    descriptor: ()Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 87
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
            getstatic jdk.vm.ci.meta.JavaKind.Void:Ljdk/vm/ci/meta/JavaKind;
            if_acmpne 2
         1: .line 88
            aconst_null
            areturn
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.arrayClass:Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
            ifnonnull 7
         3: .line 92
            aload 0 /* this */
            invokestatic jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.runtime:()Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
            getfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.compilerToVm:Ljdk/vm/ci/hotspot/CompilerToVM;
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
            invokevirtual jdk.vm.ci.meta.JavaKind.getTypeChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aconst_null
            iconst_1
            invokevirtual jdk.vm.ci.hotspot.CompilerToVM.lookupType:(Ljava/lang/String;Ljdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl;Z)Ljdk/vm/ci/hotspot/HotSpotResolvedJavaType;
            checkcast jdk.vm.ci.hotspot.HotSpotResolvedObjectType
            putfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.arrayClass:Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
         4: .line 93
            goto 7
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
         5: astore 1 /* e */
        start local 1 // java.lang.ClassNotFoundException e
         6: .line 94
            new jdk.vm.ci.common.JVMCIError
            dup
            aload 1 /* e */
            invokespecial jdk.vm.ci.common.JVMCIError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.ClassNotFoundException e
         7: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.arrayClass:Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            6    7     1     e  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.ClassNotFoundException

  public jdk.vm.ci.meta.ResolvedJavaType getElementalType();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 102
            aload 0 /* this */
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaType getComponentType();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 107
            aconst_null
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaType getSuperclass();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 112
            aconst_null
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaType[] getInterfaces();
    descriptor: ()[Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 117
            iconst_0
            anewarray jdk.vm.ci.meta.ResolvedJavaType
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaType getSingleImplementor();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 122
            new jdk.vm.ci.common.JVMCIError
            dup
            ldc "Cannot call getSingleImplementor() on a non-interface type: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            invokespecial jdk.vm.ci.common.JVMCIError.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaType findLeastCommonAncestor(jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType otherType
         0: .line 127
            aconst_null
            areturn
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType otherType
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    1     1  otherType  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
           Name  Flags
      otherType  

  public jdk.vm.ci.meta.Assumptions$AssumptionResult<java.lang.Boolean> hasFinalizableSubclass();
    descriptor: ()Ljdk/vm/ci/meta/Assumptions$AssumptionResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 132
            new jdk.vm.ci.meta.Assumptions$AssumptionResult
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial jdk.vm.ci.meta.Assumptions$AssumptionResult.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
    Signature: ()Ljdk/vm/ci/meta/Assumptions$AssumptionResult<Ljava/lang/Boolean;>;

  public boolean hasFinalizer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 137
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 142
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isEnum();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 147
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isPrimitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 152
            iconst_1
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isInitialized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 157
            iconst_1
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isLinked();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 162
            iconst_1
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isInstance(jdk.vm.ci.meta.JavaConstant);
    descriptor: (Ljdk/vm/ci/meta/JavaConstant;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // jdk.vm.ci.meta.JavaConstant obj
         0: .line 167
            iconst_0
            ireturn
        end local 1 // jdk.vm.ci.meta.JavaConstant obj
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    1     1   obj  Ljdk/vm/ci/meta/JavaConstant;
    MethodParameters:
      Name  Flags
      obj   

  public boolean isInstanceClass();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 172
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isInterface();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 177
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isAssignableFrom(jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType other
         0: .line 182
            getstatic jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.$assertionsDisabled:Z
            ifne 1
            aload 1 /* other */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 183
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            aload 0 /* this */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType other
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    2     1  other  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
       Name  Flags
      other  

  public jdk.vm.ci.meta.ResolvedJavaType getHostClass();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 188
            aconst_null
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.JavaKind getJavaKind();
    descriptor: ()Ljdk/vm/ci/meta/JavaKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 193
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isJavaLangObject();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 198
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaMethod resolveMethod(jdk.vm.ci.meta.ResolvedJavaMethod, jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljdk/vm/ci/meta/ResolvedJavaType;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // jdk.vm.ci.meta.ResolvedJavaType callerType
         0: .line 203
            aconst_null
            areturn
        end local 2 // jdk.vm.ci.meta.ResolvedJavaType callerType
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    1     1      method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    1     2  callerType  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
            Name  Flags
      method      
      callerType  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 208
            new java.lang.StringBuilder
            dup
            ldc "HotSpotResolvedPrimitiveType<"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ">"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.Assumptions$AssumptionResult<jdk.vm.ci.meta.ResolvedJavaType> findLeafConcreteSubtype();
    descriptor: ()Ljdk/vm/ci/meta/Assumptions$AssumptionResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 213
            new jdk.vm.ci.meta.Assumptions$AssumptionResult
            dup
            aload 0 /* this */
            invokespecial jdk.vm.ci.meta.Assumptions$AssumptionResult.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
    Signature: ()Ljdk/vm/ci/meta/Assumptions$AssumptionResult<Ljdk/vm/ci/meta/ResolvedJavaType;>;

  public jdk.vm.ci.meta.Assumptions$AssumptionResult<jdk.vm.ci.meta.ResolvedJavaMethod> findUniqueConcreteMethod(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)Ljdk/vm/ci/meta/Assumptions$AssumptionResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
         0: .line 218
            aconst_null
            areturn
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    1     1  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
    Signature: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)Ljdk/vm/ci/meta/Assumptions$AssumptionResult<Ljdk/vm/ci/meta/ResolvedJavaMethod;>;
    MethodParameters:
        Name  Flags
      method  

  public jdk.vm.ci.meta.ResolvedJavaField[] getInstanceFields(boolean);
    descriptor: (Z)[Ljdk/vm/ci/meta/ResolvedJavaField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // boolean includeSuperclasses
         0: .line 223
            iconst_0
            anewarray jdk.vm.ci.meta.ResolvedJavaField
            areturn
        end local 1 // boolean includeSuperclasses
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    1     1  includeSuperclasses  Z
    MethodParameters:
                     Name  Flags
      includeSuperclasses  

  public jdk.vm.ci.meta.ResolvedJavaField[] getStaticFields();
    descriptor: ()[Ljdk/vm/ci/meta/ResolvedJavaField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 228
            iconst_0
            anewarray jdk.vm.ci.meta.ResolvedJavaField
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 233
            iconst_0
            anewarray java.lang.annotation.Annotation
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 238
            iconst_0
            anewarray java.lang.annotation.Annotation
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // java.lang.Class annotationClass
         0: .line 243
            aconst_null
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    1     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public jdk.vm.ci.meta.ResolvedJavaType resolve(jdk.vm.ci.meta.ResolvedJavaType);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType accessingClass
         0: .line 248
            aload 1 /* accessingClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 249
            aload 0 /* this */
            areturn
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType accessingClass
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    2     1  accessingClass  Ljdk/vm/ci/meta/ResolvedJavaType;
    MethodParameters:
                Name  Flags
      accessingClass  

  public void initialize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 254
            return
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaField findInstanceFieldWithOffset(long, jdk.vm.ci.meta.JavaKind);
    descriptor: (JLjdk/vm/ci/meta/JavaKind;)Ljdk/vm/ci/meta/ResolvedJavaField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // long offset
        start local 3 // jdk.vm.ci.meta.JavaKind expectedType
         0: .line 258
            aconst_null
            areturn
        end local 3 // jdk.vm.ci.meta.JavaKind expectedType
        end local 1 // long offset
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    1     1        offset  J
            0    1     3  expectedType  Ljdk/vm/ci/meta/JavaKind;
    MethodParameters:
              Name  Flags
      offset        
      expectedType  

  public java.lang.String getSourceFileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 263
            invokestatic jdk.vm.ci.common.JVMCIError.unimplemented:()Ljava/lang/RuntimeException;
            athrow
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isLocal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 268
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isMember();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 273
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaType getEnclosingType();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 278
            aconst_null
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaMethod[] getDeclaredConstructors();
    descriptor: ()[Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 283
            iconst_0
            anewarray jdk.vm.ci.meta.ResolvedJavaMethod
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaMethod[] getDeclaredMethods();
    descriptor: ()[Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 288
            iconst_0
            anewarray jdk.vm.ci.meta.ResolvedJavaMethod
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.ResolvedJavaMethod getClassInitializer();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 293
            aconst_null
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean isCloneableWithAllocation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 298
            iconst_0
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // java.lang.Object obj
         0: .line 303
            aload 1 /* obj */
            instanceof jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType
            ifne 2
         1: .line 304
            iconst_0
            ireturn
         2: .line 306
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType
            astore 2 /* that */
        start local 2 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType that
         3: .line 307
            aload 2 /* that */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
            if_acmpne 4
            iconst_1
            ireturn
      StackMap locals: jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType that
        end local 1 // java.lang.Object obj
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            0    5     1   obj  Ljava/lang/Object;
            3    5     2  that  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
    MethodParameters:
      Name  Flags
      obj   

  jdk.vm.ci.meta.JavaConstant getJavaMirror();
    descriptor: ()Ljdk/vm/ci/meta/JavaConstant;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 312
            invokestatic jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.runtime:()Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
            getfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.reflection:Ljdk/vm/ci/hotspot/HotSpotJVMCIReflection;
            aload 0 /* this */
            invokevirtual jdk.vm.ci.hotspot.HotSpotJVMCIReflection.getJavaMirror:(Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;)Ljdk/vm/ci/meta/JavaConstant;
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;

  public jdk.vm.ci.meta.JavaType getElementalType();
    descriptor: ()Ljdk/vm/ci/meta/JavaType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.getElementalType:()Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public jdk.vm.ci.meta.JavaType getArrayClass();
    descriptor: ()Ljdk/vm/ci/meta/JavaType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.getArrayClass:()Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public jdk.vm.ci.meta.ResolvedJavaType getArrayClass();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.getArrayClass:()Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public jdk.vm.ci.meta.JavaType getComponentType();
    descriptor: ()Ljdk/vm/ci/meta/JavaType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.getComponentType:()Ljdk/vm/ci/meta/ResolvedJavaType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HotSpotResolvedPrimitiveType.java"
InnerClasses:
  public AssumptionResult = jdk.vm.ci.meta.Assumptions$AssumptionResult of jdk.vm.ci.meta.Assumptions