public abstract class sun.jvm.hotspot.compiler.OopMapValue$OopTypes
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.compiler.OopMapValue$OopTypes
  super_class: java.lang.Object
{
  public static final sun.jvm.hotspot.compiler.OopMapValue$OopTypes UNUSED_VALUE;
    descriptor: Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.compiler.OopMapValue$OopTypes OOP_VALUE;
    descriptor: Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.compiler.OopMapValue$OopTypes NARROWOOP_VALUE;
    descriptor: Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.compiler.OopMapValue$OopTypes CALLEE_SAVED_VALUE;
    descriptor: Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.compiler.OopMapValue$OopTypes DERIVED_OOP_VALUE;
    descriptor: Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 81
            new sun.jvm.hotspot.compiler.OopMapValue$OopTypes$1
            dup
            invokespecial sun.jvm.hotspot.compiler.OopMapValue$OopTypes$1.<init>:()V
            putstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.UNUSED_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
         1: .line 82
            new sun.jvm.hotspot.compiler.OopMapValue$OopTypes$2
            dup
            invokespecial sun.jvm.hotspot.compiler.OopMapValue$OopTypes$2.<init>:()V
            putstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.OOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
         2: .line 83
            new sun.jvm.hotspot.compiler.OopMapValue$OopTypes$3
            dup
            invokespecial sun.jvm.hotspot.compiler.OopMapValue$OopTypes$3.<init>:()V
            putstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.NARROWOOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
         3: .line 84
            new sun.jvm.hotspot.compiler.OopMapValue$OopTypes$4
            dup
            invokespecial sun.jvm.hotspot.compiler.OopMapValue$OopTypes$4.<init>:()V
            putstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.CALLEE_SAVED_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
         4: .line 85
            new sun.jvm.hotspot.compiler.OopMapValue$OopTypes$5
            dup
            invokespecial sun.jvm.hotspot.compiler.OopMapValue$OopTypes$5.<init>:()V
            putstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.DERIVED_OOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  abstract int getValue();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes this
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
}
SourceFile: "OopMapValue.java"
NestHost: sun.jvm.hotspot.compiler.OopMapValue
InnerClasses:
  public abstract OopTypes = sun.jvm.hotspot.compiler.OopMapValue$OopTypes of sun.jvm.hotspot.compiler.OopMapValue
  sun.jvm.hotspot.compiler.OopMapValue$OopTypes$1
  sun.jvm.hotspot.compiler.OopMapValue$OopTypes$2
  sun.jvm.hotspot.compiler.OopMapValue$OopTypes$3
  sun.jvm.hotspot.compiler.OopMapValue$OopTypes$4
  sun.jvm.hotspot.compiler.OopMapValue$OopTypes$5