src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 55456 de3484367466
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
53286
5fa71cce89eb 8210561: Command-line help wrong for javac --module
jjg
parents: 51040
diff changeset
     2
# Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2212
diff changeset
    23
# questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
## standard options
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
javac.opt.g=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
    Generate all debugging info
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
javac.opt.g.none=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
    Generate no debugging info
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
javac.opt.g.lines.vars.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
    Generate only some debugging info
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
javac.opt.nowarn=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
    Generate no warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
javac.opt.verbose=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
    Output messages about what the compiler is doing
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
javac.opt.deprecation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
    Output source locations where deprecated APIs are used
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
javac.opt.classpath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
    Specify where to find user class files and annotation processors
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    42
javac.opt.modulepath=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    43
    Specify where to find application modules
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
javac.opt.sourcepath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
    Specify where to find input source files
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    46
javac.opt.m=\
53286
5fa71cce89eb 8210561: Command-line help wrong for javac --module
jjg
parents: 51040
diff changeset
    47
    Compile only the specified module(s), check timestamps
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    48
javac.opt.modulesourcepath=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    49
    Specify where to find input source files for multiple modules
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
javac.opt.bootclasspath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
    Override location of bootstrap class files
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    52
javac.opt.system=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    53
    Override location of system modules
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    54
javac.opt.upgrademodulepath=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    55
    Override location of upgradeable modules
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
javac.opt.endorseddirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
    Override location of endorsed standards path
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
javac.opt.extdirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
    Override location of installed extensions
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
javac.opt.processorpath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
    Specify where to find annotation processors
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    62
javac.opt.processormodulepath=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
    63
    Specify a module path where to find annotation processors
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
javac.opt.processor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
    Names of the annotation processors to run; bypasses default discovery process
15031
c4fad55a5681 8004727: Add compiler support for parameter reflection
jjg
parents: 14960
diff changeset
    66
javac.opt.parameters=\
c4fad55a5681 8004727: Add compiler support for parameter reflection
jjg
parents: 14960
diff changeset
    67
    Generate metadata for reflection on method parameters
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
javac.opt.proc.none.only=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
    Control whether annotation processing and/or compilation is done.
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
javac.opt.d=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
    Specify where to place generated class files
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
javac.opt.sourceDest=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
    Specify where to place generated source files
12213
516b112d6c68 7150368: javac should include basic ability to generate native headers
jjg
parents: 8637
diff changeset
    74
javac.opt.headerDest=\
516b112d6c68 7150368: javac should include basic ability to generate native headers
jjg
parents: 8637
diff changeset
    75
    Specify where to place generated native header files
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
javac.opt.J=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
    Pass <flag> directly to the runtime system
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
javac.opt.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
    Specify character encoding used by source files
15724
3063fb01c8a1 8004182: Add support for profiles in javac
jjg
parents: 15031
diff changeset
    80
javac.opt.profile=\
3063fb01c8a1 8004182: Add support for profiles in javac
jjg
parents: 15031
diff changeset
    81
    Check that API used is available in the specified profile
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
javac.opt.target=\
55456
de3484367466 8226412: Fix command-line help text for javac -target
jjg
parents: 55263
diff changeset
    83
    Generate class files suitable for the specified Java SE release. Supported releases: {0}
31506
4e07f827a794 8072480: javac should support compilation for a specific platform version
jlahoda
parents: 30017
diff changeset
    84
javac.opt.release=\
55456
de3484367466 8226412: Fix command-line help text for javac -target
jjg
parents: 55263
diff changeset
    85
    Compile for the specified Java SE release. Supported releases: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
javac.opt.source=\
55456
de3484367466 8226412: Fix command-line help text for javac -target
jjg
parents: 55263
diff changeset
    87
    Provide source compatibility with the specified Java SE release. Supported releases: {0}
1996
c855318a4b03 6595666: fix -Werror
jjg
parents: 10
diff changeset
    88
javac.opt.Werror=\
c855318a4b03 6595666: fix -Werror
jjg
parents: 10
diff changeset
    89
    Terminate compilation if warnings occur
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
javac.opt.A=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
    Options to pass to annotation processors
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
javac.opt.implicit=\
6575
ae1798028008 6960424: new option -Xpkginfo for better control of when package-info.class is generated
jjg
parents: 5520
diff changeset
    93
    Specify whether or not to generate class files for implicitly referenced files
