diff -r a81bc2b2c4d3 -r cd7a42c7be06 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Wed Feb 05 15:14:47 2014 -0800 +++ b/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();