--- old/src/hotspot/share/runtime/vm_operations.hpp 2018-07-11 09:17:50.942062615 -0400 +++ new/src/hotspot/share/runtime/vm_operations.hpp 2018-07-11 09:17:50.035978184 -0400 @@ -40,7 +40,7 @@ // 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) \