ae1798028008 6960424: new option -Xpkginfo for better control of when package-info.class is generated
jjg
parents: 5520
diff changeset
    94
javac.opt.pkginfo=\
ae1798028008 6960424: new option -Xpkginfo for better control of when package-info.class is generated
jjg
parents: 5520
diff changeset
    95
    Specify handling of package-info files
37394
c36230ee15d9 8149757: Implement Multi-Release JAR aware JavacFileManager for javac
jjg
parents: 36526
diff changeset
    96
javac.opt.multi-release=\
c36230ee15d9 8149757: Implement Multi-Release JAR aware JavacFileManager for javac
jjg
parents: 36526
diff changeset
    97
    Specify which release to use in multi-release jars
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
javac.opt.arg.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
    <class>
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
javac.opt.arg.class.list=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
    <class1>[,<class2>,<class3>...]
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
javac.opt.arg.flag=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
    <flag>
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
javac.opt.arg.key.equals.value=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
    key[=value]
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
javac.opt.arg.path=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
    <path>
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   108
javac.opt.arg.mspath=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   109
    <module-source-path>
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   110
javac.opt.arg.m=\
53286
5fa71cce89eb 8210561: Command-line help wrong for javac --module
jjg
parents: 51040
diff changeset
   111
    <module>(,<module>)*
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   112
javac.opt.arg.jdk=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   113
    <jdk>|none
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
javac.opt.arg.dirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
    <dirs>
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
javac.opt.arg.directory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
    <directory>
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
javac.opt.arg.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
    <encoding>
15724
3063fb01c8a1 8004182: Add support for profiles in javac
jjg
parents: 15031
diff changeset
   120
javac.opt.arg.profile=\
3063fb01c8a1 8004182: Add support for profiles in javac
jjg
parents: 15031
diff changeset
   121
    <profile>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
javac.opt.arg.release=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
    <release>
31506
4e07f827a794 8072480: javac should support compilation for a specific platform version
jlahoda
parents: 30017
diff changeset
   124
javac.opt.arg.release=\
4e07f827a794 8072480: javac should support compilation for a specific platform version
jlahoda
parents: 30017
diff changeset
   125
    <release>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
javac.opt.arg.number=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
    <number>
14548
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   128
javac.opt.plugin=\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   129
    Name and optional arguments for a plug-in to be run
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   130
javac.opt.arg.plugin=\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   131
    "name args"
37394
c36230ee15d9 8149757: Implement Multi-Release JAR aware JavacFileManager for javac
jjg
parents: 36526
diff changeset
   132
javac.opt.arg.multi-release=\
c36230ee15d9 8149757: Implement Multi-Release JAR aware JavacFileManager for javac
jjg
parents: 36526
diff changeset
   133
    <release>
44291
e1b620ac6c98 8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
jlahoda
parents: 43874
diff changeset
   134
javac.opt.arg.default.module.for.created.files=\
e1b620ac6c98 8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
jlahoda
parents: 43874
diff changeset
   135
    <module-name>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
## extended options
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
javac.opt.maxerrs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   140
    Set the maximum number of errors to print
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
javac.opt.maxwarns=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
    Set the maximum number of warnings to print
06bc494ca11e Initial load
duke
parents:
diff changeset
   143
javac.opt.nogj=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
    Don't accept generics in the language
06bc494ca11e Initial load
duke
parents:
diff changeset
   145
javac.opt.moreinfo=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
    Print extended information for type variables
06bc494ca11e Initial load
duke
parents:
diff changeset
   147
javac.opt.printsearch=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
    Print information where classfiles are searched
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
javac.opt.prompt=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   150
    Stop after each error
06bc494ca11e Initial load
duke
parents:
diff changeset
   151
javac.opt.s=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   152
    Emit java sources instead of classfiles
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
javac.opt.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
    Version information
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
javac.opt.arg.pathname=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
    <pathname>
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
javac.opt.arg.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
    <filename>
37848
3c8ff4204d2d 8154956: Module system implementation refresh (4/2016)
alanb
parents: 37394
diff changeset
   159
javac.opt.Xbootclasspath.p=\
3c8ff4204d2d 8154956: Module system implementation refresh (4/2016)
alanb
parents: 37394
diff changeset
   160
    Prepend to the bootstrap class path
3c8ff4204d2d 8154956: Module system implementation refresh (4/2016)
alanb
parents: 37394
diff changeset
   161
