hotspot/src/share/vm/runtime/globals.hpp
changeset 18497 9ff60555fcd3
parent 18025 b7bcf7497f93
child 18510 b4df166cc411
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Jul 01 09:30:23 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jun 28 20:18:04 2013 -0700
@@ -220,7 +220,8 @@
   // number of flags
   static size_t numFlags;
 
-  static Flag* find_flag(char* name, size_t length, bool allow_locked = false);
+  static Flag* find_flag(const char* name, size_t length, bool allow_locked = false);
+  static Flag* fuzzy_match(const char* name, size_t length, bool allow_locked = false);
 
   bool is_bool() const        { return strcmp(type, "bool") == 0; }
   bool get_bool() const       { return *((bool*) addr); }