--- old/src/hotspot/share/runtime/os.cpp 2019-09-04 13:07:39.371647724 +0200 +++ new/src/hotspot/share/runtime/os.cpp 2019-09-04 13:07:39.231645433 +0200 @@ -88,12 +88,6 @@ DEBUG_ONLY(bool os::_mutex_init_done = false;) -void os_init_globals() { - // Called from init_globals(). - // See Threads::create_vm() in thread.cpp, and init.cpp. - os::init_globals(); -} - static time_t get_timezone(const struct tm* time_struct) { #if defined(_ALLBSD_SOURCE) return time_struct->tm_gmtoff;