hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 27696 c43940b3cf78
parent 27420 04e6f914cce1
child 28363 047115468f16
--- a/hotspot/src/share/vm/runtime/vm_operations.hpp	Mon Nov 17 12:57:49 2014 +0300
+++ b/hotspot/src/share/vm/runtime/vm_operations.hpp	Thu Nov 13 14:42:54 2014 +0100
@@ -432,6 +432,7 @@
  public:
   VM_PrintCompileQueue(outputStream* st) : _out(st) {}
   VMOp_Type type() const { return VMOp_PrintCompileQueue; }
+  Mode evaluation_mode() const { return _no_safepoint; }
   void doit();
 };