public class com.sun.tools.javah.JavahTask implements com.sun.tools.javah.NativeHeaderTool$NativeHeaderTask
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javah.JavahTask
  super_class: java.lang.Object
{
  static final com.sun.tools.javah.JavahTask$Option[] recognizedOptions;
    descriptor: [Lcom/sun/tools/javah/JavahTask$Option;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final java.lang.String versionRBName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "com.sun.tools.javah.resources.version"

  private static java.util.ResourceBundle versionRB;
    descriptor: Ljava/util/ResourceBundle;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  java.io.File ofile;
    descriptor: Ljava/io/File;
    flags: (0x0000) 

  java.io.File odir;
    descriptor: Ljava/io/File;
    flags: (0x0000) 

  java.lang.String bootcp;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String usercp;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.util.List<java.lang.String> classes;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Ljava/lang/String;>;

  boolean verbose;
    descriptor: Z
    flags: (0x0000) 

  boolean noArgs;
    descriptor: Z
    flags: (0x0000) 

  boolean help;
    descriptor: Z
    flags: (0x0000) 

  boolean trace;
    descriptor: Z
    flags: (0x0000) 

  boolean version;
    descriptor: Z
    flags: (0x0000) 

  boolean fullVersion;
    descriptor: Z
    flags: (0x0000) 

  boolean jni;
    descriptor: Z
    flags: (0x0000) 

  boolean llni;
    descriptor: Z
    flags: (0x0000) 

  boolean doubleAlign;
    descriptor: Z
    flags: (0x0000) 

  boolean force;
    descriptor: Z
    flags: (0x0000) 

  java.util.Set<java.lang.String> javac_extras;
    descriptor: Ljava/util/Set;
    flags: (0x0000) 
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  java.io.PrintWriter log;
    descriptor: Ljava/io/PrintWriter;
    flags: (0x0000) 

  javax.tools.JavaFileManager fileManager;
    descriptor: Ljavax/tools/JavaFileManager;
    flags: (0x0000) 

  javax.tools.DiagnosticListener<? super javax.tools.JavaFileObject> diagnosticListener;
    descriptor: Ljavax/tools/DiagnosticListener;
    flags: (0x0000) 
    Signature: Ljavax/tools/DiagnosticListener<-Ljavax/tools/JavaFileObject;>;

  java.util.Locale task_locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0000) 

  java.util.Map<java.util.Locale, java.util.ResourceBundle> bundles;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Ljava/util/Locale;Ljava/util/ResourceBundle;>;

  private static final java.lang.String progname;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "javah"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=0, args_size=0
         0: .line 154
            bipush 14
            anewarray com.sun.tools.javah.JavahTask$Option
            dup
            iconst_0
         1: .line 155
            new com.sun.tools.javah.JavahTask$1
            dup
            iconst_1
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-o"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$1.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            iconst_1
         2: .line 161
            new com.sun.tools.javah.JavahTask$2
            dup
            iconst_1
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-d"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$2.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            iconst_2
         3: .line 167
            new com.sun.tools.javah.JavahTask$3
            dup
            iconst_1
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-td"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$3.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            iconst_3
         4: .line 173
            new com.sun.tools.javah.JavahTask$4
            dup
            iconst_0
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-v"
            aastore
            dup
            iconst_1
            ldc "-verbose"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$4.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            iconst_4
         5: .line 179
            new com.sun.tools.javah.JavahTask$5
            dup
            iconst_0
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-h"
            aastore
            dup
            iconst_1
            ldc "-help"
            aastore
            dup
            iconst_2
            ldc "--help"
            aastore
            dup
            iconst_3
            ldc "-?"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$5.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            iconst_5
         6: .line 185
            new com.sun.tools.javah.JavahTask$6
            dup
            iconst_0
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-trace"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$6.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            bipush 6
         7: .line 191
            new com.sun.tools.javah.JavahTask$7
            dup
            iconst_0
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-version"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$7.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            bipush 7
         8: .line 197
            new com.sun.tools.javah.JavahTask$8
            dup
            iconst_0
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-fullversion"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$8.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            bipush 8
         9: .line 203
            new com.sun.tools.javah.JavahTask$9
            dup
            iconst_0
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-jni"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$9.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            bipush 9
        10: .line 209
            new com.sun.tools.javah.JavahTask$10
            dup
            iconst_0
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-force"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$10.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            bipush 10
        11: .line 215
            new com.sun.tools.javah.JavahTask$11
            dup
            iconst_0
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-Xnew"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$11.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            bipush 11
        12: .line 221
            new com.sun.tools.javah.JavahTask$12
            dup
            iconst_0
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-llni"
            aastore
            dup
            iconst_1
            ldc "-Xllni"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$12.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            bipush 12
        13: .line 227
            new com.sun.tools.javah.JavahTask$13
            dup
            iconst_0
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "-llnidouble"
            aastore
            invokespecial com.sun.tools.javah.JavahTask$13.<init>:(Z[Ljava/lang/String;)V
            aastore
            dup
            bipush 13
        14: .line 234
            new com.sun.tools.javah.JavahTask$14
            dup
            iconst_0
            iconst_0
            anewarray java.lang.String
            invokespecial com.sun.tools.javah.JavahTask$14.<init>:(Z[Ljava/lang/String;)V
            aastore
        15: .line 154
            putstatic com.sun.tools.javah.JavahTask.recognizedOptions:[Lcom/sun/tools/javah/JavahTask$Option;
        16: .line 683
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javah.JavahTask this
         0: .line 244
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 675
            aload 0 /* this */
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            putfield com.sun.tools.javah.JavahTask.javac_extras:Ljava/util/Set;
         2: .line 245
            return
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javah/JavahTask;

  void <init>(java.io.Writer, javax.tools.JavaFileManager, javax.tools.DiagnosticListener<? super javax.tools.JavaFileObject>, java.lang.Iterable<java.lang.String>, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/io/Writer;Ljavax/tools/JavaFileManager;Ljavax/tools/DiagnosticListener;Ljava/lang/Iterable;Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=6
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.io.Writer out
        start local 2 // javax.tools.JavaFileManager fileManager
        start local 3 // javax.tools.DiagnosticListener diagnosticListener
        start local 4 // java.lang.Iterable options
        start local 5 // java.lang.Iterable classes
         0: .line 252
            aload 0 /* this */
            invokespecial com.sun.tools.javah.JavahTask.<init>:()V
         1: .line 253
            aload 0 /* this */
            aload 1 /* out */
            invokestatic com.sun.tools.javah.JavahTask.getPrintWriterForWriter:(Ljava/io/Writer;)Ljava/io/PrintWriter;
            putfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
         2: .line 254
            aload 0 /* this */
            aload 2 /* fileManager */
            putfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
         3: .line 255
            aload 0 /* this */
            aload 3 /* diagnosticListener */
            putfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
         4: .line 258
            aload 0 /* this */
            aload 4 /* options */
            iconst_0
            invokevirtual com.sun.tools.javah.JavahTask.handleOptions:(Ljava/lang/Iterable;Z)V
         5: .line 259
            goto 8
      StackMap locals: com.sun.tools.javah.JavahTask java.io.Writer javax.tools.JavaFileManager javax.tools.DiagnosticListener java.lang.Iterable java.lang.Iterable
      StackMap stack: com.sun.tools.javah.JavahTask$BadArgs
         6: astore 6 /* e */
        start local 6 // com.sun.tools.javah.JavahTask$BadArgs e
         7: .line 260
            new java.lang.IllegalArgumentException
            dup
            aload 6 /* e */
            invokevirtual com.sun.tools.javah.JavahTask$BadArgs.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // com.sun.tools.javah.JavahTask$BadArgs e
         8: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
         9: .line 264
            aload 5 /* classes */
            ifnull 15
        10: .line 265
            aload 5 /* classes */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 7
            goto 14
      StackMap locals: com.sun.tools.javah.JavahTask java.io.Writer javax.tools.JavaFileManager javax.tools.DiagnosticListener java.lang.Iterable java.lang.Iterable top java.util.Iterator
      StackMap stack:
        11: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* classname */
        start local 6 // java.lang.String classname
        12: .line 266
            aload 6 /* classname */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 267
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
            aload 6 /* classname */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // java.lang.String classname
        14: .line 265
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        15: .line 270
      StackMap locals: com.sun.tools.javah.JavahTask java.io.Writer javax.tools.JavaFileManager javax.tools.DiagnosticListener java.lang.Iterable java.lang.Iterable
      StackMap stack:
            return
        end local 5 // java.lang.Iterable classes
        end local 4 // java.lang.Iterable options
        end local 3 // javax.tools.DiagnosticListener diagnosticListener
        end local 2 // javax.tools.JavaFileManager fileManager
        end local 1 // java.io.Writer out
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lcom/sun/tools/javah/JavahTask;
            0   16     1                 out  Ljava/io/Writer;
            0   16     2         fileManager  Ljavax/tools/JavaFileManager;
            0   16     3  diagnosticListener  Ljavax/tools/DiagnosticListener<-Ljavax/tools/JavaFileObject;>;
            0   16     4             options  Ljava/lang/Iterable<Ljava/lang/String;>;
            0   16     5             classes  Ljava/lang/Iterable<Ljava/lang/String;>;
            7    8     6                   e  Lcom/sun/tools/javah/JavahTask$BadArgs;
           12   14     6           classname  Ljava/lang/String;
      Exception table:
        from    to  target  type
           4     5       6  Class com.sun.tools.javah.JavahTask$BadArgs
    Signature: (Ljava/io/Writer;Ljavax/tools/JavaFileManager;Ljavax/tools/DiagnosticListener<-Ljavax/tools/JavaFileObject;>;Ljava/lang/Iterable<Ljava/lang/String;>;Ljava/lang/Iterable<Ljava/lang/String;>;)V
    MethodParameters:
                    Name  Flags
      out                 
      fileManager         
      diagnosticListener  
      options             
      classes             

  public void setLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.util.Locale locale
         0: .line 273
            aload 1 /* locale */
            ifnonnull 2
         1: .line 274
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            astore 1 /* locale */
         2: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* locale */
            putfield com.sun.tools.javah.JavahTask.task_locale:Ljava/util/Locale;
         3: .line 276
            return
        end local 1 // java.util.Locale locale
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/tools/javah/JavahTask;
            0    4     1  locale  Ljava/util/Locale;
    MethodParameters:
        Name  Flags
      locale  

  public void setLog(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.io.PrintWriter log
         0: .line 279
            aload 0 /* this */
            aload 1 /* log */
            putfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
         1: .line 280
            return
        end local 1 // java.io.PrintWriter log
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javah/JavahTask;
            0    2     1   log  Ljava/io/PrintWriter;
    MethodParameters:
      Name  Flags
      log   

  public void setLog(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.io.OutputStream s
         0: .line 283
            aload 0 /* this */
            aload 1 /* s */
            invokestatic com.sun.tools.javah.JavahTask.getPrintWriterForStream:(Ljava/io/OutputStream;)Ljava/io/PrintWriter;
            invokevirtual com.sun.tools.javah.JavahTask.setLog:(Ljava/io/PrintWriter;)V
         1: .line 284
            return
        end local 1 // java.io.OutputStream s
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javah/JavahTask;
            0    2     1     s  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      s     

  static java.io.PrintWriter getPrintWriterForStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)Ljava/io/PrintWriter;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.io.OutputStream s
         0: .line 287
            new java.io.PrintWriter
            dup
            aload 0 /* s */
            iconst_1
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/OutputStream;Z)V
            areturn
        end local 0 // java.io.OutputStream s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      s     

  static java.io.PrintWriter getPrintWriterForWriter(java.io.Writer);
    descriptor: (Ljava/io/Writer;)Ljava/io/PrintWriter;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.io.Writer w
         0: .line 291
            aload 0 /* w */
            ifnonnull 2
         1: .line 292
            aconst_null
            invokestatic com.sun.tools.javah.JavahTask.getPrintWriterForStream:(Ljava/io/OutputStream;)Ljava/io/PrintWriter;
            areturn
         2: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* w */
            instanceof java.io.PrintWriter
            ifeq 4
         3: .line 294
            aload 0 /* w */
            checkcast java.io.PrintWriter
            areturn
         4: .line 296
      StackMap locals:
      StackMap stack:
            new java.io.PrintWriter
            dup
            aload 0 /* w */
            iconst_1
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/Writer;Z)V
            areturn
        end local 0 // java.io.Writer w
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     w  Ljava/io/Writer;
    MethodParameters:
      Name  Flags
      w     

  public void setDiagnosticListener(javax.tools.DiagnosticListener<? super javax.tools.JavaFileObject>);
    descriptor: (Ljavax/tools/DiagnosticListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // javax.tools.DiagnosticListener dl
         0: .line 300
            aload 0 /* this */
            aload 1 /* dl */
            putfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
         1: .line 301
            return
        end local 1 // javax.tools.DiagnosticListener dl
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javah/JavahTask;
            0    2     1    dl  Ljavax/tools/DiagnosticListener<-Ljavax/tools/JavaFileObject;>;
    Signature: (Ljavax/tools/DiagnosticListener<-Ljavax/tools/JavaFileObject;>;)V
    MethodParameters:
      Name  Flags
      dl    

  public void setDiagnosticListener(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.io.OutputStream s
         0: .line 304
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.tools.javah.JavahTask.getDiagnosticListenerForStream:(Ljava/io/OutputStream;)Ljavax/tools/DiagnosticListener;
            invokevirtual com.sun.tools.javah.JavahTask.setDiagnosticListener:(Ljavax/tools/DiagnosticListener;)V
         1: .line 305
            return
        end local 1 // java.io.OutputStream s
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javah/JavahTask;
            0    2     1     s  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      s     

  private javax.tools.DiagnosticListener<javax.tools.JavaFileObject> getDiagnosticListenerForStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)Ljavax/tools/DiagnosticListener;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.io.OutputStream s
         0: .line 308
            aload 0 /* this */
            aload 1 /* s */
            invokestatic com.sun.tools.javah.JavahTask.getPrintWriterForStream:(Ljava/io/OutputStream;)Ljava/io/PrintWriter;
            invokevirtual com.sun.tools.javah.JavahTask.getDiagnosticListenerForWriter:(Ljava/io/Writer;)Ljavax/tools/DiagnosticListener;
            areturn
        end local 1 // java.io.OutputStream s
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javah/JavahTask;
            0    1     1     s  Ljava/io/OutputStream;
    Signature: (Ljava/io/OutputStream;)Ljavax/tools/DiagnosticListener<Ljavax/tools/JavaFileObject;>;
    MethodParameters:
      Name  Flags
      s     

  private javax.tools.DiagnosticListener<javax.tools.JavaFileObject> getDiagnosticListenerForWriter(java.io.Writer);
    descriptor: (Ljava/io/Writer;)Ljavax/tools/DiagnosticListener;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.io.Writer w
         0: .line 312
            aload 1 /* w */
            invokestatic com.sun.tools.javah.JavahTask.getPrintWriterForWriter:(Ljava/io/Writer;)Ljava/io/PrintWriter;
            astore 2 /* pw */
        start local 2 // java.io.PrintWriter pw
         1: .line 313
            aload 0 /* this */
            aload 2 /* pw */
            invokedynamic report(Lcom/sun/tools/javah/JavahTask;Ljava/io/PrintWriter;)Ljavax/tools/DiagnosticListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavax/tools/Diagnostic;)V
                  com/sun/tools/javah/JavahTask.lambda$0(Ljava/io/PrintWriter;Ljavax/tools/Diagnostic;)V (7)
                  (Ljavax/tools/Diagnostic;)V
            areturn
        end local 2 // java.io.PrintWriter pw
        end local 1 // java.io.Writer w
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javah/JavahTask;
            0    2     1     w  Ljava/io/Writer;
            1    2     2    pw  Ljava/io/PrintWriter;
    Signature: (Ljava/io/Writer;)Ljavax/tools/DiagnosticListener<Ljavax/tools/JavaFileObject;>;
    MethodParameters:
      Name  Flags
      w     

  int run(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)I
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.lang.String[] args
         0: .line 324
            aload 0 /* this */
            aload 1 /* args */
            invokevirtual com.sun.tools.javah.JavahTask.handleOptions:([Ljava/lang/String;)V
         1: .line 325
            aload 0 /* this */
            invokevirtual com.sun.tools.javah.JavahTask.run:()Z
            istore 2 /* ok */
        start local 2 // boolean ok
         2: .line 326
            iload 2 /* ok */
            ifeq 3
            iconst_0
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: istore 4
         5: .line 336
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            invokevirtual java.io.PrintWriter.flush:()V
         6: .line 326
            iload 4
            ireturn
        end local 2 // boolean ok
         7: .line 327
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.String[]
      StackMap stack: com.sun.tools.javah.JavahTask$BadArgs
            astore 2 /* e */
        start local 2 // com.sun.tools.javah.JavahTask$BadArgs e
         8: .line 328
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            aload 0 /* this */
            aload 2 /* e */
            getfield com.sun.tools.javah.JavahTask$BadArgs.key:Ljava/lang/String;
            aload 2 /* e */
            getfield com.sun.tools.javah.JavahTask$BadArgs.args:[Ljava/lang/Object;
            invokevirtual com.sun.tools.javah.JavahTask.createDiagnostic:(Ljava/lang/String;[Ljava/lang/Object;)Ljavax/tools/Diagnostic;
            invokeinterface javax.tools.DiagnosticListener.report:(Ljavax/tools/Diagnostic;)V
         9: .line 336
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            invokevirtual java.io.PrintWriter.flush:()V
        10: .line 329
            iconst_1
            ireturn
        end local 2 // com.sun.tools.javah.JavahTask$BadArgs e
        11: .line 330
      StackMap locals:
      StackMap stack: com.sun.tools.javah.InternalError
            astore 2 /* e */
        start local 2 // com.sun.tools.javah.InternalError e
        12: .line 331
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            aload 0 /* this */
            ldc "err.internal.error"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* e */
            invokevirtual com.sun.tools.javah.InternalError.getMessage:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.tools.javah.JavahTask.createDiagnostic:(Ljava/lang/String;[Ljava/lang/Object;)Ljavax/tools/Diagnostic;
            invokeinterface javax.tools.DiagnosticListener.report:(Ljavax/tools/Diagnostic;)V
        13: .line 336
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            invokevirtual java.io.PrintWriter.flush:()V
        14: .line 332
            iconst_1
            ireturn
        end local 2 // com.sun.tools.javah.InternalError e
        15: .line 333
      StackMap locals:
      StackMap stack: com.sun.tools.javah.Util$Exit
            astore 2 /* e */
        start local 2 // com.sun.tools.javah.Util$Exit e
        16: .line 334
            aload 2 /* e */
            getfield com.sun.tools.javah.Util$Exit.exitValue:I
            istore 4
        17: .line 336
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            invokevirtual java.io.PrintWriter.flush:()V
        18: .line 334
            iload 4
            ireturn
        end local 2 // com.sun.tools.javah.Util$Exit e
        19: .line 335
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
        20: .line 336
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            invokevirtual java.io.PrintWriter.flush:()V
        21: .line 337
            aload 3
            athrow
        end local 1 // java.lang.String[] args
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lcom/sun/tools/javah/JavahTask;
            0   22     1  args  [Ljava/lang/String;
            2    7     2    ok  Z
            8   11     2     e  Lcom/sun/tools/javah/JavahTask$BadArgs;
           12   15     2     e  Lcom/sun/tools/javah/InternalError;
           16   19     2     e  Lcom/sun/tools/javah/Util$Exit;
      Exception table:
        from    to  target  type
           0     5       7  Class com.sun.tools.javah.JavahTask$BadArgs
           0     5      11  Class com.sun.tools.javah.InternalError
           0     5      15  Class com.sun.tools.javah.Util$Exit
           0     5      19  any
           7     9      19  any
          11    13      19  any
          15    17      19  any
    MethodParameters:
      Name  Flags
      args  

  public void handleOptions(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.lang.String[] args
         0: .line 341
            aload 0 /* this */
            aload 1 /* args */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            iconst_1
            invokevirtual com.sun.tools.javah.JavahTask.handleOptions:(Ljava/lang/Iterable;Z)V
         1: .line 342
            return
        end local 1 // java.lang.String[] args
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javah/JavahTask;
            0    2     1  args  [Ljava/lang/String;
    Exceptions:
      throws com.sun.tools.javah.JavahTask$BadArgs
    MethodParameters:
      Name  Flags
      args  

  private void handleOptions(java.lang.Iterable<java.lang.String>, );
    descriptor: (Ljava/lang/Iterable;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.lang.Iterable args
        start local 2 // boolean allowClasses
         0: .line 345
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            ifnonnull 5
         1: .line 346
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokestatic com.sun.tools.javah.JavahTask.getPrintWriterForStream:(Ljava/io/OutputStream;)Ljava/io/PrintWriter;
            putfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
         2: .line 347
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            ifnonnull 7
         3: .line 348
            aload 0 /* this */
            aload 0 /* this */
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokevirtual com.sun.tools.javah.JavahTask.getDiagnosticListenerForStream:(Ljava/io/OutputStream;)Ljavax/tools/DiagnosticListener;
            putfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
         4: .line 349
            goto 7
         5: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            ifnonnull 7
         6: .line 351
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            invokevirtual com.sun.tools.javah.JavahTask.getDiagnosticListenerForWriter:(Ljava/io/Writer;)Ljavax/tools/DiagnosticListener;
            putfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
         7: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            ifnonnull 9
         8: .line 355
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            invokestatic com.sun.tools.javah.JavahTask.getDefaultFileManager:(Ljavax/tools/DiagnosticListener;Ljava/io/PrintWriter;)Ljavax/tools/StandardJavaFileManager;
            putfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
         9: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* args */
            invokevirtual com.sun.tools.javah.JavahTask.expandAtArgs:(Ljava/lang/Iterable;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
        10: .line 358
            aload 0 /* this */
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 11
            iconst_0
            goto 12
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.Iterable int java.util.Iterator
      StackMap stack: com.sun.tools.javah.JavahTask
        11: iconst_1
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.Iterable int java.util.Iterator
      StackMap stack: com.sun.tools.javah.JavahTask int
        12: putfield com.sun.tools.javah.JavahTask.noArgs:Z
        13: .line 360
            goto 26
        14: .line 361
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* arg */
        start local 4 // java.lang.String arg
        15: .line 362
            aload 4 /* arg */
            ldc "-"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 17
        16: .line 363
            aload 0 /* this */
            aload 4 /* arg */
            aload 3 /* iter */
            invokevirtual com.sun.tools.javah.JavahTask.handleOption:(Ljava/lang/String;Ljava/util/Iterator;)V
            goto 26
        17: .line 364
      StackMap locals: java.lang.String
      StackMap stack:
            iload 2 /* allowClasses */
            ifeq 25
        18: .line 365
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
            ifnonnull 20
        19: .line 366
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
        20: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
            aload 4 /* arg */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        21: .line 368
            goto 23
        22: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 368
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        24: .line 370
            goto 26
        25: .line 371
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javah.JavahTask$BadArgs
            dup
            aload 0 /* this */
            ldc "err.unknown.option"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* arg */
            aastore
            invokespecial com.sun.tools.javah.JavahTask$BadArgs.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            iconst_1
            invokevirtual com.sun.tools.javah.JavahTask$BadArgs.showUsage:(Z)Lcom/sun/tools/javah/JavahTask$BadArgs;
            athrow
        end local 4 // java.lang.String arg
        26: .line 360
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        27: .line 374
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
            ifnull 28
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 30
        28: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.noArgs:Z
            ifne 30
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.help:Z
            ifne 30
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.version:Z
            ifne 30
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fullVersion:Z
            ifne 30
        29: .line 376
            new com.sun.tools.javah.JavahTask$BadArgs
            dup
            aload 0 /* this */
            ldc "err.no.classes.specified"
            iconst_0
            anewarray java.lang.Object
            invokespecial com.sun.tools.javah.JavahTask$BadArgs.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        30: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.jni:Z
            ifeq 32
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.llni:Z
            ifeq 32
        31: .line 380
            new com.sun.tools.javah.JavahTask$BadArgs
            dup
            aload 0 /* this */
            ldc "jni.llni.mixed"
            iconst_0
            anewarray java.lang.Object
            invokespecial com.sun.tools.javah.JavahTask$BadArgs.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        32: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.odir:Ljava/io/File;
            ifnull 34
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.ofile:Ljava/io/File;
            ifnull 34
        33: .line 383
            new com.sun.tools.javah.JavahTask$BadArgs
            dup
            aload 0 /* this */
            ldc "dir.file.mixed"
            iconst_0
            anewarray java.lang.Object
            invokespecial com.sun.tools.javah.JavahTask$BadArgs.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        34: .line 384
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.Iterator iter
        end local 2 // boolean allowClasses
        end local 1 // java.lang.Iterable args
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   35     0          this  Lcom/sun/tools/javah/JavahTask;
            0   35     1          args  Ljava/lang/Iterable<Ljava/lang/String;>;
            0   35     2  allowClasses  Z
           10   35     3          iter  Ljava/util/Iterator<Ljava/lang/String;>;
           15   26     4           arg  Ljava/lang/String;
    Exceptions:
      throws com.sun.tools.javah.JavahTask$BadArgs
    Signature: (Ljava/lang/Iterable<Ljava/lang/String;>;Z)V
    MethodParameters:
              Name  Flags
      args          
      allowClasses  

  private void handleOption(java.lang.String, java.util.Iterator<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Iterator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=7, args_size=3
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.lang.String name
        start local 2 // java.util.Iterator rest
         0: .line 387
            getstatic com.sun.tools.javah.JavahTask.recognizedOptions:[Lcom/sun/tools/javah/JavahTask$Option;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 14
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.String java.util.Iterator top int int com.sun.tools.javah.JavahTask$Option[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* o */
        start local 3 // com.sun.tools.javah.JavahTask$Option o
         2: .line 388
            aload 3 /* o */
            aload 1 /* name */
            invokevirtual com.sun.tools.javah.JavahTask$Option.matches:(Ljava/lang/String;)Z
            ifeq 13
         3: .line 389
            aload 3 /* o */
            getfield com.sun.tools.javah.JavahTask$Option.hasArg:Z
            ifeq 7
         4: .line 390
            aload 2 /* rest */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 6
         5: .line 391
            aload 3 /* o */
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* rest */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual com.sun.tools.javah.JavahTask$Option.process:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;Ljava/lang/String;)V
            goto 8
         6: .line 393
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.String java.util.Iterator com.sun.tools.javah.JavahTask$Option int int com.sun.tools.javah.JavahTask$Option[]
      StackMap stack:
            new com.sun.tools.javah.JavahTask$BadArgs
            dup
            aload 0 /* this */
            ldc "err.missing.arg"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
            invokespecial com.sun.tools.javah.JavahTask$BadArgs.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            iconst_1
            invokevirtual com.sun.tools.javah.JavahTask$BadArgs.showUsage:(Z)Lcom/sun/tools/javah/JavahTask$BadArgs;
            athrow
         7: .line 395
      StackMap locals:
      StackMap stack:
            aload 3 /* o */
            aload 0 /* this */
            aload 1 /* name */
            aconst_null
            invokevirtual com.sun.tools.javah.JavahTask$Option.process:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 397
      StackMap locals:
      StackMap stack:
            aload 3 /* o */
            invokevirtual com.sun.tools.javah.JavahTask$Option.ignoreRest:()Z
            ifeq 12
         9: .line 398
            goto 11
        10: .line 399
      StackMap locals:
      StackMap stack:
            aload 2 /* rest */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
        11: .line 398
      StackMap locals:
      StackMap stack:
            aload 2 /* rest */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        12: .line 401
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.javah.JavahTask$Option o
        13: .line 387
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.String java.util.Iterator top int int com.sun.tools.javah.JavahTask$Option[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        14: iload 4
            iload 5
            if_icmplt 1
        15: .line 405
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            aload 1 /* name */
            aload 2 /* rest */
            invokeinterface javax.tools.JavaFileManager.handleOption:(Ljava/lang/String;Ljava/util/Iterator;)Z
            ifeq 17
        16: .line 406
            return
        17: .line 408
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.String java.util.Iterator
      StackMap stack:
            new com.sun.tools.javah.JavahTask$BadArgs
            dup
            aload 0 /* this */
            ldc "err.unknown.option"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
            invokespecial com.sun.tools.javah.JavahTask$BadArgs.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            iconst_1
            invokevirtual com.sun.tools.javah.JavahTask$BadArgs.showUsage:(Z)Lcom/sun/tools/javah/JavahTask$BadArgs;
            athrow
        end local 2 // java.util.Iterator rest
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/sun/tools/javah/JavahTask;
            0   18     1  name  Ljava/lang/String;
            0   18     2  rest  Ljava/util/Iterator<Ljava/lang/String;>;
            2   13     3     o  Lcom/sun/tools/javah/JavahTask$Option;
    Exceptions:
      throws com.sun.tools.javah.JavahTask$BadArgs
    Signature: (Ljava/lang/String;Ljava/util/Iterator<Ljava/lang/String;>;)V
    MethodParameters:
      Name  Flags
      name  
      rest  

  private java.lang.Iterable<java.lang.String> expandAtArgs(java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/Iterable;)Ljava/lang/Iterable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.lang.Iterable args
         0: .line 413
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* l */
        start local 2 // java.util.List l
         1: .line 414
            aload 1 /* args */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.Iterable java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* arg */
        start local 3 // java.lang.String arg
         3: aload 2 /* l */
            aload 3 /* arg */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.String arg
      StackMap locals:
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 415
            aload 2 /* l */
            aload 2 /* l */
            invokeinterface java.util.List.size:()I
            anewarray java.lang.String
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
            invokestatic com.sun.tools.javac.main.CommandLine.parse:([Ljava/lang/String;)[Ljava/lang/String;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
         6: areturn
        end local 2 // java.util.List l
         7: .line 416
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.Iterable
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         8: .line 417
            new com.sun.tools.javah.JavahTask$BadArgs
            dup
            aload 0 /* this */
            ldc "at.args.file.not.found"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* e */
            invokevirtual java.io.IOException.getLocalizedMessage:()Ljava/lang/String;
            aastore
            invokespecial com.sun.tools.javah.JavahTask$BadArgs.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException e
         9: .line 418
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        10: .line 419
            new com.sun.tools.javah.JavahTask$BadArgs
            dup
            aload 0 /* this */
            ldc "at.args.io.exception"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* e */
            invokevirtual java.io.IOException.getLocalizedMessage:()Ljava/lang/String;
            aastore
            invokespecial com.sun.tools.javah.JavahTask$BadArgs.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // java.lang.Iterable args
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javah/JavahTask;
            0   11     1  args  Ljava/lang/Iterable<Ljava/lang/String;>;
            1    7     2     l  Ljava/util/List<Ljava/lang/String;>;
            3    4     3   arg  Ljava/lang/String;
            8    9     2     e  Ljava/io/IOException;
           10   11     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.FileNotFoundException
           0     6       7  Class java.nio.file.NoSuchFileException
           0     6       9  Class java.io.IOException
    Exceptions:
      throws com.sun.tools.javah.JavahTask$BadArgs
    Signature: (Ljava/lang/Iterable<Ljava/lang/String;>;)Ljava/lang/Iterable<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      args  

  public java.lang.Boolean call();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javah.JavahTask this
         0: .line 424
            aload 0 /* this */
            invokevirtual com.sun.tools.javah.JavahTask.run:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javah/JavahTask;

  public boolean run();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=1
        start local 0 // com.sun.tools.javah.JavahTask this
         0: .line 429
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.javac_extras:Ljava/util/Set;
            ldc "-XDsuppress-tool-removal-message"
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 430
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            aload 0 /* this */
            ldc "javah.misc.Deprecation"
            iconst_0
            anewarray java.lang.Object
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         2: .line 433
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javah.Util
            dup
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            invokespecial com.sun.tools.javah.Util.<init>:(Ljava/io/PrintWriter;Ljavax/tools/DiagnosticListener;)V
            astore 1 /* util */
        start local 1 // com.sun.tools.javah.Util util
         3: .line 435
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.noArgs:Z
            ifne 4
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.help:Z
            ifeq 6
         4: .line 436
      StackMap locals: com.sun.tools.javah.Util
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javah.JavahTask.showHelp:()V
         5: .line 437
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.help:Z
            ireturn
         6: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.version:Z
            ifne 7
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fullVersion:Z
            ifeq 9
         7: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fullVersion:Z
            invokevirtual com.sun.tools.javah.JavahTask.showVersion:(Z)V
         8: .line 442
            iconst_1
            ireturn
         9: .line 445
      StackMap locals:
      StackMap stack:
            aload 1 /* util */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.verbose:Z
            putfield com.sun.tools.javah.Util.verbose:Z
        10: .line 449
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.llni:Z
            ifeq 13
        11: .line 450
            new com.sun.tools.javah.LLNI
            dup
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.doubleAlign:Z
            aload 1 /* util */
            invokespecial com.sun.tools.javah.LLNI.<init>:(ZLcom/sun/tools/javah/Util;)V
            astore 2 /* g */
        start local 2 // com.sun.tools.javah.Gen g
        12: goto 14
        end local 2 // com.sun.tools.javah.Gen g
        13: .line 452
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javah.JNI
            dup
            aload 1 /* util */
            invokespecial com.sun.tools.javah.JNI.<init>:(Lcom/sun/tools/javah/Util;)V
            astore 2 /* g */
        start local 2 // com.sun.tools.javah.Gen g
        14: .line 455
      StackMap locals: com.sun.tools.javah.Gen
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.ofile:Ljava/io/File;
            ifnull 23
        15: .line 456
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            instanceof javax.tools.StandardJavaFileManager
            ifne 18
        16: .line 457
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            aload 0 /* this */
            ldc "err.cant.use.option.for.fm"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "-o"
            aastore
            invokevirtual com.sun.tools.javah.JavahTask.createDiagnostic:(Ljava/lang/String;[Ljava/lang/Object;)Ljavax/tools/Diagnostic;
            invokeinterface javax.tools.DiagnosticListener.report:(Ljavax/tools/Diagnostic;)V
        17: .line 458
            iconst_0
            ireturn
        18: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            checkcast javax.tools.StandardJavaFileManager
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.ofile:Ljava/io/File;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            invokeinterface javax.tools.StandardJavaFileManager.getJavaFileObjectsFromFiles:(Ljava/lang/Iterable;)Ljava/lang/Iterable;
        19: .line 460
            astore 3 /* iter */
        start local 3 // java.lang.Iterable iter
        20: .line 462
            aload 3 /* iter */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.tools.JavaFileObject
            astore 4 /* fo */
        start local 4 // javax.tools.JavaFileObject fo
        21: .line 463
            aload 2 /* g */
            aload 4 /* fo */
            invokevirtual com.sun.tools.javah.Gen.setOutFile:(Ljavax/tools/JavaFileObject;)V
        end local 4 // javax.tools.JavaFileObject fo
        end local 3 // java.lang.Iterable iter
        22: .line 464
            goto 39
        23: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.odir:Ljava/io/File;
            ifnull 38
        24: .line 466
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            instanceof javax.tools.StandardJavaFileManager
            ifne 27
        25: .line 467
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            aload 0 /* this */
            ldc "err.cant.use.option.for.fm"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "-d"
            aastore
            invokevirtual com.sun.tools.javah.JavahTask.createDiagnostic:(Ljava/lang/String;[Ljava/lang/Object;)Ljavax/tools/Diagnostic;
            invokeinterface javax.tools.DiagnosticListener.report:(Ljavax/tools/Diagnostic;)V
        26: .line 468
            iconst_0
            ireturn
        27: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.odir:Ljava/io/File;
            invokevirtual java.io.File.exists:()Z
            ifne 30
        28: .line 472
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.odir:Ljava/io/File;
            invokevirtual java.io.File.mkdirs:()Z
            ifne 30
        29: .line 473
            aload 1 /* util */
            ldc "cant.create.dir"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.odir:Ljava/io/File;
            invokevirtual java.io.File.toString:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.tools.javah.Util.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        30: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            checkcast javax.tools.StandardJavaFileManager
            getstatic javax.tools.StandardLocation.CLASS_OUTPUT:Ljavax/tools/StandardLocation;
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.odir:Ljava/io/File;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            invokeinterface javax.tools.StandardJavaFileManager.setLocation:(Ljavax/tools/JavaFileManager$Location;Ljava/lang/Iterable;)V
        31: .line 476
            goto 38
      StackMap locals:
      StackMap stack: java.io.IOException
        32: astore 3 /* e */
        start local 3 // java.io.IOException e
        33: .line 477
            aload 3 /* e */
            invokevirtual java.io.IOException.getLocalizedMessage:()Ljava/lang/String;
            astore 4 /* msg */
        start local 4 // java.lang.Object msg
        34: .line 478
            aload 4 /* msg */
            ifnonnull 36
        35: .line 479
            aload 3 /* e */
            astore 4 /* msg */
        36: .line 481
      StackMap locals: java.io.IOException java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            aload 0 /* this */
            ldc "err.ioerror"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.odir:Ljava/io/File;
            aastore
            dup
            iconst_1
            aload 4 /* msg */
            aastore
            invokevirtual com.sun.tools.javah.JavahTask.createDiagnostic:(Ljava/lang/String;[Ljava/lang/Object;)Ljavax/tools/Diagnostic;
            invokeinterface javax.tools.DiagnosticListener.report:(Ljavax/tools/Diagnostic;)V
        37: .line 482
            iconst_0
            ireturn
        end local 4 // java.lang.Object msg
        end local 3 // java.io.IOException e
        38: .line 485
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            invokevirtual com.sun.tools.javah.Gen.setFileManager:(Ljavax/tools/JavaFileManager;)V
        39: .line 492
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.force:Z
            invokevirtual com.sun.tools.javah.Gen.setForce:(Z)V
        40: .line 494
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            instanceof com.sun.tools.javah.JavahFileManager
            ifeq 42
        41: .line 495
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            checkcast com.sun.tools.javah.JavahFileManager
            iconst_0
            invokevirtual com.sun.tools.javah.JavahFileManager.setSymbolFileEnabled:(Z)V
        42: .line 497
      StackMap locals:
      StackMap stack:
            invokestatic javax.tools.ToolProvider.getSystemJavaCompiler:()Ljavax/tools/JavaCompiler;
            astore 3 /* c */
        start local 3 // javax.tools.JavaCompiler c
        43: .line 498
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* opts */
        start local 4 // java.util.List opts
        44: .line 499
            aload 4 /* opts */
            ldc "-proc:only"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        45: .line 500
            aload 4 /* opts */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.javac_extras:Ljava/util/Set;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        46: .line 504
            aload 3 /* c */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.diagnosticListener:Ljavax/tools/DiagnosticListener;
            aload 4 /* opts */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.classes:Ljava/util/List;
            aconst_null
            invokeinterface javax.tools.JavaCompiler.getTask:(Ljava/io/Writer;Ljavax/tools/JavaFileManager;Ljavax/tools/DiagnosticListener;Ljava/lang/Iterable;Ljava/lang/Iterable;Ljava/lang/Iterable;)Ljavax/tools/JavaCompiler$CompilationTask;
            astore 5 /* t */
        start local 5 // javax.tools.JavaCompiler$CompilationTask t
        47: .line 505
            goto 51
        end local 5 // javax.tools.JavaCompiler$CompilationTask t
      StackMap locals: com.sun.tools.javah.JavahTask com.sun.tools.javah.Util com.sun.tools.javah.Gen javax.tools.JavaCompiler java.util.List
      StackMap stack: java.lang.IllegalArgumentException
        48: astore 6 /* e */
        start local 6 // java.lang.IllegalArgumentException e
        49: .line 506
            aload 1 /* util */
            ldc "bad.arg"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* e */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.tools.javah.Util.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        50: .line 507
            iconst_0
            ireturn
        end local 6 // java.lang.IllegalArgumentException e
        start local 5 // javax.tools.JavaCompiler$CompilationTask t
        51: .line 510
      StackMap locals: javax.tools.JavaCompiler$CompilationTask
      StackMap stack:
            new com.sun.tools.javah.JavahTask$JavahProcessor
            dup
            aload 0 /* this */
            aload 2 /* g */
            invokespecial com.sun.tools.javah.JavahTask$JavahProcessor.<init>:(Lcom/sun/tools/javah/JavahTask;Lcom/sun/tools/javah/Gen;)V
            astore 6 /* p */
        start local 6 // com.sun.tools.javah.JavahTask$JavahProcessor p
        52: .line 511
            aload 5 /* t */
            aload 6 /* p */
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            invokeinterface javax.tools.JavaCompiler$CompilationTask.setProcessors:(Ljava/lang/Iterable;)V
        53: .line 513
            aload 5 /* t */
            invokeinterface javax.tools.JavaCompiler$CompilationTask.call:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            istore 7 /* ok */
        start local 7 // boolean ok
        54: .line 514
            aload 6 /* p */
            getfield com.sun.tools.javah.JavahTask$JavahProcessor.exit:Lcom/sun/tools/javah/Util$Exit;
            ifnull 56
        55: .line 515
            new com.sun.tools.javah.Util$Exit
            dup
            aload 6 /* p */
            getfield com.sun.tools.javah.JavahTask$JavahProcessor.exit:Lcom/sun/tools/javah/Util$Exit;
            invokespecial com.sun.tools.javah.Util$Exit.<init>:(Lcom/sun/tools/javah/Util$Exit;)V
            athrow
        56: .line 516
      StackMap locals: com.sun.tools.javah.JavahTask$JavahProcessor int
      StackMap stack:
            iload 7 /* ok */
            ireturn
        end local 7 // boolean ok
        end local 6 // com.sun.tools.javah.JavahTask$JavahProcessor p
        end local 5 // javax.tools.JavaCompiler$CompilationTask t
        end local 4 // java.util.List opts
        end local 3 // javax.tools.JavaCompiler c
        end local 2 // com.sun.tools.javah.Gen g
        end local 1 // com.sun.tools.javah.Util util
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   57     0  this  Lcom/sun/tools/javah/JavahTask;
            3   57     1  util  Lcom/sun/tools/javah/Util;
           12   13     2     g  Lcom/sun/tools/javah/Gen;
           14   57     2     g  Lcom/sun/tools/javah/Gen;
           20   22     3  iter  Ljava/lang/Iterable<+Ljavax/tools/JavaFileObject;>;
           21   22     4    fo  Ljavax/tools/JavaFileObject;
           33   38     3     e  Ljava/io/IOException;
           34   38     4   msg  Ljava/lang/Object;
           43   57     3     c  Ljavax/tools/JavaCompiler;
           44   57     4  opts  Ljava/util/List<Ljava/lang/String;>;
           47   48     5     t  Ljavax/tools/JavaCompiler$CompilationTask;
           51   57     5     t  Ljavax/tools/JavaCompiler$CompilationTask;
           49   51     6     e  Ljava/lang/IllegalArgumentException;
           52   57     6     p  Lcom/sun/tools/javah/JavahTask$JavahProcessor;
           54   57     7    ok  Z
      Exception table:
        from    to  target  type
          30    31      32  Class java.io.IOException
          46    47      48  Class java.lang.IllegalArgumentException
    Exceptions:
      throws com.sun.tools.javah.Util$Exit

  static javax.tools.StandardJavaFileManager getDefaultFileManager(javax.tools.DiagnosticListener<? super javax.tools.JavaFileObject>, java.io.PrintWriter);
    descriptor: (Ljavax/tools/DiagnosticListener;Ljava/io/PrintWriter;)Ljavax/tools/StandardJavaFileManager;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.tools.DiagnosticListener dl
        start local 1 // java.io.PrintWriter log
         0: .line 521
            aload 0 /* dl */
            aload 1 /* log */
            invokestatic com.sun.tools.javah.JavahFileManager.create:(Ljavax/tools/DiagnosticListener;Ljava/io/PrintWriter;)Lcom/sun/tools/javah/JavahFileManager;
            areturn
        end local 1 // java.io.PrintWriter log
        end local 0 // javax.tools.DiagnosticListener dl
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    dl  Ljavax/tools/DiagnosticListener<-Ljavax/tools/JavaFileObject;>;
            0    1     1   log  Ljava/io/PrintWriter;
    Signature: (Ljavax/tools/DiagnosticListener<-Ljavax/tools/JavaFileObject;>;Ljava/io/PrintWriter;)Ljavax/tools/StandardJavaFileManager;
    MethodParameters:
      Name  Flags
      dl    final
      log   

  private void showHelp();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=1
        start local 0 // com.sun.tools.javah.JavahTask this
         0: .line 525
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            aload 0 /* this */
            ldc "main.usage"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javah"
            aastore
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         1: .line 527
            getstatic com.sun.tools.javah.JavahTask.recognizedOptions:[Lcom/sun/tools/javah/JavahTask$Option;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 8
      StackMap locals: com.sun.tools.javah.JavahTask top int int com.sun.tools.javah.JavahTask$Option[]
      StackMap stack:
         2: aload 4
            iload 2
            aaload
            astore 1 /* o */
        start local 1 // com.sun.tools.javah.JavahTask$Option o
         3: .line 528
            aload 1 /* o */
            invokevirtual com.sun.tools.javah.JavahTask$Option.isHidden:()Z
            ifeq 5
         4: .line 529
            goto 7
         5: .line 530
      StackMap locals: com.sun.tools.javah.JavahTask com.sun.tools.javah.JavahTask$Option int int com.sun.tools.javah.JavahTask$Option[]
      StackMap stack:
            aload 1 /* o */
            getfield com.sun.tools.javah.JavahTask$Option.aliases:[Ljava/lang/String;
            iconst_0
            aaload
            iconst_1
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
         6: .line 531
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "main.opt."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        end local 5 // java.lang.String name
        end local 1 // com.sun.tools.javah.JavahTask$Option o
         7: .line 527
      StackMap locals: com.sun.tools.javah.JavahTask top int int com.sun.tools.javah.JavahTask$Option[]
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         8: iload 2
            iload 3
            if_icmplt 2
         9: .line 534
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
        10: .line 535
            ldc "--module-path"
            aastore
            dup
            iconst_1
            ldc "--system"
            aastore
            dup
            iconst_2
        11: .line 536
            ldc "--class-path"
            aastore
            dup
            iconst_3
            ldc "-classpath"
            aastore
            dup
            iconst_4
            ldc "-cp"
            aastore
            dup
            iconst_5
        12: .line 537
            ldc "-bootclasspath"
            aastore
        13: .line 534
            astore 1 /* fmOptions */
        start local 1 // java.lang.String[] fmOptions
        14: .line 540
            aload 1 /* fmOptions */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 21
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.String[] top int int java.lang.String[]
      StackMap stack:
        15: aload 5
            iload 3
            aaload
            astore 2 /* o */
        start local 2 // java.lang.String o
        16: .line 541
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.fileManager:Ljavax/tools/JavaFileManager;
            aload 2 /* o */
            invokeinterface javax.tools.JavaFileManager.isSupportedOption:(Ljava/lang/String;)I
            iconst_m1
            if_icmpne 18
        17: .line 542
            goto 20
        18: .line 543
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.String[] java.lang.String int int java.lang.String[]
      StackMap stack:
            aload 2 /* o */
            ldc "^-+"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            ldc "-+"
            ldc "_"
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
        19: .line 544
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "main.opt."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        end local 6 // java.lang.String name
        end local 2 // java.lang.String o
        20: .line 540
      StackMap locals: com.sun.tools.javah.JavahTask java.lang.String[] top int int java.lang.String[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        21: iload 3
            iload 4
            if_icmplt 15
        22: .line 547
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            aload 0 /* this */
            ldc "main.usage.foot"
            iconst_0
            anewarray java.lang.Object
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        23: .line 548
            return
        end local 1 // java.lang.String[] fmOptions
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lcom/sun/tools/javah/JavahTask;
            3    7     1          o  Lcom/sun/tools/javah/JavahTask$Option;
            6    7     5       name  Ljava/lang/String;
           14   24     1  fmOptions  [Ljava/lang/String;
           16   20     2          o  Ljava/lang/String;
           19   20     6       name  Ljava/lang/String;

  private void showVersion(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // boolean full
         0: .line 551
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.log:Ljava/io/PrintWriter;
            aload 0 /* this */
            iload 1 /* full */
            invokevirtual com.sun.tools.javah.JavahTask.version:(Z)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         1: .line 552
            return
        end local 1 // boolean full
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javah/JavahTask;
            0    2     1  full  Z
    MethodParameters:
      Name  Flags
      full  

  private java.lang.String version(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // boolean full
         0: .line 558
            iload 1 /* full */
            ifeq 1
            ldc "javah.fullVersion"
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "javah.version"
      StackMap locals:
      StackMap stack: java.lang.String
         2: astore 2 /* msgKey */
        start local 2 // java.lang.String msgKey
         3: .line 559
            iload 1 /* full */
            ifeq 4
            ldc "full"
            goto 5
      StackMap locals: java.lang.String
      StackMap stack:
         4: ldc "release"
      StackMap locals:
      StackMap stack: java.lang.String
         5: astore 3 /* versionKey */
        start local 3 // java.lang.String versionKey
         6: .line 562
            getstatic com.sun.tools.javah.JavahTask.versionRB:Ljava/util/ResourceBundle;
            ifnonnull 11
         7: .line 564
            ldc "com.sun.tools.javah.resources.version"
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;)Ljava/util/ResourceBundle;
            putstatic com.sun.tools.javah.JavahTask.versionRB:Ljava/util/ResourceBundle;
         8: .line 565
            goto 11
      StackMap locals: com.sun.tools.javah.JavahTask int java.lang.String java.lang.String
      StackMap stack: java.util.MissingResourceException
         9: pop
        10: .line 566
            aload 0 /* this */
            ldc "version.resource.missing"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "java.version"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            aastore
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        11: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* msgKey */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javah"
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javah.JavahTask.versionRB:Ljava/util/ResourceBundle;
            aload 3 /* versionKey */
            invokevirtual java.util.ResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            aastore
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        12: areturn
        13: .line 572
      StackMap locals:
      StackMap stack: java.util.MissingResourceException
            pop
        14: .line 573
            aload 0 /* this */
            ldc "version.unknown"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "java.version"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            aastore
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 3 // java.lang.String versionKey
        end local 2 // java.lang.String msgKey
        end local 1 // boolean full
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lcom/sun/tools/javah/JavahTask;
            0   15     1        full  Z
            3   15     2      msgKey  Ljava/lang/String;
            6   15     3  versionKey  Ljava/lang/String;
      Exception table:
        from    to  target  type
           7     8       9  Class java.util.MissingResourceException
          11    12      13  Class java.util.MissingResourceException
    MethodParameters:
      Name  Flags
      full  

  private javax.tools.Diagnostic<javax.tools.JavaFileObject> createDiagnostic(java.lang.String, []);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljavax/tools/Diagnostic;
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object[] args
         0: .line 578
            new com.sun.tools.javah.JavahTask$15
            dup
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* args */
            invokespecial com.sun.tools.javah.JavahTask$15.<init>:(Lcom/sun/tools/javah/JavahTask;Ljava/lang/String;[Ljava/lang/Object;)V
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String key
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javah/JavahTask;
            0    1     1   key  Ljava/lang/String;
            0    1     2  args  [Ljava/lang/Object;
    Signature: (Ljava/lang/String;[Ljava/lang/Object;)Ljavax/tools/Diagnostic<Ljavax/tools/JavaFileObject;>;
    MethodParameters:
      Name  Flags
      key   final
      args  final

  private java.lang.String getMessage(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object[] args
         0: .line 628
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.task_locale:Ljava/util/Locale;
            aload 1 /* key */
            aload 2 /* args */
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String key
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javah/JavahTask;
            0    1     1   key  Ljava/lang/String;
            0    1     2  args  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   
      args  

  private java.lang.String getMessage(java.util.Locale, java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 1 // java.util.Locale locale
        start local 2 // java.lang.String key
        start local 3 // java.lang.Object[] args
         0: .line 632
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.bundles:Ljava/util/Map;
            ifnonnull 2
         1: .line 636
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.javah.JavahTask.bundles:Ljava/util/Map;
         2: .line 639
      StackMap locals:
      StackMap stack:
            aload 1 /* locale */
            ifnonnull 4
         3: .line 640
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            astore 1 /* locale */
         4: .line 642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.bundles:Ljava/util/Map;
            aload 1 /* locale */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.ResourceBundle
            astore 4 /* b */
        start local 4 // java.util.ResourceBundle b
         5: .line 643
            aload 4 /* b */
            ifnonnull 11
         6: .line 645
            ldc "com.sun.tools.javah.resources.l10n"
            aload 1 /* locale */
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;
            astore 4 /* b */
         7: .line 646
            aload 0 /* this */
            getfield com.sun.tools.javah.JavahTask.bundles:Ljava/util/Map;
            aload 1 /* locale */
            aload 4 /* b */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 647
            goto 11
      StackMap locals: com.sun.tools.javah.JavahTask java.util.Locale java.lang.String java.lang.Object[] java.util.ResourceBundle
      StackMap stack: java.util.MissingResourceException
         9: astore 5 /* e */
        start local 5 // java.util.MissingResourceException e
        10: .line 648
            new com.sun.tools.javah.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot find javah resource bundle for locale "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* locale */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 5 /* e */
            invokespecial com.sun.tools.javah.InternalError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.util.MissingResourceException e
        11: .line 653
      StackMap locals:
      StackMap stack:
            aload 4 /* b */
            aload 2 /* key */
            invokevirtual java.util.ResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            aload 3 /* args */
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        12: areturn
        13: .line 654
      StackMap locals:
      StackMap stack: java.util.MissingResourceException
            pop
        14: .line 655
            aload 2 /* key */
            areturn
        end local 4 // java.util.ResourceBundle b
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String key
        end local 1 // java.util.Locale locale
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/sun/tools/javah/JavahTask;
            0   15     1  locale  Ljava/util/Locale;
            0   15     2     key  Ljava/lang/String;
            0   15     3    args  [Ljava/lang/Object;
            5   15     4       b  Ljava/util/ResourceBundle;
           10   11     5       e  Ljava/util/MissingResourceException;
      Exception table:
        from    to  target  type
           6     8       9  Class java.util.MissingResourceException
          11    12      13  Class java.util.MissingResourceException
    MethodParameters:
        Name  Flags
      locale  
      key     
      args    

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.javah.JavahTask.call:()Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private void lambda$0(java.io.PrintWriter, javax.tools.Diagnostic);
    descriptor: (Ljava/io/PrintWriter;Ljavax/tools/Diagnostic;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javah.JavahTask this
        start local 2 // javax.tools.Diagnostic diagnostic
         0: .line 314
            aload 2 /* diagnostic */
            invokeinterface javax.tools.Diagnostic.getKind:()Ljavax/tools/Diagnostic$Kind;
            getstatic javax.tools.Diagnostic$Kind.ERROR:Ljavax/tools/Diagnostic$Kind;
            if_acmpne 3
         1: .line 315
            aload 1
            aload 0 /* this */
            ldc "err.prefix"
            iconst_0
            anewarray java.lang.Object
            invokevirtual com.sun.tools.javah.JavahTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         2: .line 316
            aload 1
            ldc " "
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         3: .line 318
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* diagnostic */
            aconst_null
            invokeinterface javax.tools.Diagnostic.getMessage:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         4: .line 319
            return
        end local 2 // javax.tools.Diagnostic diagnostic
        end local 0 // com.sun.tools.javah.JavahTask this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/tools/javah/JavahTask;
            0    5     2  diagnostic  Ljavax/tools/Diagnostic<+Ljavax/tools/JavaFileObject;>;
}
SourceFile: "JavahTask.java"
NestMembers:
  com.sun.tools.javah.JavahTask$1  com.sun.tools.javah.JavahTask$10  com.sun.tools.javah.JavahTask$11  com.sun.tools.javah.JavahTask$12  com.sun.tools.javah.JavahTask$13  com.sun.tools.javah.JavahTask$14  com.sun.tools.javah.JavahTask$15  com.sun.tools.javah.JavahTask$2  com.sun.tools.javah.JavahTask$3  com.sun.tools.javah.JavahTask$4  com.sun.tools.javah.JavahTask$5  com.sun.tools.javah.JavahTask$6  com.sun.tools.javah.JavahTask$7  com.sun.tools.javah.JavahTask$8  com.sun.tools.javah.JavahTask$9  com.sun.tools.javah.JavahTask$BadArgs  com.sun.tools.javah.JavahTask$HiddenOption  com.sun.tools.javah.JavahTask$JavahProcessor  com.sun.tools.javah.JavahTask$JavahProcessor$1  com.sun.tools.javah.JavahTask$Option
InnerClasses:
  com.sun.tools.javah.JavahTask$1
  com.sun.tools.javah.JavahTask$10
  com.sun.tools.javah.JavahTask$11
  com.sun.tools.javah.JavahTask$12
  com.sun.tools.javah.JavahTask$13
  com.sun.tools.javah.JavahTask$14
  com.sun.tools.javah.JavahTask$15
  com.sun.tools.javah.JavahTask$2
  com.sun.tools.javah.JavahTask$3
  com.sun.tools.javah.JavahTask$4
  com.sun.tools.javah.JavahTask$5
  com.sun.tools.javah.JavahTask$6
  com.sun.tools.javah.JavahTask$7
  com.sun.tools.javah.JavahTask$8
  com.sun.tools.javah.JavahTask$9
  public BadArgs = com.sun.tools.javah.JavahTask$BadArgs of com.sun.tools.javah.JavahTask
  abstract HiddenOption = com.sun.tools.javah.JavahTask$HiddenOption of com.sun.tools.javah.JavahTask
  JavahProcessor = com.sun.tools.javah.JavahTask$JavahProcessor of com.sun.tools.javah.JavahTask
  abstract Option = com.sun.tools.javah.JavahTask$Option of com.sun.tools.javah.JavahTask
  public abstract NativeHeaderTask = com.sun.tools.javah.NativeHeaderTool$NativeHeaderTask of com.sun.tools.javah.NativeHeaderTool
  public Exit = com.sun.tools.javah.Util$Exit of com.sun.tools.javah.Util
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Kind = javax.tools.Diagnostic$Kind of javax.tools.Diagnostic
  public abstract CompilationTask = javax.tools.JavaCompiler$CompilationTask of javax.tools.JavaCompiler
  public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager