--- old/src/share/vm/runtime/vm_operations.hpp Mon Feb 13 17:53:16 2017 +++ new/src/share/vm/runtime/vm_operations.hpp Mon Feb 13 17:53:15 2017 @@ -183,7 +183,7 @@ static const char* mode_to_string(Mode mode); // Debugging - void print_on_error(outputStream* st) const; + virtual void print_on_error(outputStream* st) const; const char* name() const { return _names[type()]; } static const char* name(int type) { assert(type >= 0 && type < VMOp_Terminating, "invalid VM operation type");