src/hotspot/share/utilities/globalDefinitions_gcc.hpp
changeset 58124 dc792fa77da0
parent 55030 703b2c04fc2c
--- a/src/hotspot/share/utilities/globalDefinitions_gcc.hpp	Fri Sep 13 08:40:09 2019 +0200
+++ b/src/hotspot/share/utilities/globalDefinitions_gcc.hpp	Fri Sep 13 08:40:09 2019 +0200
@@ -254,9 +254,7 @@
 #define JLONG_FORMAT_W(width) "%" #width "ld"
 #endif // _LP64 && __APPLE__
 
-#ifndef USE_LIBRARY_BASED_TLS_ONLY
-#define THREAD_LOCAL_DECL __thread
-#endif
+#define THREAD_LOCAL __thread
 
 // Inlining support
 #define NOINLINE     __attribute__ ((noinline))