comparison src/share/vm/runtime/globals.hpp @ 17667:cd7a42c7be06

8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message Summary: clarifying the error messages associated with vm options of type diagnostic, experimental, develop, and notproduct Reviewed-by: kvn, twisti, ctornqvi
author ccheung
date Thu, 16 Jan 2014 10:51:16 -0800
parents 10c9507f544a
children b8413a9cbb84 752ba2e5f6d0
comparison
equal deleted inserted replaced
17666:a81bc2b2c4d3 17667:cd7a42c7be06
239 static Flag* flags; 239 static Flag* flags;
240 240
241 // number of flags 241 // number of flags
242 static size_t numFlags; 242 static size_t numFlags;
243 243
244 static Flag* find_flag(const char* name, size_t length, bool allow_locked = false); 244 static Flag* find_flag(const char* name, size_t length, bool allow_locked = false, bool return_flag = false);
245 static Flag* fuzzy_match(const char* name, size_t length, bool allow_locked = false); 245 static Flag* fuzzy_match(const char* name, size_t length, bool allow_locked = false);
246 246
247 void check_writable(); 247 void check_writable();
248 248
249 bool is_bool() const; 249 bool is_bool() const;