hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 33160 c59f1676d27e
parent 31790 4a08476437e8
child 35061 be6025ebffea
child 35086 bbf32241d851
--- 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; }