diff -r c5d414e98fd4 -r f0c2369fda5a src/cpu/x86/vm/macroAssembler_x86.cpp --- a/src/cpu/x86/vm/macroAssembler_x86.cpp Mon Nov 26 15:11:55 2012 +0100 +++ b/src/cpu/x86/vm/macroAssembler_x86.cpp Thu Dec 06 09:57:41 2012 -0800 @@ -54,6 +54,10 @@ #define BIND(label) bind(label); BLOCK_COMMENT(#label ":") +#ifdef ASSERT +bool AbstractAssembler::pd_check_instruction_mark() { return true; } +#endif + static Assembler::Condition reverse[] = { Assembler::noOverflow /* overflow = 0x0 */ , Assembler::overflow /* noOverflow = 0x1 */ ,