diff -r 89b942323bd1 -r c59f1676d27e hotspot/src/share/vm/runtime/vm_operations.hpp --- a/hotspot/src/share/vm/runtime/vm_operations.hpp Thu Oct 08 10:25:45 2015 +0000 +++ b/hotspot/src/share/vm/runtime/vm_operations.hpp Thu Oct 08 12:49:30 2015 -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; }