mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8270872: Final nroff manpage update for JDK 17
Reviewed-by: darcy, mr, iris, naoto
This commit is contained in:
parent
90f85ff70f
commit
dfacda488b
27 changed files with 258 additions and 172 deletions
|
@ -22,7 +22,7 @@
|
|||
.\"t
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JAVA" "1" "2021" "JDK 17\-ea" "JDK Commands"
|
||||
.TH "JAVA" "1" "2021" "JDK 17" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1813,6 +1813,30 @@ is needed.
|
|||
.PP
|
||||
You can specify values for multiple parameters by separating them with a
|
||||
comma.
|
||||
Event settings and .jfc options can be specified using the following
|
||||
syntax:
|
||||
.TP
|
||||
.B \f[CB]option=\f[R]\f[I]value\f[R]
|
||||
Specifies the option value to modify.
|
||||
To list available options, use the \f[CB]JAVA_HOME\f[R]/bin/jfr tool.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]event\-setting\f[R]=\f[I]value\f[R]
|
||||
Specifies the event setting value to modify.
|
||||
Use the form: #= To add a new event setting, prefix the event name with
|
||||
\[aq]+\[aq].
|
||||
.RS
|
||||
.RE
|
||||
.PP
|
||||
You can specify values for multiple event settings and .jfc options by
|
||||
separating them with a comma.
|
||||
In case of a conflict between a parameter and a .jfc option, the
|
||||
parameter will take precedence.
|
||||
The whitespace delimiter can be omitted for timespan values, i.e.
|
||||
20ms.
|
||||
For more information about the settings syntax, see Javadoc of the
|
||||
jdk.jfr package.
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-XX:ThreadStackSize=\f[R]\f[I]size\f[R]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue