mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8230877: Rename THREAD_LOCAL_DECL to THREAD_LOCAL
Reviewed-by: kbarrett, dholmes
This commit is contained in:
parent
39fd81e4a7
commit
f3d8d57cd3
6 changed files with 5 additions and 15 deletions
|
@ -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 ========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue