src/hotspot/share/runtime/globals_ext.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File webrev Cdiff src/hotspot/share/runtime/globals_ext.hpp

src/hotspot/share/runtime/globals_ext.hpp

Print this page

        

*** 59,69 **** inline bool Flag::is_external_ext() const { return false; } ! inline void Flag::get_locked_message_ext(char* buf, int buflen) const { assert(buf != NULL, "Buffer cannot be NULL"); buf[0] = '\0'; } #endif // SHARE_VM_RUNTIME_GLOBALS_EXT_HPP --- 59,70 ---- inline bool Flag::is_external_ext() const { return false; } ! inline Flag::MsgType Flag::get_locked_message_ext(char* buf, int buflen) const { assert(buf != NULL, "Buffer cannot be NULL"); buf[0] = '\0'; + return Flag::NONE; } #endif // SHARE_VM_RUNTIME_GLOBALS_EXT_HPP
src/hotspot/share/runtime/globals_ext.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File