public final class com.sun.tools.javac.resources.javac extends java.util.ListResourceBundle
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.javac.resources.javac
  super_class: java.util.ListResourceBundle
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.resources.javac this
         0: .line 3
            aload 0 /* this */
            invokespecial java.util.ListResourceBundle.<init>:()V
            return
        end local 0 // com.sun.tools.javac.resources.javac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/resources/javac;

  protected final java.lang.Object[][] getContents();
    descriptor: ()[[Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.resources.javac this
         0: .line 5
            sipush 141
            anewarray java.lang.Object[]
            dup
            iconst_0
         1: .line 6
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.fullVersion"
            aastore
            dup
            iconst_1
            ldc "{0} full version \"{1}\""
            aastore
            aastore
            dup
            iconst_1
         2: .line 7
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.bug"
            aastore
            dup
            iconst_1
            ldc "An exception has occurred in the compiler ({0}). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you."
            aastore
            aastore
            dup
            iconst_2
         3: .line 8
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.io"
            aastore
            dup
            iconst_1
            ldc "\n\nAn input/output error occurred.\nConsult the following stack trace for details.\n"
            aastore
            aastore
            dup
            iconst_3
         4: .line 9
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.parameters.output"
            aastore
            dup
            iconst_1
            ldc "printing javac parameters to: {0}"
            aastore
            aastore
            dup
            iconst_4
         5: .line 10
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.parameters.output.error"
            aastore
            dup
            iconst_1
            ldc "error while trying to print javac parameters to: {0}, parameters will follow:"
            aastore
            aastore
            dup
            iconst_5
         6: .line 11
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.plugin.uncaught.exception"
            aastore
            dup
            iconst_1
            ldc "\n\nA plugin threw an uncaught exception.\nConsult the following stack trace for details.\n"
            aastore
            aastore
            dup
            bipush 6
         7: .line 12
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.proc.annotation.uncaught.exception"
            aastore
            dup
            iconst_1
            ldc "\n\nAn annotation processor threw an uncaught exception.\nConsult the following stack trace for details.\n"
            aastore
            aastore
            dup
            bipush 7
         8: .line 13
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.resource"
            aastore
            dup
            iconst_1
            ldc "\n\nThe system is out of resources.\nConsult the following stack trace for details.\n"
            aastore
            aastore
            dup
            bipush 8
         9: .line 14
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.usage"
            aastore
            dup
            iconst_1
            ldc "Usage: {0} <options> <source files>\nuse --help for a list of possible options"
            aastore
            aastore
            dup
            bipush 9
        10: .line 15
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.usage.header"
            aastore
            dup
            iconst_1
            ldc "Usage: {0} <options> <source files>\nwhere possible options include:"
            aastore
            aastore
            dup
            bipush 10
        11: .line 16
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.msg.usage.nonstandard.footer"
            aastore
            dup
            iconst_1
            ldc "These extra options are subject to change without notice."
            aastore
            aastore
            dup
            bipush 11
        12: .line 17
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.A"
            aastore
            dup
            iconst_1
            ldc "Options to pass to annotation processors"
            aastore
            aastore
            dup
            bipush 12
        13: .line 18
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.AT"
            aastore
            dup
            iconst_1
            ldc "Read options and filenames from file"
            aastore
            aastore
            dup
            bipush 13
        14: .line 19
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.J"
            aastore
            dup
            iconst_1
            ldc "Pass <flag> directly to the runtime system"
            aastore
            aastore
            dup
            bipush 14
        15: .line 20
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Werror"
            aastore
            dup
            iconst_1
            ldc "Terminate compilation if warnings occur"
            aastore
            aastore
            dup
            bipush 15
        16: .line 21
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.X"
            aastore
            dup
            iconst_1
            ldc "Print help on extra options"
            aastore
            aastore
            dup
            bipush 16
        17: .line 22
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xbootclasspath.a"
            aastore
            dup
            iconst_1
            ldc "Append to the bootstrap class path"
            aastore
            aastore
            dup
            bipush 17
        18: .line 23
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xbootclasspath.p"
            aastore
            dup
            iconst_1
            ldc "Prepend to the bootstrap class path"
            aastore
            aastore
            dup
            bipush 18
        19: .line 24
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xdoclint"
            aastore
            dup
            iconst_1
            ldc "Enable recommended checks for problems in javadoc comments"
            aastore
            aastore
            dup
            bipush 19
        20: .line 25
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xdoclint.custom"
            aastore
            dup
            iconst_1
            ldc "Enable or disable specific checks for problems in javadoc comments,\nwhere <group> is one of accessibility, html, missing, reference, or syntax,\nand <access> is one of public, protected, package, or private."
            aastore
            aastore
            dup
            bipush 20
        21: .line 26
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xdoclint.package.args"
            aastore
            dup
            iconst_1
            ldc "[-]<packages>(,[-]<package>)*"
            aastore
            aastore
            dup
            bipush 21
        22: .line 27
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xdoclint.package.desc"
            aastore
            dup
            iconst_1
            ldc "Enable or disable checks in specific packages. Each <package> is either the\nqualified name of a package or a package name prefix followed by '.*', which\nexpands to all sub-packages of the given package. Each <package> can be prefixed\nwith '-' to disable checks for the specified package or packages."
            aastore
            aastore
            dup
            bipush 22
        23: .line 28
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xdoclint.subopts"
            aastore
            dup
            iconst_1
            ldc "(all|none|[-]<group>)[/<access>]"
            aastore
            aastore
            dup
            bipush 23
        24: .line 29
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint"
            aastore
            dup
            iconst_1
            ldc "Enable recommended warnings"
            aastore
            aastore
            dup
            bipush 24
        25: .line 30
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.all"
            aastore
            dup
            iconst_1
            ldc "Enable all warnings"
            aastore
            aastore
            dup
            bipush 25
        26: .line 31
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.custom"
            aastore
            dup
            iconst_1
            ldc "Warnings to enable or disable, separated by comma.\nPrecede a key by '-' to disable the specified warning.\nSupported keys are:"
            aastore
            aastore
            dup
            bipush 26
        27: .line 32
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.auxiliaryclass"
            aastore
            dup
            iconst_1
            ldc "Warn about an auxiliary class that is hidden in a source file, and is used from other files."
            aastore
            aastore
            dup
            bipush 27
        28: .line 33
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.cast"
            aastore
            dup
            iconst_1
            ldc "Warn about use of unnecessary casts."
            aastore
            aastore
            dup
            bipush 28
        29: .line 34
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.classfile"
            aastore
            dup
            iconst_1
            ldc "Warn about issues related to classfile contents."
            aastore
            aastore
            dup
            bipush 29
        30: .line 35
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.dep-ann"
            aastore
            dup
            iconst_1
            ldc "Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation."
            aastore
            aastore
            dup
            bipush 30
        31: .line 36
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.deprecation"
            aastore
            dup
            iconst_1
            ldc "Warn about use of deprecated items."
            aastore
            aastore
            dup
            bipush 31
        32: .line 37
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.divzero"
            aastore
            dup
            iconst_1
            ldc "Warn about division by constant integer 0."
            aastore
            aastore
            dup
            bipush 32
        33: .line 38
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.empty"
            aastore
            dup
            iconst_1
            ldc "Warn about empty statement after if."
            aastore
            aastore
            dup
            bipush 33
        34: .line 39
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.exports"
            aastore
            dup
            iconst_1
            ldc "Warn about issues regarding module exports."
            aastore
            aastore
            dup
            bipush 34
        35: .line 40
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.fallthrough"
            aastore
            dup
            iconst_1
            ldc "Warn about falling through from one case of a switch statement to the next."
            aastore
            aastore
            dup
            bipush 35
        36: .line 41
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.finally"
            aastore
            dup
            iconst_1
            ldc "Warn about finally clauses that do not terminate normally."
            aastore
            aastore
            dup
            bipush 36
        37: .line 42
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.module"
            aastore
            dup
            iconst_1
            ldc "Warn about module system related issues."
            aastore
            aastore
            dup
            bipush 37
        38: .line 43
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.opens"
            aastore
            dup
            iconst_1
            ldc "Warn about issues regarding module opens."
            aastore
            aastore
            dup
            bipush 38
        39: .line 44
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.options"
            aastore
            dup
            iconst_1
            ldc "Warn about issues relating to use of command line options."
            aastore
            aastore
            dup
            bipush 39
        40: .line 45
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.overloads"
            aastore
            dup
            iconst_1
            ldc "Warn about issues regarding method overloads."
            aastore
            aastore
            dup
            bipush 40
        41: .line 46
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.overrides"
            aastore
            dup
            iconst_1
            ldc "Warn about issues regarding method overrides."
            aastore
            aastore
            dup
            bipush 41
        42: .line 47
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.path"
            aastore
            dup
            iconst_1
            ldc "Warn about invalid path elements on the command line."
            aastore
            aastore
            dup
            bipush 42
        43: .line 48
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.preview"
            aastore
            dup
            iconst_1
            ldc "Warn about use of preview language features"
            aastore
            aastore
            dup
            bipush 43
        44: .line 49
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.processing"
            aastore
            dup
            iconst_1
            ldc "Warn about issues regarding annotation processing."
            aastore
            aastore
            dup
            bipush 44
        45: .line 50
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.rawtypes"
            aastore
            dup
            iconst_1
            ldc "Warn about use of raw types."
            aastore
            aastore
            dup
            bipush 45
        46: .line 51
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.removal"
            aastore
            dup
            iconst_1
            ldc "Warn about use of API that has been marked for removal."
            aastore
            aastore
            dup
            bipush 46
        47: .line 52
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.requires-automatic"
            aastore
            dup
            iconst_1
            ldc "Warn about use of automatic modules in the requires clauses."
            aastore
            aastore
            dup
            bipush 47
        48: .line 53
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.requires-transitive-automatic"
            aastore
            dup
            iconst_1
            ldc "Warn about automatic modules in requires transitive."
            aastore
            aastore
            dup
            bipush 48
        49: .line 54
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.serial"
            aastore
            dup
            iconst_1
            ldc "Warn about Serializable classes that do not provide a serial version ID. \n                             Also warn about access to non-public members from a serializable element."
            aastore
            aastore
            dup
            bipush 49
        50: .line 55
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.static"
            aastore
            dup
            iconst_1
            ldc "Warn about accessing a static member using an instance."
            aastore
            aastore
            dup
            bipush 50
        51: .line 56
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.text-blocks"
            aastore
            dup
            iconst_1
            ldc "Warn about inconsistent white space characters in text block indentation."
            aastore
            aastore
            dup
            bipush 51
        52: .line 57
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.try"
            aastore
            dup
            iconst_1
            ldc "Warn about issues relating to use of try blocks (i.e. try-with-resources)."
            aastore
            aastore
            dup
            bipush 52
        53: .line 58
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.unchecked"
            aastore
            dup
            iconst_1
            ldc "Warn about unchecked operations."
            aastore
            aastore
            dup
            bipush 53
        54: .line 59
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.desc.varargs"
            aastore
            dup
            iconst_1
            ldc "Warn about potentially unsafe vararg methods"
            aastore
            aastore
            dup
            bipush 54
        55: .line 60
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xlint.none"
            aastore
            dup
            iconst_1
            ldc "Disable all warnings"
            aastore
            aastore
            dup
            bipush 55
        56: .line 61
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.Xstdout"
            aastore
            dup
            iconst_1
            ldc "Redirect standard output"
            aastore
            aastore
            dup
            bipush 56
        57: .line 62
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.addExports"
            aastore
            dup
            iconst_1
            ldc "Specify a package to be considered as exported from its defining module\nto additional modules, or to all unnamed modules if <other-module> is ALL-UNNAMED."
            aastore
            aastore
            dup
            bipush 57
        58: .line 63
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.addReads"
            aastore
            dup
            iconst_1
            ldc "Specify additional modules to be considered as required by a given module.\n<other-module> may be ALL-UNNAMED to require the unnamed module."
            aastore
            aastore
            dup
            bipush 58
        59: .line 64
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.addmods"
            aastore
            dup
            iconst_1
            ldc "Root modules to resolve in addition to the initial modules, or all modules\non the module path if <module> is ALL-MODULE-PATH."
            aastore
            aastore
            dup
            bipush 59
        60: .line 65
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.Xlint"
            aastore
            dup
            iconst_1
            ldc "<key>(,<key>)*"
            aastore
            aastore
            dup
            bipush 60
        61: .line 66
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.addExports"
            aastore
            dup
            iconst_1
            ldc "<module>/<package>=<other-module>(,<other-module>)*"
            aastore
            aastore
            dup
            bipush 61
        62: .line 67
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.addReads"
            aastore
            dup
            iconst_1
            ldc "<module>=<other-module>(,<other-module>)*"
            aastore
            aastore
            dup
            bipush 62
        63: .line 68
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.addmods"
            aastore
            dup
            iconst_1
            ldc "<module>(,<module>)*"
            aastore
            aastore
            dup
            bipush 63
        64: .line 69
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.class"
            aastore
            dup
            iconst_1
            ldc "<class>"
            aastore
            aastore
            dup
            bipush 64
        65: .line 70
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.class.list"
            aastore
            dup
            iconst_1
            ldc "<class1>[,<class2>,<class3>...]"
            aastore
            aastore
            dup
            bipush 65
        66: .line 71
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.default.module.for.created.files"
            aastore
            dup
            iconst_1
            ldc "<module-name>"
            aastore
            aastore
            dup
            bipush 66
        67: .line 72
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.directory"
            aastore
            dup
            iconst_1
            ldc "<directory>"
            aastore
            aastore
            dup
            bipush 67
        68: .line 73
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.dirs"
            aastore
            dup
            iconst_1
            ldc "<dirs>"
            aastore
            aastore
            dup
            bipush 68
        69: .line 74
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.encoding"
            aastore
            dup
            iconst_1
            ldc "<encoding>"
            aastore
            aastore
            dup
            bipush 69
        70: .line 75
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.file"
            aastore
            dup
            iconst_1
            ldc "<filename>"
            aastore
            aastore
            dup
            bipush 70
        71: .line 76
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.flag"
            aastore
            dup
            iconst_1
            ldc "<flag>"
            aastore
            aastore
            dup
            bipush 71
        72: .line 77
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.jdk"
            aastore
            dup
            iconst_1
            ldc "<jdk>|none"
            aastore
            aastore
            dup
            bipush 72
        73: .line 78
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.key.equals.value"
            aastore
            dup
            iconst_1
            ldc "key[=value]"
            aastore
            aastore
            dup
            bipush 73
        74: .line 79
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.limitmods"
            aastore
            dup
            iconst_1
            ldc "<module>(,<module>)*"
            aastore
            aastore
            dup
            bipush 74
        75: .line 80
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.m"
            aastore
            dup
            iconst_1
            ldc "<module>(,<module>)*"
            aastore
            aastore
            dup
            bipush 75
        76: .line 81
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.module.version"
            aastore
            dup
            iconst_1
            ldc "<version>"
            aastore
            aastore
            dup
            bipush 76
        77: .line 82
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.mspath"
            aastore
            dup
            iconst_1
            ldc "<module-source-path>"
            aastore
            aastore
            dup
            bipush 77
        78: .line 83
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.multi-release"
            aastore
            dup
            iconst_1
            ldc "<release>"
            aastore
            aastore
            dup
            bipush 78
        79: .line 84
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.number"
            aastore
            dup
            iconst_1
            ldc "<number>"
            aastore
            aastore
            dup
            bipush 79
        80: .line 85
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.patch"
            aastore
            dup
            iconst_1
            ldc "<module>=<file>(:<file>)*"
            aastore
            aastore
            dup
            bipush 80
        81: .line 86
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.path"
            aastore
            dup
            iconst_1
            ldc "<path>"
            aastore
            aastore
            dup
            bipush 81
        82: .line 87
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.pathname"
            aastore
            dup
            iconst_1
            ldc "<pathname>"
            aastore
            aastore
            dup
            bipush 82
        83: .line 88
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.plugin"
            aastore
            dup
            iconst_1
            ldc "\"name args\""
            aastore
            aastore
            dup
            bipush 83
        84: .line 89
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.profile"
            aastore
            dup
            iconst_1
            ldc "<profile>"
            aastore
            aastore
            dup
            bipush 84
        85: .line 90
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.arg.release"
            aastore
            dup
            iconst_1
            ldc "<release>"
            aastore
            aastore
            dup
            bipush 85
        86: .line 91
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.bootclasspath"
            aastore
            dup
            iconst_1
            ldc "Override location of bootstrap class files"
            aastore
            aastore
            dup
            bipush 86
        87: .line 92
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.classpath"
            aastore
            dup
            iconst_1
            ldc "Specify where to find user class files and annotation processors"
            aastore
            aastore
            dup
            bipush 87
        88: .line 93
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.d"
            aastore
            dup
            iconst_1
            ldc "Specify where to place generated class files"
            aastore
            aastore
            dup
            bipush 88
        89: .line 94
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.default.module.for.created.files"
            aastore
            dup
            iconst_1
            ldc "Fallback target module for files created by annotation processors, if none specified or inferred."
            aastore
            aastore
            dup
            bipush 89
        90: .line 95
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.deprecation"
            aastore
            dup
            iconst_1
            ldc "Output source locations where deprecated APIs are used"
            aastore
            aastore
            dup
            bipush 90
        91: .line 96
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.diags"
            aastore
            dup
            iconst_1
            ldc "Select a diagnostic mode"
            aastore
            aastore
            dup
            bipush 91
        92: .line 97
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.doclint.format"
            aastore
            dup
            iconst_1
            ldc "Specify the format for documentation comments"
            aastore
            aastore
            dup
            bipush 92
        93: .line 98
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.encoding"
            aastore
            dup
            iconst_1
            ldc "Specify character encoding used by source files"
            aastore
            aastore
            dup
            bipush 93
        94: .line 99
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.endorseddirs"
            aastore
            dup
            iconst_1
            ldc "Override location of endorsed standards path"
            aastore
            aastore
            dup
            bipush 94
        95: .line 100
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.extdirs"
            aastore
            dup
            iconst_1
            ldc "Override location of installed extensions"
            aastore
            aastore
            dup
            bipush 95
        96: .line 101
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.g"
            aastore
            dup
            iconst_1
            ldc "Generate all debugging info"
            aastore
            aastore
            dup
            bipush 96
        97: .line 102
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.g.lines.vars.source"
            aastore
            dup
            iconst_1
            ldc "Generate only some debugging info"
            aastore
            aastore
            dup
            bipush 97
        98: .line 103
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.g.none"
            aastore
            dup
            iconst_1
            ldc "Generate no debugging info"
            aastore
            aastore
            dup
            bipush 98
        99: .line 104
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.headerDest"
            aastore
            dup
            iconst_1
            ldc "Specify where to place generated native header files"
            aastore
            aastore
            dup
            bipush 99
       100: .line 105
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.help"
            aastore
            dup
            iconst_1
            ldc "Print this help message"
            aastore
            aastore
            dup
            bipush 100
       101: .line 106
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.implicit"
            aastore
            dup
            iconst_1
            ldc "Specify whether or not to generate class files for implicitly referenced files"
            aastore
            aastore
            dup
            bipush 101
       102: .line 107
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.inherit_runtime_environment"
            aastore
            dup
            iconst_1
            ldc "Inherit module system configuration options from the runtime environment."
            aastore
            aastore
            dup
            bipush 102
       103: .line 108
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.limitmods"
            aastore
            dup
            iconst_1
            ldc "Limit the universe of observable modules"
            aastore
            aastore
            dup
            bipush 103
       104: .line 109
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.m"
            aastore
            dup
            iconst_1
            ldc "Compile only the specified module(s), check timestamps"
            aastore
            aastore
            dup
            bipush 104
       105: .line 110
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.maxerrs"
            aastore
            dup
            iconst_1
            ldc "Set the maximum number of errors to print"
            aastore
            aastore
            dup
            bipush 105
       106: .line 111
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.maxwarns"
            aastore
            dup
            iconst_1
            ldc "Set the maximum number of warnings to print"
            aastore
            aastore
            dup
            bipush 106
       107: .line 112
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.module.version"
            aastore
            dup
            iconst_1
            ldc "Specify version of modules that are being compiled"
            aastore
            aastore
            dup
            bipush 107
       108: .line 113
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.modulepath"
            aastore
            dup
            iconst_1
            ldc "Specify where to find application modules"
            aastore
            aastore
            dup
            bipush 108
       109: .line 114
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.modulesourcepath"
            aastore
            dup
            iconst_1
            ldc "Specify where to find input source files for multiple modules"
            aastore
            aastore
            dup
            bipush 109
       110: .line 115
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.moreinfo"
            aastore
            dup
            iconst_1
            ldc "Print extended information for type variables"
            aastore
            aastore
            dup
            bipush 110
       111: .line 116
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.multi-release"
            aastore
            dup
            iconst_1
            ldc "Specify which release to use in multi-release jars"
            aastore
            aastore
            dup
            bipush 111
       112: .line 117
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.nogj"
            aastore
            dup
            iconst_1
            ldc "Don't accept generics in the language"
            aastore
            aastore
            dup
            bipush 112
       113: .line 118
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.nowarn"
            aastore
            dup
            iconst_1
            ldc "Generate no warnings"
            aastore
            aastore
            dup
            bipush 113
       114: .line 119
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.parameters"
            aastore
            dup
            iconst_1
            ldc "Generate metadata for reflection on method parameters"
            aastore
            aastore
            dup
            bipush 114
       115: .line 120
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.patch"
            aastore
            dup
            iconst_1
            ldc "Override or augment a module with classes and resources\nin JAR files or directories"
            aastore
            aastore
            dup
            bipush 115
       116: .line 121
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.pkginfo"
            aastore
            dup
            iconst_1
            ldc "Specify handling of package-info files"
            aastore
            aastore
            dup
            bipush 116
       117: .line 122
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.plugin"
            aastore
            dup
            iconst_1
            ldc "Name and optional arguments for a plug-in to be run"
            aastore
            aastore
            dup
            bipush 117
       118: .line 123
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.prefer"
            aastore
            dup
            iconst_1
            ldc "Specify which file to read when both a source file and class file are found for an implicitly compiled class"
            aastore
            aastore
            dup
            bipush 118
       119: .line 124
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.preview"
            aastore
            dup
            iconst_1
            ldc "Enable preview language features. To be used in conjunction with either -source or --release."
            aastore
            aastore
            dup
            bipush 119
       120: .line 125
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.print"
            aastore
            dup
            iconst_1
            ldc "Print out a textual representation of specified types"
            aastore
            aastore
            dup
            bipush 120
       121: .line 126
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.printProcessorInfo"
            aastore
            dup
            iconst_1
            ldc "Print information about which annotations a processor is asked to process"
            aastore
            aastore
            dup
            bipush 121
       122: .line 127
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.printRounds"
            aastore
            dup
            iconst_1
            ldc "Print information about rounds of annotation processing"
            aastore
            aastore
            dup
            bipush 122
       123: .line 128
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.printsearch"
            aastore
            dup
            iconst_1
            ldc "Print information where classfiles are searched"
            aastore
            aastore
            dup
            bipush 123
       124: .line 129
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.proc.none.only"
            aastore
            dup
            iconst_1
            ldc "Control whether annotation processing and/or compilation is done."
            aastore
            aastore
            dup
            bipush 124
       125: .line 130
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.processor"
            aastore
            dup
            iconst_1
            ldc "Names of the annotation processors to run; bypasses default discovery process"
            aastore
            aastore
            dup
            bipush 125
       126: .line 131
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.processormodulepath"
            aastore
            dup
            iconst_1
            ldc "Specify a module path where to find annotation processors"
            aastore
            aastore
            dup
            bipush 126
       127: .line 132
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.processorpath"
            aastore
            dup
            iconst_1
            ldc "Specify where to find annotation processors"
            aastore
            aastore
            dup
            bipush 127
       128: .line 133
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.profile"
            aastore
            dup
            iconst_1
            ldc "Check that API used is available in the specified profile"
            aastore
            aastore
            dup
            sipush 128
       129: .line 134
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.prompt"
            aastore
            dup
            iconst_1
            ldc "Stop after each error"
            aastore
            aastore
            dup
            sipush 129
       130: .line 135
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.release"
            aastore
            dup
            iconst_1
            ldc "Compile for the specified Java SE release. Supported releases: {0}"
            aastore
            aastore
            dup
            sipush 130
       131: .line 136
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.s"
            aastore
            dup
            iconst_1
            ldc "Emit java sources instead of classfiles"
            aastore
            aastore
            dup
            sipush 131
       132: .line 137
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.source"
            aastore
            dup
            iconst_1
            ldc "Provide source compatibility with the specified Java SE release. Supported releases: {0}"
            aastore
            aastore
            dup
            sipush 132
       133: .line 138
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.sourceDest"
            aastore
            dup
            iconst_1
            ldc "Specify where to place generated source files"
            aastore
            aastore
            dup
            sipush 133
       134: .line 139
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.sourcepath"
            aastore
            dup
            iconst_1
            ldc "Specify where to find input source files"
            aastore
            aastore
            dup
            sipush 134
       135: .line 140
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.system"
            aastore
            dup
            iconst_1
            ldc "Override location of system modules"
            aastore
            aastore
            dup
            sipush 135
       136: .line 141
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.target"
            aastore
            dup
            iconst_1
            ldc "Generate class files suitable for the specified Java SE release. Supported releases: {0}"
            aastore
            aastore
            dup
            sipush 136
       137: .line 142
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.upgrademodulepath"
            aastore
            dup
            iconst_1
            ldc "Override location of upgradeable modules"
            aastore
            aastore
            dup
            sipush 137
       138: .line 143
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.userpathsfirst"
            aastore
            dup
            iconst_1
            ldc "Search classpath and sourcepath for classes before the bootclasspath instead of after"
            aastore
            aastore
            dup
            sipush 138
       139: .line 144
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.verbose"
            aastore
            dup
            iconst_1
            ldc "Output messages about what the compiler is doing"
            aastore
            aastore
            dup
            sipush 139
       140: .line 145
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.opt.version"
            aastore
            dup
            iconst_1
            ldc "Version information"
            aastore
            aastore
            dup
            sipush 140
       141: .line 146
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "javac.version"
            aastore
            dup
            iconst_1
            ldc "{0} {1}"
            aastore
            aastore
       142: .line 5
            areturn
        end local 0 // com.sun.tools.javac.resources.javac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  143     0  this  Lcom/sun/tools/javac/resources/javac;
}
SourceFile: "javac.java"