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
{
  private final jdk.vm.ci.meta.JavaKind kind;
    descriptor: Ljdk/vm/ci/meta/JavaKind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 43
            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
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(jdk.vm.ci.meta.JavaKind);
    descriptor: (Ljdk/vm/ci/meta/JavaKind;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
        start local 1 // jdk.vm.ci.meta.JavaKind kind
         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 1 /* kind */
            putfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
         2: .line 60
            getstatic jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            invokevirtual jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.mirror:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isPrimitive:()Z
            ifne 3
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.mirror:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " not a primitive type"
            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
         3: .line 61
      StackMap locals: jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType jdk.vm.ci.meta.JavaKind
      StackMap stack:
            return
        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;
    MethodParameters:
      Name  Flags
      kind  

  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 65
            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.HotSpotResolvedObjectTypeImpl getArrayClass();
    descriptor: ()Ljdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 70
            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 71
            aconst_null
            areturn
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.mirror:()Ljava/lang/Class;
            iconst_0
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 1 /* javaArrayMirror */
        start local 1 // java.lang.Class javaArrayMirror
         3: .line 74
            aload 1 /* javaArrayMirror */
            invokestatic jdk.vm.ci.hotspot.HotSpotResolvedObjectTypeImpl.fromObjectClass:(Ljava/lang/Class;)Ljdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl;
            areturn
        end local 1 // java.lang.Class javaArrayMirror
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Ljdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType;
            3    4     1  javaArrayMirror  Ljava/lang/Class<*>;

  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 79
            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 84
            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 89
            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 94
            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 99
            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 104
            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 109
            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 114
            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 119
            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 124
            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 129
            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 134
            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 139
            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 144
            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 149
            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 154
            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 159
            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 160
      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 165
            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 170
            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 175
            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 180
            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 185
            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 190
            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 195
            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 200
            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 205
            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 210
            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 215
            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 220
            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 225
            aload 1 /* accessingClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 226
            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 231
            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 void link();
    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 235
            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 boolean hasDefaultMethods();
    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 239
            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 declaresDefaultMethods();
    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 244
            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.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 249
            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 254
            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;

  java.lang.Class<?> mirror();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType this
         0: .line 259
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotResolvedPrimitiveType.kind:Ljdk/vm/ci/meta/JavaKind;
            invokevirtual jdk.vm.ci.meta.JavaKind.toJavaClass:()Ljava/lang/Class;
            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: ()Ljava/lang/Class<*>;

  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 264
            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 269
            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 274
            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 279
            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 284
            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 289
            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 294
            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.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/HotSpotResolvedObjectTypeImpl;
            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/HotSpotResolvedObjectTypeImpl;
            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