javac.opt.Xbootclasspath.a=\
3c8ff4204d2d 8154956: Module system implementation refresh (4/2016)
alanb
parents: 37394
diff changeset
   162
    Append to the bootstrap class path
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
javac.opt.Xlint=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   164
    Enable recommended warnings
23114
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   165
javac.opt.Xlint.all=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   166
    Enable all warnings
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   167
javac.opt.Xlint.none=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   168
    Disable all warnings
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   169
#L10N: do not localize: -Xlint
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   170
javac.opt.arg.Xlint=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   171
    <key>(,<key>)*
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   172
javac.opt.Xlint.custom=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   173
    Warnings to enable or disable, separated by comma.\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   174
    Precede a key by '-' to disable the specified warning.\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   175
    Supported keys are:
23114
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   176
javac.opt.Xlint.desc.auxiliaryclass=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   177
    Warn about an auxiliary class that is hidden in a source file, and is used from other files.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   178
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   179
javac.opt.Xlint.desc.cast=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   180
    Warn about use of unnecessary casts.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   181
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   182
javac.opt.Xlint.desc.classfile=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   183
    Warn about issues related to classfile contents.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   184
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   185
javac.opt.Xlint.desc.deprecation=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   186
    Warn about use of deprecated items.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   187
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   188
javac.opt.Xlint.desc.dep-ann=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   189
    Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   190
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   191
javac.opt.Xlint.desc.divzero=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   192
    Warn about division by constant integer 0.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   193
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   194
javac.opt.Xlint.desc.empty=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   195
    Warn about empty statement after if.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   196
40775
39dd3d3d369e 8161376: Introduce -Xlint:exports
jlahoda
parents: 40762
diff changeset
   197
javac.opt.Xlint.desc.exports=\
39dd3d3d369e 8161376: Introduce -Xlint:exports
jlahoda
parents: 40762
diff changeset
   198
    Warn about issues regarding module exports.
39dd3d3d369e 8161376: Introduce -Xlint:exports
jlahoda
parents: 40762
diff changeset
   199
23114
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   200
javac.opt.Xlint.desc.fallthrough=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   201
    Warn about falling through from one case of a switch statement to the next.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   202
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   203
javac.opt.Xlint.desc.finally=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   204
    Warn about finally clauses that do not terminate normally.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   205
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 41992
diff changeset
   206
javac.opt.Xlint.desc.module=\
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 41992
diff changeset
   207
    Warn about module system related issues.
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 41992
diff changeset
   208
43588
6a0e0ea0e93b 8172901: javac: 'opens' statement cannot specify non observable package
jjg
parents: 43145
diff changeset
   209
javac.opt.Xlint.desc.opens=\
6a0e0ea0e93b 8172901: javac: 'opens' statement cannot specify non observable package
jjg
parents: 43145
diff changeset
   210
    Warn about issues regarding module opens.
6a0e0ea0e93b 8172901: javac: 'opens' statement cannot specify non observable package
jjg
parents: 43145
diff changeset
   211
23114
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   212
javac.opt.Xlint.desc.options=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   213
    Warn about issues relating to use of command line options.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   214
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   215
javac.opt.Xlint.desc.overloads=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   216
    Warn about issues regarding method overloads.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   217
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   218
javac.opt.Xlint.desc.overrides=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   219
    Warn about issues regarding method overrides.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   220
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   221
javac.opt.Xlint.desc.path=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   222
    Warn about invalid path elements on the command line.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   223
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   224
javac.opt.Xlint.desc.processing=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   225
    Warn about issues regarding annotation processing.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   226
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   227
javac.opt.Xlint.desc.rawtypes=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   228
    Warn about use of raw types.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   229
41637
7b24b4c32ee6 8145471: javac changes for enhanced deprecation
jjg
parents: 41629
diff changeset
   230
javac.opt.Xlint.desc.removal=\
7b24b4c32ee6 8145471: javac changes for enhanced deprecation
jjg
parents: 41629
diff changeset
   231
    Warn about use of API that has been marked for removal.
7b24b4c32ee6 8145471: javac changes for enhanced deprecation
jjg
parents: 41629
diff changeset
   232
44576
9e18c9ce29e7 8178011: Automatic module warnings
jlahoda
parents: 44291
diff changeset
   233
javac.opt.Xlint.desc.requires-automatic=\
9e18c9ce29e7 8178011: Automatic module warnings
jlahoda
parents: 44291
diff changeset
   234
    Warn about use of automatic modules in the requires clauses.
