--- old/src/hotspot/share/runtime/globals.cpp 2018-03-13 12:42:35.000000000 -0500 +++ new/src/hotspot/share/runtime/globals.cpp 2018-03-13 12:42:34.000000000 -0500 @@ -447,8 +447,7 @@ _name); return Flag::NOTPRODUCT_FLAG_BUT_PRODUCT_BUILD; } - get_locked_message_ext(buf, buflen); - return Flag::NONE; + return get_locked_message_ext(buf, buflen); } bool Flag::is_writeable() const {