src/hotspot/share/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File webrev Cdiff src/hotspot/share/runtime/globals.hpp

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 182,192 **** enum MsgType { NONE = 0, DIAGNOSTIC_FLAG_BUT_LOCKED, EXPERIMENTAL_FLAG_BUT_LOCKED, DEVELOPER_FLAG_BUT_PRODUCT_BUILD, ! NOTPRODUCT_FLAG_BUT_PRODUCT_BUILD }; const char* _type; const char* _name; void* _addr; --- 182,194 ---- enum MsgType { NONE = 0, DIAGNOSTIC_FLAG_BUT_LOCKED, EXPERIMENTAL_FLAG_BUT_LOCKED, DEVELOPER_FLAG_BUT_PRODUCT_BUILD, ! NOTPRODUCT_FLAG_BUT_PRODUCT_BUILD, ! COMMERCIAL_FLAG_BUT_DISABLED, ! COMMERCIAL_FLAG_BUT_LOCKED }; const char* _type; const char* _name; void* _addr;
*** 283,293 **** bool is_external_ext() const; void clear_diagnostic(); Flag::MsgType get_locked_message(char*, int) const; ! void get_locked_message_ext(char*, int) const; // printRanges will print out flags type, name and range values as expected by -XX:+PrintFlagsRanges void print_on(outputStream* st, bool withComments = false, bool printRanges = false); void print_kind_and_origin(outputStream* st); void print_as_flag(outputStream* st); --- 285,295 ---- bool is_external_ext() const; void clear_diagnostic(); Flag::MsgType get_locked_message(char*, int) const; ! Flag::MsgType get_locked_message_ext(char*, int) const; // printRanges will print out flags type, name and range values as expected by -XX:+PrintFlagsRanges void print_on(outputStream* st, bool withComments = false, bool printRanges = false); void print_kind_and_origin(outputStream* st); void print_as_flag(outputStream* st);
src/hotspot/share/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File