mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8217612: (CL)HSDB cannot show some JVM flags
Reviewed-by: dholmes, cjplummer
This commit is contained in:
parent
1ebe11a28d
commit
d6a75a0f86
3 changed files with 122 additions and 9 deletions
|
@ -140,8 +140,8 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
// notproduct flags are settable / visible only during development and are not declared in the PRODUCT version
|
||||
|
||||
// A flag must be declared with one of the following types:
|
||||
// bool, int, uint, intx, uintx, size_t, ccstr, double, or uint64_t.
|
||||
// The type "ccstr" is an alias for "const char*" and is used
|
||||
// bool, int, uint, intx, uintx, size_t, ccstr, ccstrlist, double, or uint64_t.
|
||||
// The type "ccstr" and "ccstrlist" are an alias for "const char*" and is used
|
||||
// only in this file, because the macrology requires single-token type names.
|
||||
|
||||
// Note: Diagnostic options not meant for VM tuning or for product modes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue