[Java] Add new options for java command in terminal

IDEA-359564

GitOrigin-RevId: 378df84aca4ba2f6ab42562c27cca4a68400a3d2
This commit is contained in:
Georgii Ustinov
2024-09-24 14:13:59 +03:00
committed by intellij-monorepo-bot
parent 657d58b6c4
commit 396a161c7a
2 changed files with 62 additions and 2 deletions

View File

@@ -70,5 +70,14 @@ java.command.terminal.source.option.argument.text=version
java.command.terminal.disable.@files.option.description=Disable further argument file expansion.
java.command.terminal.illegal.access.option.description=\\<value\\&gt permit or deny 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.
java.command.terminal.illegal.access.option.argument.text=value
java.command.terminal.disable.system.assertions.option.description=Disables assertions in all system classes.
java.command.terminal.disable.assertions.option.description=Disables assertions with specified granularity.
java.command.terminal.enable.system.assertions.option.description=Enables assertions in all system classes.
java.command.terminal.enable.assertions.option.description=Enables assertions with specified granularity.
java.command.terminal.assertions.option.argument.text=<package>|<class>
java.command.terminal.enable.preview.option.description=Allows classes to depend on preview features of the release.
java.command.terminal.verbose.option.description=Enables verbose output for the given subsystem.
java.command.terminal.verbose.option.argument.text.8=class|gc|gni
java.command.terminal.verbose.option.argument.text.11=class|module|gc|gni
error.stream.name=error
output.stream.name=output