src/share/vm/runtime/vm_operations.hpp

Print this page

        

*** 181,191 **** } static const char* mode_to_string(Mode mode); // Debugging ! 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"); return _names[type]; } --- 181,191 ---- } static const char* mode_to_string(Mode mode); // Debugging ! 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"); return _names[type]; }