9e18c9ce29e7 8178011: Automatic module warnings
jlahoda
parents: 44291
diff changeset
   235
9e18c9ce29e7 8178011: Automatic module warnings
jlahoda
parents: 44291
diff changeset
   236
javac.opt.Xlint.desc.requires-transitive-automatic=\
9e18c9ce29e7 8178011: Automatic module warnings
jlahoda
parents: 44291
diff changeset
   237
    Warn about automatic modules in requires transitive.
9e18c9ce29e7 8178011: Automatic module warnings
jlahoda
parents: 44291
diff changeset
   238
23114
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   239
javac.opt.Xlint.desc.serial=\
41629
9d203cde7d84 8026721: Enhance Lambda serialization
vromero
parents: 40775
diff changeset
   240
    Warn about Serializable classes that do not provide a serial version ID. \n\
9d203cde7d84 8026721: Enhance Lambda serialization
vromero
parents: 40775
diff changeset
   241
\                             Also warn about access to non-public members from a serializable element.
23114
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   242
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   243
javac.opt.Xlint.desc.static=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   244
    Warn about accessing a static member using an instance.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   245
55263
830ca7b43b95 8223967: Implement Text Blocks (Preview) in the Java compiler
jlaskey
parents: 53347
diff changeset
   246
javac.opt.Xlint.desc.text-blocks=\
830ca7b43b95 8223967: Implement Text Blocks (Preview) in the Java compiler
jlaskey
parents: 53347
diff changeset
   247
    Warn about inconsistent white space characters in text block indentation.
830ca7b43b95 8223967: Implement Text Blocks (Preview) in the Java compiler
jlaskey
parents: 53347
diff changeset
   248
23114
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   249
javac.opt.Xlint.desc.try=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   250
    Warn about issues relating to use of try blocks (i.e. try-with-resources).
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   251
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   252
javac.opt.Xlint.desc.unchecked=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   253
    Warn about unchecked operations.
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   254
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   255
javac.opt.Xlint.desc.varargs=\
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   256
    Warn about potentially unsafe vararg methods
7fe55d6324d5 8033961: Formatting of -Xlint: command line help
jlahoda
parents: 19489
diff changeset
   257
49580
62b908c9f0e6 8199194: Add javac support for preview features
mcimadamore
parents: 48433
diff changeset
   258
javac.opt.Xlint.desc.preview=\
62b908c9f0e6 8199194: Add javac support for preview features
mcimadamore
parents: 48433
diff changeset
   259
    Warn about use of preview language features
62b908c9f0e6 8199194: Add javac support for preview features
mcimadamore
parents: 48433
diff changeset
   260
14960
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   261
javac.opt.Xdoclint=\
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   262
    Enable recommended checks for problems in javadoc comments
18005
598e2e068668 8007687: javadoc -X does not include -Xdoclint
jjg
parents: 17582
diff changeset
   263
# L10N: do not localize: all none
14960
ea7606a9683e 8004833: Integrate doclint support into javac
jjg
parents: 14548
diff changeset
   264
javac.opt.Xdoclint.subopts = \
18005
598e2e068668 8007687: javadoc -X does not include -Xdoclint
jjg
parents: 17582
diff changeset
   265
    (all|none|[-]<group>)[/<access>]
598e2e068668 8007687: javadoc -X does not include -Xdoclint
jjg
parents: 17582
diff changeset
   266
598e2e068668 8007687: javadoc -X does not include -Xdoclint
jjg
parents: 17582
diff changeset
   267
# L10N: do not localize: accessibility html missing reference syntax
598e2e068668 8007687: javadoc -X does not include -Xdoclint
jjg
parents: 17582
diff changeset
   268
# L10N: do not localize: public protected package private
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   269
javac.opt.Xdoclint.custom=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   270
    Enable or disable specific checks for problems in javadoc comments,\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   271
    where <group> is one of accessibility, html, missing, reference, or syntax,\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   272
    and <access> is one of public, protected, package, or private.
29427
44f4e6905b67 8071851: Provide filtering of doclint checking based on packages
jlahoda
parents: 27387
diff changeset
   273
44f4e6905b67 8071851: Provide filtering of doclint checking based on packages
jlahoda
parents: 27387
diff changeset
   274
javac.opt.Xdoclint.package.args = \
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   275
    [-]<packages>(,[-]<package>)*
