src/cpu/x86/vm/assembler_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/assembler_x86.cpp	Thu Oct 22 18:35:24 2009
--- new/src/cpu/x86/vm/assembler_x86.cpp	Thu Oct 22 18:35:24 2009

*** 7645,7655 **** --- 7645,7655 ---- // load indirectly to solve generation ordering problem movptr(tmp, ExternalAddress((address) delayed_value_addr)); #ifdef ASSERT Label L; ! testl(tmp, tmp); ! testptr(tmp, tmp); jccb(Assembler::notZero, L); hlt(); bind(L); #endif

src/cpu/x86/vm/assembler_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File