# HG changeset patch # User Thomas Wuerthinger # Date 1290534141 -3600 # Node ID cd18e3072ea590f0fd1f1fa0c74ea4910502098d # Parent ef7761803480261572bf47dc466fd4146201da8d Removed debug print statement. diff -r ef7761803480 -r cd18e3072ea5 src/share/vm/c1x/c1x_CodeInstaller.cpp --- a/src/share/vm/c1x/c1x_CodeInstaller.cpp Tue Nov 23 15:45:45 2010 +0100 +++ b/src/share/vm/c1x/c1x_CodeInstaller.cpp Tue Nov 23 18:42:21 2010 +0100 @@ -88,7 +88,6 @@ // hotspot stack slots are 4 bytes VMReg reg = VMRegImpl::stack2reg(i * 2); if (is_oop) { - tty->print_cr("oop is set at %d (%d)", i, i*8); map->set_oop(reg); } else { map->set_value(reg);