changeset 5404 | d5cc5f80162a |
parent 5352 | cee8f7acb7bc |
parent 5403 | 6b0dd9c75dde |
child 5426 | 470c15eda401 |
--- a/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp Thu Apr 29 00:03:40 2010 -0700 +++ b/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp Mon May 03 16:31:07 2010 -0400 @@ -1062,7 +1062,7 @@ } void assert_not_delayed(const char* msg) { #ifdef CHECK_DELAY - assert_msg ( delay_state == no_delay, msg); + assert(delay_state == no_delay, msg); #endif }