mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8265271: JFR: Allow use of .jfc options when starting JFR
Reviewed-by: mgronlun
This commit is contained in:
parent
f677163b8a
commit
f716711c7b
22 changed files with 1362 additions and 630 deletions
|
@ -1757,6 +1757,22 @@ is needed.
|
|||
.PP
|
||||
You can specify values for multiple parameters by separating them with a
|
||||
comma.
|
||||
.PP
|
||||
Event settings and .jfc options can also 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
|
||||
JAVA_HOME/bin/jfr tool.
|
||||
.TP
|
||||
.B \f[CB]event-setting=\f[R]\f[I]value\f[R]
|
||||
Specifies the event setting value to modify. Use the form:
|
||||
<event-name>#<setting-name>=<value>
|
||||
To add a new event setting, prefix the event name with '+'.
|
||||
.PP
|
||||
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