![]() Previous |
![]() Next |
The JVM Flags panel contains a table that lists the command-line options that were used to run the JVM. This table contains the following columns::
Type: The type of the option. Default options are set by default. Command line options are specified on the command line. Ergonomic options are set ergonomically by the JVM itself, based on the environment.
Name: The name of the option.
Value: The value of the option.
To filter the table entries, select the column on which you want to filter and then specify the filtering string. You can use wildcards in the filtering string and specify a regular expression by prepending it with regexp:
. If the table contains numeric values, you can specify a logical expression using the comparison operators (<
, <=
, >
, >=
), the AND operator (&&
), and the OR operator (||
).
For information about working with tables, see Working with Tables.