Files
openide/java/execution/impl/resources/messages/VMOptionsBundle.properties
Kulakovandintellij-monorepo-bot 80792c686d add missing period in a property file
GitOrigin-RevId: c9d1c49f154288213610a4eb60c833ed117b8b7b
2025-01-30 19:42:47 +00:00

50 lines
5.1 KiB
Properties

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.