--- old/src/share/vm/runtime/vm_operations.hpp 2015-10-08 07:24:38.000000000 -1000 +++ new/src/share/vm/runtime/vm_operations.hpp 2015-10-08 07:24:37.000000000 -1000 @@ -272,7 +272,8 @@ private: JavaThread* _thread; intptr_t* _id; - VM_DeoptimizeFrame(JavaThread* thread, intptr_t* id); + int _reason; + VM_DeoptimizeFrame(JavaThread* thread, intptr_t* id, int reason); public: VMOp_Type type() const { return VMOp_DeoptimizeFrame; }