hotspot/src/share/vm/interpreter/cppInterpreterGenerator.hpp
changeset 30601 faffde6a6773
parent 29180 50369728b00e
child 35214 d86005e0b4c2
--- a/hotspot/src/share/vm/interpreter/cppInterpreterGenerator.hpp	Thu Apr 30 04:01:13 2015 -0700
+++ b/hotspot/src/share/vm/interpreter/cppInterpreterGenerator.hpp	Thu Apr 30 09:09:01 2015 +0200
@@ -29,6 +29,10 @@
 // of the template interpreter generator.
 
 #ifdef CC_INTERP
+#ifdef TARGET_ARCH_zero
+# include "entry_zero.hpp"
+# include "interpreter/interp_masm.hpp"
+#endif
 
 class CppInterpreterGenerator: public AbstractInterpreterGenerator {
   protected: