src/hotspot/share/runtime/globals_ext.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/runtime/globals_ext.hpp	Tue Mar 13 12:42:37 2018
--- new/src/hotspot/share/runtime/globals_ext.hpp	Tue Mar 13 12:42:36 2018

*** 59,69 **** --- 59,70 ---- inline bool Flag::is_external_ext() const { return false; } ! inline void Flag::get_locked_message_ext(char* buf, int buflen) const { ! 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