diff -r 8aa0a51a7137 -r bb9dffedf46c hotspot/src/share/vm/ci/ciField.cpp --- a/hotspot/src/share/vm/ci/ciField.cpp Mon Dec 17 11:00:22 2012 -0800 +++ b/hotspot/src/share/vm/ci/ciField.cpp Tue Dec 18 14:55:25 2012 +0100 @@ -366,10 +366,12 @@ // ------------------------------------------------------------------ // ciField::print void ciField::print() { - tty->print("print("print_symbol(); + tty->print(" signature="); + _signature->print_symbol(); tty->print(" offset=%d type=", _offset); if (_type != NULL) _type->print_name(); else tty->print("(reference)");