changeset 5403 | 6b0dd9c75dde |
parent 4009 | 8731c367fa98 |
child 5404 | d5cc5f80162a |
--- a/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp Sun Oct 11 16:19:25 2009 -0700 +++ b/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp Thu Apr 22 13:23:15 2010 -0700 @@ -1065,7 +1065,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 }