hotspot Udiff src/share/vm/interpreter/interpreter.hpp (original) (raw)

< prev index next >

Print this page

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


@@ -27,15 +27,13 @@

#include "code/stubs.hpp" #include "interpreter/cppInterpreter.hpp" #include "interpreter/templateInterpreter.hpp" #include "memory/resourceArea.hpp" -#ifdef ZERO #ifdef TARGET_ARCH_zero

include "entry_zero.hpp"

#endif -#endif

// This file contains the platform-independent parts // of the interpreter and the interpreter generator.

class InterpreterMacroAssembler;

< prev index next >