8230877: Rename THREAD_LOCAL_DECL to THREAD_LOCAL

Reviewed-by: kbarrett, dholmes
This commit is contained in:
Per Lidén 2019-09-13 08:40:09 +02:00
parent 39fd81e4a7
commit f3d8d57cd3
6 changed files with 5 additions and 15 deletions

View file

@ -166,7 +166,7 @@ void universe_post_module_init(); // must happen after call_initPhase2
#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 ========