comparison src/share/vm/c1/c1_globals.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents 54d4c210a34e f08d439fab8c
children 716a2c5c0656
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
44 #ifdef TARGET_OS_FAMILY_solaris 44 #ifdef TARGET_OS_FAMILY_solaris
45 # include "c1_globals_solaris.hpp" 45 # include "c1_globals_solaris.hpp"
46 #endif 46 #endif
47 #ifdef TARGET_OS_FAMILY_windows 47 #ifdef TARGET_OS_FAMILY_windows
48 # include "c1_globals_windows.hpp" 48 # include "c1_globals_windows.hpp"
49 #endif
50 #ifdef TARGET_OS_FAMILY_bsd
51 # include "c1_globals_bsd.hpp"
49 #endif 52 #endif
50 53
51 // 54 //
52 // Defines all global flags used by the client compiler. 55 // Defines all global flags used by the client compiler.
53 // 56 //