diff 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
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Sat Dec 17 20:50:09 2011 +0100
+++ b/src/share/vm/c1/c1_globals.hpp	Sat Dec 17 21:40:27 2011 +0100
@@ -47,6 +47,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "c1_globals_windows.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_bsd
+# include "c1_globals_bsd.hpp"
+#endif
 
 //
 // Defines all global flags used by the client compiler.