8217612: (CL)HSDB cannot show some JVM flags

Reviewed-by: dholmes, cjplummer
This commit is contained in:
Yasumasa Suenaga 2019-01-26 10:34:29 +09:00
parent 1ebe11a28d
commit d6a75a0f86
3 changed files with 122 additions and 9 deletions

View file

@ -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.