< prev index next >

src/hotspot/share/utilities/globalDefinitions_visCPP.hpp

Print this page

        

*** 151,164 **** // Formatting. #define FORMAT64_MODIFIER "I64" #define offset_of(klass,field) offsetof(klass,field) - #ifndef USE_LIBRARY_BASED_TLS_ONLY - #define THREAD_LOCAL_DECL __declspec( thread ) - #endif - // Inlining support // MSVC has '__declspec(noinline)' but according to the official documentation // it only applies to member functions. There are reports though which pretend // that it also works for freestanding functions. #define NOINLINE __declspec(noinline) --- 151,160 ----
< prev index next >