comparison src/cpu/x86/vm/codeBuffer_x86.hpp @ 1488:615a9d95d265

6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295 Summary: frame::interpreter_frame_monitor_end() will spuriously assert for a frame that spans 0x80000000. Cast values to intptr_t* (rather than intptr_t) so that an unsigned pointer compare is performed. Reviewed-by: never, jcoomes, pbk
author johnc
date Tue, 27 Apr 2010 18:13:47 -0700
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
1395:454ff03c0daf 1488:615a9d95d265