src/share/vm/runtime/globals.hpp

changeset 5343
6e3634222155
parent 5237
f2110083203d
child 5356
8b789ce47503
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Jul 01 09:30:23 2013 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Jun 28 20:18:04 2013 -0700
     1.3 @@ -220,7 +220,8 @@
     1.4    // number of flags
     1.5    static size_t numFlags;
     1.6  
     1.7 -  static Flag* find_flag(char* name, size_t length, bool allow_locked = false);
     1.8 +  static Flag* find_flag(const char* name, size_t length, bool allow_locked = false);
     1.9 +  static Flag* fuzzy_match(const char* name, size_t length, bool allow_locked = false);
    1.10  
    1.11    bool is_bool() const        { return strcmp(type, "bool") == 0; }
    1.12    bool get_bool() const       { return *((bool*) addr); }

mercurial