hotspot/src/share/vm/utilities/globalDefinitions_visCPP.hpp
changeset 34633 2a6c7c7b30a7
parent 33759 8a0e9139a9c5
child 36183 15d5045f46c2
equal deleted inserted replaced
34632:bf3518bba285 34633:2a6c7c7b30a7
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   232 #define PRIxPTR       "x"
   232 #define PRIxPTR       "x"
   233 #endif
   233 #endif
   234 
   234 
   235 #define offset_of(klass,field) offsetof(klass,field)
   235 #define offset_of(klass,field) offsetof(klass,field)
   236 
   236 
       
   237 #ifndef USE_LIBRARY_BASED_TLS_ONLY
       
   238 #define THREAD_LOCAL_DECL __declspec( thread )
       
   239 #endif
       
   240 
   237 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_VISCPP_HPP
   241 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_VISCPP_HPP