hotspot Udiff src/share/vm/runtime/frame.hpp (original) (raw)
rev 8245 : 8078628: linux-zero does not build without precompiled header Summary: add missing includes
@@ -28,15 +28,13 @@ #include "oops/method.hpp" #include "runtime/basicLock.hpp" #include "runtime/monitorChunk.hpp" #include "runtime/registerMap.hpp" #include "utilities/top.hpp" -#ifdef ZERO #ifdef TARGET_ARCH_zero
include "stack_zero.hpp"
#endif -#endif
typedef class BytecodeInterpreter* interpreterState;
class CodeBlob; class FrameValues;