--- 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();