src/hotspot/share/runtime/flags/jvmFlag.hpp
changeset 58821 5ec8aeda451e
parent 58044 3277a7454dc5
child 58842 6c255334120d
equal deleted inserted replaced
58819:ef8be51fff48 58821:5ec8aeda451e
   205   bool is_unlocked() const;
   205   bool is_unlocked() const;
   206   bool is_writeable() const;
   206   bool is_writeable() const;
   207   bool is_external() const;
   207   bool is_external() const;
   208 
   208 
   209   void clear_diagnostic();
   209   void clear_diagnostic();
       
   210   void clear_experimental();
       
   211   void set_product();
   210 
   212 
   211   JVMFlag::MsgType get_locked_message(char*, int) const;
   213   JVMFlag::MsgType get_locked_message(char*, int) const;
   212   JVMFlag::MsgType get_locked_message_ext(char*, int) const;
   214   JVMFlag::MsgType get_locked_message_ext(char*, int) const;
   213 
   215 
   214   // printRanges will print out flags type, name and range values as expected by -XX:+PrintFlagsRanges
   216   // printRanges will print out flags type, name and range values as expected by -XX:+PrintFlagsRanges