src/hotspot/share/runtime/vmOperations.hpp
branchJEP-349-branch
changeset 58249 e17143e28542
parent 58154 060d9d139109
parent 58226 408c445d04e8
--- a/src/hotspot/share/runtime/vmOperations.hpp	Thu Sep 19 17:33:18 2019 -0700
+++ b/src/hotspot/share/runtime/vmOperations.hpp	Sat Sep 21 12:10:52 2019 +0200
@@ -49,7 +49,6 @@
   template(ClearICs)                              \
   template(ForceSafepoint)                        \
   template(ForceAsyncSafepoint)                   \
-  template(Deoptimize)                            \
   template(DeoptimizeFrame)                       \
   template(DeoptimizeAll)                         \
   template(ZombieAll)                             \
@@ -318,14 +317,6 @@
   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() {}