hotspot/src/share/vm/c1/c1_ValueStack.cpp
changeset 13391 30245956af37
parent 7397 5b173b4ca846
child 13963 e5b53c306fb5
--- 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 {