diff -r 70aebd567a5c -r dc792fa77da0 src/hotspot/share/runtime/thread.cpp --- a/src/hotspot/share/runtime/thread.cpp Fri Sep 13 08:40:09 2019 +0200 +++ b/src/hotspot/share/runtime/thread.cpp Fri Sep 13 08:40:09 2019 +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 ========