test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp
changeset 50966 f939a67fea30
parent 49800 69d7398038c5
--- a/test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp	Wed Jul 11 13:28:07 2018 -0400
+++ b/test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp	Wed Jul 11 14:44:05 2018 -0400
@@ -35,7 +35,7 @@
 public:
   Semaphore* _test_complete;
   VM_StopSafepoint(Semaphore* wait_for) : _test_complete(wait_for) {}
-  VMOp_Type type() const          { return VMOp_Dummy; }
+  VMOp_Type type() const          { return VMOp_None; }
   Mode evaluation_mode() const    { return _no_safepoint; }
   bool is_cheap_allocated() const { return false; }
   void doit()                     { _test_complete->wait(); }