Thu, 22 Apr 2010 13:23:15 -0700 6888954: argument formatting for assert() and friends
jcoomes [Thu, 22 Apr 2010 13:23:15 -0700] rev 5403
6888954: argument formatting for assert() and friends Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
Sun, 11 Oct 2009 16:19:25 -0700 6888953: some calls to function-like macros are missing semicolons
jcoomes [Sun, 11 Oct 2009 16:19:25 -0700] rev 5402
6888953: some calls to function-like macros are missing semicolons Reviewed-by: pbk, kvn
Tue, 27 Apr 2010 18:13:47 -0700 6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295
johnc [Tue, 27 Apr 2010 18:13:47 -0700] rev 5401
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
(0) -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip