< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 54697 : imported patch 8221734-v2-merge

@@ -47,11 +47,10 @@
   template(PrintThreads)                          \
   template(FindDeadlocks)                         \
   template(ClearICs)                              \
   template(ForceSafepoint)                        \
   template(ForceAsyncSafepoint)                   \
-  template(Deoptimize)                            \
   template(DeoptimizeFrame)                       \
   template(DeoptimizeAll)                         \
   template(ZombieAll)                             \
   template(Verify)                                \
   template(PrintJNI)                              \

@@ -316,18 +315,10 @@
 
  protected:
   VM_GTestExecuteAtSafepoint() {}
 };
 
-class VM_Deoptimize: public VM_Operation {
- public:
-  VM_Deoptimize() {}
-  VMOp_Type type() const                        { return VMOp_Deoptimize; }
-  void doit();
-  bool allow_nested_vm_operations() const        { return true; }
-};
-
 class VM_MarkActiveNMethods: public VM_Operation {
  public:
   VM_MarkActiveNMethods() {}
   VMOp_Type type() const                         { return VMOp_MarkActiveNMethods; }
   void doit();
< prev index next >