mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 8e4e0e9993b29b0e1a55cb88cc19ba7e5ea63927
118 lines
11 KiB
Properties
118 lines
11 KiB
Properties
# java -X
|
|
vm.option.enable.assertions.description=Enables assertions with specified granularity.
|
|
vm.option.enable.system.assertions.description=Enables system assertions.
|
|
vm.option.disable.assertions.description=Enables assertions with specified granularity.
|
|
vm.option.disable.system.assertions.description=Disables system assertions.
|
|
vm.option.agentpath.description=Loads native agent library by \\<pathname\\>.
|
|
vm.option.agentlib.description=Loads native agent library by \\<libname\\>.
|
|
vm.option.javaagent.description=Loads Java programming language agent by \\\<jarpath\\\>.
|
|
vm.option.system.property.description=Sets a system property in format \\<name\\>=\\<value\\>.
|
|
vm.option.advanced.option.description=Specifies non-standard JVM-specific option.
|
|
vm.option.batch.description=Disables background compilation.
|
|
vm.option.bootclasspath.a.description=Appends to end of bootstrap class path.
|
|
vm.option.check.jni.description=Performs additional checks for JNI functions.
|
|
vm.option.comp.description=Forces compilation of methods on first invocation.
|
|
vm.option.debug.description=Does nothing. Provided for backward compatibility.
|
|
vm.option.diag.description=Shows additional diagnostic messages.
|
|
vm.option.future.description=Enables strictest checks, anticipating future default. This option is deprecated and may be removed in a future release.
|
|
vm.option.int.description=Runs the application in interpreted-only mode.
|
|
vm.option.internalversion.description=Displays more detailed JVM version information than the -version option.
|
|
vm.option.log.description=Configures or enables logging with the Java Virtual Machine (JVM) unified logging framework. Use -Xlog:help for details.
|
|
vm.option.loggc.description=Logs GC status to a file with time stamps. This option is deprecated and may be removed in a future release. It is replaced by -Xlog:gc:\\<file\\>.
|
|
vm.option.mixed.description=Mixed mode execution (default).
|
|
vm.option.mn.description=Sets the initial and maximum size (in bytes) of the heap for the young generation (nursery).
|
|
vm.option.ms.description=Sets the initial Java heap size.
|
|
vm.option.mx.description=Sets maximum Java heap size.
|
|
vm.option.noclassgc.description=Disables class garbage collection.
|
|
vm.option.rs.description=Reduces use of OS signals by Java/VM (see documentation).
|
|
vm.option.share.auto.description=Uses shared class data if possible (default).
|
|
vm.option.share.off.description=Does not attempt to use shared class data.
|
|
vm.option.share.on.description=Requires using shared class data, otherwise fail. This is a testing option and may lead to intermittent failures. It should not be used in production environments.
|
|
vm.option.showSettings.description=Shows all settings and continue.
|
|
vm.option.showSettings.all.description=Shows all settings and continue.
|
|
vm.option.showSettings.locale.description=Shows all locale related settings and continue.
|
|
vm.option.showSettings.properties.description=Shows all property settings and continue.
|
|
vm.option.showSettings.vm.description=Shows all vm related settings and continue.
|
|
vm.option.showSettings.system.description=(Linux Only) Shows host system or container configuration and continue.
|
|
vm.option.ss.description=Sets the java thread stack size The actual size may be rounded up to a multiple of the system page size as required by the operating system.
|
|
vm.option.verify.description=Sets the mode of the bytecode verifier. Note that option -Xverify:none is deprecated and may be removed in a future release.
|
|
vm.option.bootclasspath.description=Sets the search path for bootstrap classes and resources.
|
|
vm.option.bootclasspath.p.description=Prepends in front of the bootstrap class path.
|
|
vm.option.incgc.description=Enables incremental garbage collection.
|
|
vm.option.prof.description=Outputs cpu profiling data.
|
|
vm.option.add.reads.description=Updates \\<module\\> to read \\<target-module\\>, regardless of module declaration. \\<target-module\\> can be ALL-UNNAMED to read all unnamed modules.
|
|
vm.option.add.opens.description=Updates \\<module\\> to open \\<package\\> to \\<target-module\\>, regardless of module declaration.
|
|
vm.option.limit.modules.description=Limits the universe of observable modules.
|
|
vm.option.patch.module.description=Overrides or augments a module with classes and resources in JAR files or directories.
|
|
vm.option.finalization.description=Controls whether the JVM performs finalization of objects, where \\<value\\> is one of "enabled" or "disabled". Finalization is enabled by default.
|
|
vm.option.add.exports.description=Updates \\<module\\> to export \\<package\\> to \\<target-module\\>, regardless of module declaration. \\<target-module\\> can be ALL-UNNAMED to export to all unnamed modules.
|
|
vm.option.source.description=Sets the \\<version\\> of the source in source-file mode.
|
|
vm.option.disable.files.description=Disables further argument file expansion.
|
|
vm.option.illegal.access.description=Permits or denies access to members of types in named modules by code in unnamed modules. \\<value\\> is one of "deny", "permit", "warn", or "debug" This option will be removed in a future release.
|
|
|
|
# javac -help
|
|
vm.option.annotation.processing.description=Specifies options to pass to annotation processors.
|
|
vm.option.add.modules.description=Specifies root modules to resolve in addition to the initial modules.
|
|
vm.option.boot.classpath.description=Overrides the location of the bootstrap class files.
|
|
vm.option.classpath.description=Specifies where to find user class files and annotation processors.
|
|
vm.option.directory.description=Sets the destination directory (or class output directory) for class files.
|
|
vm.option.deprecation.description=Enables or disables processing of deprecation warnings.
|
|
vm.option.enable.preview.description=Enables preview language features. Used in conjunction with either -source or --release.
|
|
vm.option.encoding.description=Specifies character encoding used by source files, such as EUC-JP and UTF-8.
|
|
vm.option.endorsed.dirs.description=Overrides the location of the endorsed standards path.
|
|
vm.option.extension.dirs.description=Overrides the location of the installed extensions.
|
|
vm.option.generate.debug.information.description=Generates all debugging information, including local variables.
|
|
vm.option.generate.none.debug.information.description=Does not generate debugging information.
|
|
vm.option.generate.choice.debug.information.description=Generates only the kinds of debugging information specified by the comma-separated list of keywords.
|
|
vm.option.native.header.description=Specifies where to place generated native header files.
|
|
vm.option.help.description=Prints a synopsis of the standard options.
|
|
vm.option.help.extra.description=Prints a synopsis of the set of extra options.
|
|
vm.option.implicit.description=Specifies whether or not to generate class files for implicitly referenced files.
|
|
vm.option.j.description=Passes option to the runtime system.
|
|
vm.option.limit.modules.javac.description=Limits the universe of observable modules.
|
|
vm.option.module.description=Compiles those source files in the named modules that are newer than the corresponding files in the output directory.
|
|
vm.option.module.path.description=Specifies where to find application modules.
|
|
vm.option.module.source.path.description=Specifies where to find source files when compiling code in multiple modules.
|
|
vm.option.module.version.description=Specifies the version of modules that are being compiled.
|
|
vm.option.nowarn.description=Disables warning messages (equivalent to -Xlint:none).
|
|
vm.option.parameters.description=Generates metadata for reflection on method parameters.
|
|
vm.option.proc.description=Controls annotation processing and compilation: none (compilation without annotation processing), only (only annotation processing), or full (annotation processing and compilation).
|
|
vm.option.processor.description=Names of the annotation processors to run.
|
|
vm.option.processor.module.path.description=Specifies the module path used for finding annotation processors.
|
|
vm.option.processor.path.description=Specifies where to find annotation processors.
|
|
vm.option.profile.description=Checks that the API used is available in the specified profile.
|
|
vm.option.release.description=Compiles source code according to the rules of the Java programming language for a specified Java SE release and generates class files which target that release.
|
|
vm.option.source.output.description=Specifies the directory used to place the generated source files.
|
|
vm.option.source.release.description=Compiles source code according to the rules of the Java programming language for the specified Java SE release.
|
|
vm.option.source.path.description=Specifies where to find source files.
|
|
vm.option.system.description=Overrides the location of system modules.
|
|
vm.option.target.description=Generates class files suitable for the specified Java SE release. The target release must be equal to or higher than the source release.
|
|
vm.option.upgrade.module.path.description=Overrides the location of upgradeable modules.
|
|
vm.option.verbose.description=Outputs messages about what the compiler is doing, including information about each class loaded and source file compiled.
|
|
vm.option.version.description=Prints version information.
|
|
vm.option.werror.description=Terminates compilation when warnings occur.
|
|
|
|
# javac -X
|
|
vm.option.default.module.for.created.files.description=Specifies the fallback target module for files created by annotation processors, if none is specified or inferred.
|
|
vm.option.disable.line.doc.comments.description=Disables support for documentation comments with lines beginning ///.
|
|
vm.option.help.lint.description=Prints the supported keys for the -Xlint option.
|
|
vm.option.patch.module.javac.description=Overrides or augments a module with classes and resources in JAR files or directories.
|
|
vm.option.bootclasspath.javac.description=Overrides the location of the bootstrap class files.
|
|
vm.option.bootclasspath.a.javac.description=Adds a suffix to the bootstrap class path.
|
|
vm.option.bootclasspath.p.javac.description=Adds a prefix to the bootstrap class path.
|
|
vm.option.diags.description=Selects a diagnostic mode.
|
|
vm.option.doclint.description=Enables recommended checks for problems in documentation comments.
|
|
vm.option.doclint.groups.description=Enables or disables specific groups of checks in documentation comments.
|
|
vm.option.doclint.package.description=Enables or disables checks in specific packages.
|
|
vm.option.xlint.description=Enables all recommended warnings.
|
|
vm.option.xlint.keys.description=Enables and/or disables specific warning categories.
|
|
vm.option.maxerrs.description=Sets the maximum number of errors to print.
|
|
vm.option.maxwarns.description=Sets the maximum number of warnings to print.
|
|
vm.option.pkginfo.description=Specifies when and how javac generates package-info.class files.
|
|
vm.option.plugin.description=Specifies the name and optional arguments for a plug-in to be run.
|
|
vm.option.prefer.description=Specifies which file to read when both a source file and class file are found for an implicitly compiled class.
|
|
vm.option.print.description=Prints out a textual representation of specified types for debugging purposes.
|
|
vm.option.print.processor.info.description=Prints information about which annotations a processor is asked to process.
|
|
vm.option.print.rounds.description=Prints information about annotation processing rounds.
|
|
vm.option.stdout.description=Redirects standard output to a file.
|