comparison src/share/vm/c1/c1_Runtime1.cpp @ 3716:82f88223fcff

Fix build error for debug builds
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 13 Dec 2011 21:30:53 -0800
parents b648304ba4ff
children 04b9a2566eec
comparison
equal deleted inserted replaced
3715:3f6325ddd391 3716:82f88223fcff
682 } 682 }
683 } 683 }
684 #ifdef ASSERT 684 #ifdef ASSERT
685 if (TraceGraal >= 3) { 685 if (TraceGraal >= 3) {
686 tty->print_cr("exiting locking"); 686 tty->print_cr("exiting locking");
687 lock->lock()->print_on(tty);
688 tty->print_cr(""); 687 tty->print_cr("");
689 tty->print_cr("done"); 688 tty->print_cr("done");
690 } 689 }
691 #endif 690 #endif
692 JRT_END 691 JRT_END