--- old/src/hotspot/share/utilities/globalDefinitions_xlc.hpp 2019-09-12 10:44:04.486979834 +0200 +++ new/src/hotspot/share/utilities/globalDefinitions_xlc.hpp 2019-09-12 10:44:04.178969380 +0200 @@ -130,10 +130,6 @@ // 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