src/hotspot/share/jfr/leakprofiler/utilities/vmOperation.hpp
changeset 59325 3636bab5e81e
parent 55571 49102ba8cf14
--- a/src/hotspot/share/jfr/leakprofiler/utilities/vmOperation.hpp	Fri Nov 29 11:26:25 2019 +0100
+++ b/src/hotspot/share/jfr/leakprofiler/utilities/vmOperation.hpp	Fri Nov 29 12:09:25 2019 +0100
@@ -29,10 +29,6 @@
 
 class OldObjectVMOperation : public VM_Operation {
  public:
-  Mode evaluation_mode() const {
-    return _safepoint;
-  }
-
   VMOp_Type type() const {
     return VMOp_JFROldObject;
   }