diff -r 50c604cb0d5f -r 30245956af37 hotspot/src/share/vm/c1/c1_ValueStack.cpp --- a/hotspot/src/share/vm/c1/c1_ValueStack.cpp Mon Jul 23 13:04:59 2012 -0700 +++ b/hotspot/src/share/vm/c1/c1_ValueStack.cpp Tue Jul 24 10:51:00 2012 -0700 @@ -195,6 +195,7 @@ void ValueStack::print() { scope()->method()->print_name(); + tty->cr(); if (stack_is_empty()) { tty->print_cr("empty stack"); } else {