< prev index next >

src/hotspot/share/runtime/vm_operations.hpp

Print this page

        

@@ -38,11 +38,11 @@
 
 #define VM_OP_ENUM(type)   VMOp_##type,
 
 // Note: When new VM_XXX comes up, add 'XXX' to the template table.
 #define VM_OPS_DO(template)                       \
-  template(Dummy)                                 \
+  template(None)                                  \
   template(ThreadStop)                            \
   template(ThreadDump)                            \
   template(PrintThreads)                          \
   template(FindDeadlocks)                         \
   template(ClearICs)                              \
< prev index next >