--- old/src/hotspot/share/utilities/globalDefinitions_visCPP.hpp 2019-09-12 00:18:28.379208485 +0200 +++ new/src/hotspot/share/utilities/globalDefinitions_visCPP.hpp 2019-09-12 00:18:28.073198524 +0200 @@ -153,8 +153,8 @@ #define offset_of(klass,field) offsetof(klass,field) -#ifndef USE_LIBRARY_BASED_TLS_ONLY -#define THREAD_LOCAL_DECL __declspec( thread ) +#if _MSC_VER < 1900 +#define thread_local __declspec(thread) #endif // Inlining support