--- old/src/hotspot/share/runtime/thread.cpp 2019-09-12 10:44:02.408909305 +0200 +++ new/src/hotspot/share/runtime/thread.cpp 2019-09-12 10:44:02.151900582 +0200 @@ -166,7 +166,7 @@ #ifndef USE_LIBRARY_BASED_TLS_ONLY // Current thread is maintained as a thread-local variable -THREAD_LOCAL_DECL Thread* Thread::_thr_current = NULL; +THREAD_LOCAL Thread* Thread::_thr_current = NULL; #endif // ======= Thread ========