< prev index next >

src/hotspot/share/utilities/globalDefinitions_xlc.hpp

Print this page

        

@@ -128,14 +128,10 @@
 #define offset_of(klass,field) (size_t)((intx)&(((klass*)16)->field) - 16)
 
 // AIX 5.3 has buggy __thread support. (see JDK-8176442).
 #define USE_LIBRARY_BASED_TLS_ONLY 1
 
-#ifndef USE_LIBRARY_BASED_TLS_ONLY
-#define THREAD_LOCAL_DECL __thread
-#endif
-
 // Inlining support
 //
 // Be aware that for function/method declarations, xlC only supports the following
 // syntax (i.e. the attribute must be placed AFTER the function/method declarator):
 //
< prev index next >