29427
44f4e6905b67 8071851: Provide filtering of doclint checking based on packages
jlahoda
parents: 27387
diff changeset
   276
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   277
javac.opt.Xdoclint.package.desc=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   278
    Enable or disable checks in specific packages. Each <package> is either the\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   279
    qualified name of a package or a package name prefix followed by '.*', which\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   280
    expands to all sub-packages of the given package. Each <package> can be prefixed\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   281
    with '-' to disable checks for the specified package or packages.
29427
44f4e6905b67 8071851: Provide filtering of doclint checking based on packages
jlahoda
parents: 27387
diff changeset
   282
43145
35ee451a5fd3 8172474: javac should enable doclint checking for HTML 5
jjg
parents: 42823
diff changeset
   283
javac.opt.doclint.format=\
35ee451a5fd3 8172474: javac should enable doclint checking for HTML 5
jjg
parents: 42823
diff changeset
   284
    Specify the format for documentation comments
35ee451a5fd3 8172474: javac should enable doclint checking for HTML 5
jjg
parents: 42823
diff changeset
   285
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   286
javac.opt.Xstdout=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   287
    Redirect standard output
06bc494ca11e Initial load
duke
parents:
diff changeset
   288
javac.opt.X=\
42821
e5eee1c92be0 8170553: javac info options should match launcher options
jjg
parents: 41992
diff changeset
   289
    Print help on extra options
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   290
javac.opt.help=\
42821
e5eee1c92be0 8170553: javac info options should match launcher options
jjg
parents: 41992
diff changeset
   291
    Print this help message
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   292
javac.opt.print=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   293
    Print out a textual representation of specified types
06bc494ca11e Initial load
duke
parents:
diff changeset
   294
javac.opt.printRounds=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   295
    Print information about rounds of annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   296
javac.opt.printProcessorInfo=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   297
    Print information about which annotations a processor is asked to process
24298
cc4f0f71a505 8028196: Javac allows timestamps inside rt.jar to affect compilation when using -sourcepath.
alundblad
parents: 23114
diff changeset
   298
javac.opt.userpathsfirst=\
cc4f0f71a505 8028196: Javac allows timestamps inside rt.jar to affect compilation when using -sourcepath.
alundblad
parents: 23114
diff changeset
   299
    Search classpath and sourcepath for classes before the bootclasspath instead of after
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   300
javac.opt.prefer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   301
    Specify which file to read when both a source file and class file are found for an implicitly compiled class
49580
62b908c9f0e6 8199194: Add javac support for preview features
mcimadamore
parents: 48433
diff changeset
   302
javac.opt.preview=\
62b908c9f0e6 8199194: Add javac support for preview features
mcimadamore
parents: 48433
diff changeset
   303
    Enable preview language features. To be used in conjunction with either -source or --release.
8637
be1b564b50aa 6980021: javac should document @file command line option
jjg
parents: 8623
diff changeset
   304
javac.opt.AT=\
be1b564b50aa 6980021: javac should document @file command line option
jjg
parents: 8623
diff changeset
   305
    Read options and filenames from file
17582
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 15724
diff changeset
   306
javac.opt.diags=\
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 15724
diff changeset
   307
    Select a diagnostic mode
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   308
javac.opt.addExports=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   309
    Specify a package to be considered as exported from its defining module\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   310
    to additional modules, or to all unnamed modules if <other-module> is ALL-UNNAMED.
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   311
javac.opt.arg.addExports=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   312
    <module>/<package>=<other-module>(,<other-module>)*
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   313
javac.opt.addReads=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   314
    Specify additional modules to be considered as required by a given module.\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   315
    <other-module> may be ALL-UNNAMED to require the unnamed module.
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   316
javac.opt.arg.addReads=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   317
    <module>=<other-module>(,<other-module>)*
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   318
javac.opt.patch=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   319
    Override or augment a module with classes and resources\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   320
    in JAR files or directories
37848
3c8ff4204d2d 8154956: Module system implementation refresh (4/2016)
alanb
parents: 37394
diff changeset
   321
javac.opt.arg.patch=\
3c8ff4204d2d 8154956: Module system implementation refresh (4/2016)
alanb
parents: 37394
diff changeset
   322
    <module>=<file>(:<file>)*
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   323
javac.opt.addmods=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   324
    Root modules to resolve in addition to the initial modules, or all modules\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   325
    on the module path if <module> is ALL-MODULE-PATH.
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   326
javac.opt.arg.addmods=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   327
    <module>(,<module>)*
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   328
javac.opt.limitmods=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   329
    Limit the universe of observable modules
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   330
javac.opt.arg.limitmods=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36153
diff changeset
   331
    <module>(,<module>)*
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 41992
diff changeset
   332
