[10] RFR: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL

Dean Long dean.long at oracle.com
Wed Sep 13 17:52:44 UTC 2017


Don't you want to use #ifdef ASSERT instead?

dl


On 9/13/2017 6:22 AM, jamsheed wrote:
> Thanks for reply,
>
> revised webrev: http://cr.openjdk.java.net/~jcm/8168712/webrev.01/
>
> last_sp ! = null not an issue for this specific case, so i skip the 
> assert in debug build
>
> Best Regards,
>
> Jamsheed
>
>
> On Wednesday 13 September 2017 10:03 AM, Dean Long wrote:
>> It may not matter if you #ifdef it so that it only slows down debug 
>> builds. 
>



More information about the hotspot-compiler-dev mailing list