< prev index next >

src/share/vm/interpreter/cppInterpreterGenerator.hpp

Print this page
rev 8245 : 8078628: linux-zero does not build without precompiled header
Summary: add missing includes

@@ -28,10 +28,16 @@
 // This file contains the platform-independent parts
 // of the template interpreter generator.
 
 #ifdef CC_INTERP
 
+#ifdef ZERO
+#ifdef TARGET_ARCH_zero
+# include "entry_zero.hpp"
+#endif
+#endif
+
 class CppInterpreterGenerator: public AbstractInterpreterGenerator {
   protected:
   // shared code sequences
   // Converter for native abi result to tosca result
   address generate_result_handler_for(BasicType type);
< prev index next >