mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
Merge
This commit is contained in:
commit
14692d5ed0
32 changed files with 274 additions and 178 deletions
|
@ -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