javac.opt.module.version=\
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 41992
diff changeset
   333
    Specify version of modules that are being compiled
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 41992
diff changeset
   334
javac.opt.arg.module.version=\
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 41992
diff changeset
   335
    <version>
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   336
javac.opt.inherit_runtime_environment=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   337
    Inherit module system configuration options from the runtime environment.
44291
e1b620ac6c98 8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
jlahoda
parents: 43874
diff changeset
   338
javac.opt.default.module.for.created.files=\
e1b620ac6c98 8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
jlahoda
parents: 43874
diff changeset
   339
    Fallback target module for files created by annotation processors, if none specified or inferred.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   340
06bc494ca11e Initial load
duke
parents:
diff changeset
   341
## messages
06bc494ca11e Initial load
duke
parents:
diff changeset
   342
06bc494ca11e Initial load
duke
parents:
diff changeset
   343
javac.msg.usage.header=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   344
Usage: {0} <options> <source files>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   345
where possible options include:
06bc494ca11e Initial load
duke
parents:
diff changeset
   346
06bc494ca11e Initial load
duke
parents:
diff changeset
   347
javac.msg.usage=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   348
    Usage: {0} <options> <source files>\n\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
   349
    use --help for a list of possible options
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   350
06bc494ca11e Initial load
duke
parents:
diff changeset
   351
javac.msg.usage.nonstandard.footer=\
42821
e5eee1c92be0 8170553: javac info options should match launcher options
jjg
parents: 41992
diff changeset
   352
These extra options are subject to change without notice.
6575
ae1798028008 6960424: new option -Xpkginfo for better control of when package-info.class is generated
jjg
parents: 5520
diff changeset
   353
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   354
javac.msg.bug=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   355
An exception has occurred in the compiler ({0}). \
32909
989fef2663d2 8133454: Update Java Compiler Error Message
jlahoda
parents: 31506
diff changeset
   356
Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) \
989fef2663d2 8133454: Update Java Compiler Error Message
jlahoda
parents: 31506
diff changeset
   357
after checking the Bug Database (http://bugs.java.com) for duplicates. \
53347
6bd052801d02 8216529: in case of a crash, javac should print out the parameters passed to it
vromero
parents: 53286
diff changeset
   358
Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   359
06bc494ca11e Initial load
duke
parents:
diff changeset
   360
javac.msg.io=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   361
\n\nAn input/output error occurred.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   362
Consult the following stack trace for details.\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   363
06bc494ca11e Initial load
duke
parents:
diff changeset
   364
javac.msg.proc.annotation.uncaught.exception=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   365
\n\nAn annotation processor threw an uncaught exception.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   366
Consult the following stack trace for details.\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   367
14548
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   368
javac.msg.plugin.uncaught.exception=\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   369
\n\nA plugin threw an uncaught exception.\n\
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   370
Consult the following stack trace for details.\n
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents: 12213
diff changeset
   371
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   372
javac.msg.resource=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   373
\n\nThe system is out of resources.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   374
Consult the following stack trace for details.\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   375
06bc494ca11e Initial load
duke
parents:
diff changeset
   376
javac.version={0} {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   377
javac.fullVersion={0} full version "{1}"
53347
6bd052801d02 8216529: in case of a crash, javac should print out the parameters passed to it
vromero
parents: 53286
diff changeset
   378
6bd052801d02 8216529: in case of a crash, javac should print out the parameters passed to it
vromero
parents: 53286
diff changeset
   379
javac.msg.parameters.output=\
6bd052801d02 8216529: in case of a crash, javac should print out the parameters passed to it
vromero
parents: 53286
diff changeset
   380
printing javac parameters to: {0}
6bd052801d02 8216529: in case of a crash, javac should print out the parameters passed to it
vromero
parents: 53286
diff changeset
   381
6bd052801d02 8216529: in case of a crash, javac should print out the parameters passed to it
vromero
parents: 53286
diff changeset
   382
javac.msg.parameters.output.error=\
6bd052801d02 8216529: in case of a crash, javac should print out the parameters passed to it
vromero
parents: 53286
diff changeset
   383
error while trying to print javac parameters to: {0}, parameters will follow: