--- old/src/cpu/zero/vm/interpreter_zero.cpp 2015-12-02 18:36:48.361473741 -0500 +++ new/src/cpu/zero/vm/interpreter_zero.cpp 2015-12-02 18:36:47.149447890 -0500 @@ -38,7 +38,6 @@ #include "prims/jvmtiThreadState.hpp" #include "prims/methodHandles.hpp" #include "runtime/arguments.hpp" -#include "runtime/deoptimization.hpp" #include "runtime/frame.inline.hpp" #include "runtime/sharedRuntime.hpp" #include "runtime/stubRoutines.hpp" @@ -74,7 +73,3 @@ bool AbstractInterpreter::can_be_compiled(methodHandle m) { return true; } - -void Deoptimization::unwind_callee_save_values(frame* f, - vframeArray* vframe_array) { -}