diff -r 6df6a1332f23 -r 48000028382c hotspot/src/share/vm/runtime/vm_operations.hpp --- a/hotspot/src/share/vm/runtime/vm_operations.hpp Tue Jun 02 10:41:18 2015 +0200 +++ b/hotspot/src/share/vm/runtime/vm_operations.hpp Thu Jun 04 08:05:47 2015 -0400 @@ -192,7 +192,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");