class com.sun.tools.javac.jvm.Profile$1 extends com.sun.tools.javac.jvm.Profile
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.sun.tools.javac.jvm.Profile$1
  super_class: com.sun.tools.javac.jvm.Profile
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.jvm.Profile$1 this
         0: .line 47
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.sun.tools.javac.jvm.Profile.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.sun.tools.javac.jvm.Profile$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Profile$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public boolean isValid(com.sun.tools.javac.jvm.Target);
    descriptor: (Lcom/sun/tools/javac/jvm/Target;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.Profile$1 this
        start local 1 // com.sun.tools.javac.jvm.Target t
         0: .line 50
            iconst_1
            ireturn
        end local 1 // com.sun.tools.javac.jvm.Target t
        end local 0 // com.sun.tools.javac.jvm.Profile$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Profile$1;
            0    1     1     t  Lcom/sun/tools/javac/jvm/Target;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "Profile.java"
EnclosingMethod: com.sun.tools.javac.jvm.Profile
NestHost: com.sun.tools.javac.jvm.Profile
InnerClasses:
  com.sun.tools.javac.jvm.Profile$1