diff src/share/vm/compiler/compileBroker.cpp @ 2045:9c96c873c42b

Fix includes to match new hotspot mechanism.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 07 Jan 2011 18:45:09 +0100
parents 06f017f7daa7
children 177398c6147d
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Fri Jan 07 18:18:08 2011 +0100
+++ b/src/share/vm/compiler/compileBroker.cpp	Fri Jan 07 18:45:09 2011 +0100
@@ -44,6 +44,7 @@
 #include "runtime/sharedRuntime.hpp"
 #include "runtime/sweeper.hpp"
 #include "utilities/dtrace.hpp"
+#include "c1x/c1x_Compiler.hpp"
 #ifdef COMPILER1
 #include "c1/c1_Compiler.hpp"
 #endif