hotspot/src/share/vm/runtime/globals.hpp
changeset 22518 e23c5545e376
parent 22248 34f19df648a2
child 22556 a17351e8c2c2
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Jan 15 19:12:45 2014 -0500
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Jan 16 10:51:16 2014 -0800
@@ -241,7 +241,7 @@
   // number of flags
   static size_t numFlags;
 
-  static Flag* find_flag(const char* name, size_t length, bool allow_locked = false);
+  static Flag* find_flag(const char* name, size_t length, bool allow_locked = false, bool return_flag = false);
   static Flag* fuzzy_match(const char* name, size_t length, bool allow_locked = false);
 
   void check_writable();