changeset 58124 | dc792fa77da0 |
parent 58095 | adc72cd1d1f2 |
child 58156 | 68031e660872 |
child 58196 | cea6839598e8 |
--- a/src/hotspot/share/runtime/thread.hpp Fri Sep 13 08:40:09 2019 +0200 +++ b/src/hotspot/share/runtime/thread.hpp Fri Sep 13 08:40:09 2019 +0200 @@ -142,7 +142,7 @@ #ifndef USE_LIBRARY_BASED_TLS_ONLY // Current thread is maintained as a thread-local variable - static THREAD_LOCAL_DECL Thread* _thr_current; + static THREAD_LOCAL Thread* _thr_current; #endif // Thread local data area available to the GC. The internal