src/hotspot/share/jfr/leakprofiler/utilities/vmOperation.hpp
changeset 59325 3636bab5e81e
parent 55571 49102ba8cf14
equal deleted inserted replaced
59324:5e8f9713e343 59325:3636bab5e81e
    27 
    27 
    28 #include "runtime/vmOperations.hpp"
    28 #include "runtime/vmOperations.hpp"
    29 
    29 
    30 class OldObjectVMOperation : public VM_Operation {
    30 class OldObjectVMOperation : public VM_Operation {
    31  public:
    31  public:
    32   Mode evaluation_mode() const {
       
    33     return _safepoint;
       
    34   }
       
    35 
       
    36   VMOp_Type type() const {
    32   VMOp_Type type() const {
    37     return VMOp_JFROldObject;
    33     return VMOp_JFROldObject;
    38   }
    34   }
    39 };
    35 };
    40 
    36