diff -r 615a9d95d265 -r cff162798819 src/share/vm/opto/output.cpp --- a/src/share/vm/opto/output.cpp Tue Apr 27 18:13:47 2010 -0700 +++ b/src/share/vm/opto/output.cpp Sun Oct 11 16:19:25 2009 -0700 @@ -1231,7 +1231,7 @@ if (is_sfn && !is_mcall && padding == 0 && current_offset == last_call_offset ) { padding = nop_size; } - assert( labels_not_set || padding == 0, "instruction should already be aligned") + assert( labels_not_set || padding == 0, "instruction should already be aligned"); if(padding > 0) { assert((padding % nop_size) == 0, "padding is not a multiple of NOP size");