class jdk.tools.jaotc.amd64.AMD64InstructionDecoder$VexOpcode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.tools.jaotc.amd64.AMD64InstructionDecoder$VexOpcode
  super_class: java.lang.Object
{
  static final int VEX_OPCODE_NONE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int VEX_OPCODE_0F;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int VEX_OPCODE_0F_38;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int VEX_OPCODE_0F_3A;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int VEX_OPCODE_MASK;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 31

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.amd64.AMD64InstructionDecoder$VexOpcode this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.tools.jaotc.amd64.AMD64InstructionDecoder$VexOpcode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/amd64/AMD64InstructionDecoder$VexOpcode;
}
SourceFile: "AMD64InstructionDecoder.java"
NestHost: jdk.tools.jaotc.amd64.AMD64InstructionDecoder
InnerClasses:
  private VexOpcode = jdk.tools.jaotc.amd64.AMD64InstructionDecoder$VexOpcode of jdk.tools.jaotc.amd64.AMD64InstructionDecoder