comparison src/share/vm/utilities/globalDefinitions.hpp @ 4006:436b4a3231bf

7098194: integrate macosx-port changes Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: Christos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
author dcubed
date Thu, 13 Oct 2011 09:35:42 -0700
parents f08d439fab8c
children 04b9a2566eec e7dead7e90af
comparison
equal deleted inserted replaced
4005:2ef3386478e6 4006:436b4a3231bf
23 */ 23 */
24 24
25 #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP 25 #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
26 #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP 26 #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
27 27
28 #ifndef __STDC_FORMAT_MACROS
28 #define __STDC_FORMAT_MACROS 29 #define __STDC_FORMAT_MACROS
30 #endif
29 31
30 #ifdef TARGET_COMPILER_gcc 32 #ifdef TARGET_COMPILER_gcc
31 # include "utilities/globalDefinitions_gcc.hpp" 33 # include "utilities/globalDefinitions_gcc.hpp"
32 #endif 34 #endif
33 #ifdef TARGET_COMPILER_visCPP 35 #ifdef TARGET_COMPILER_visCPP