--- old/src/share/vm/c1/c1_ValueType.hpp 2014-04-29 16:51:56.000000000 -0400 +++ new/src/share/vm/c1/c1_ValueType.hpp 2014-04-29 16:51:56.000000000 -0400 @@ -175,7 +175,7 @@ ValueType* join(ValueType* y) const; // debugging - void print(outputStream* s = tty) { s->print(name()); } + void print(outputStream* s = tty) { s->print_raw(name()); } };