RFR (XS): 8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292
Roland Westrelin
roland.westrelin at oracle.com
Wed Apr 24 01:55:38 PDT 2013
> Can we move this up to be next to:
>
> + static int extra_stack_entries() { return EnableInvokeDynamic ? extra_stack_entries_for_indy : 0; }
>
> Perhaps we should call it extra_stack_entries_for_jsr292 since it's not only invokedynamic.
>
> Otherwise this looks good.
Thanks for re-reviewing this. I'll do the change you suggest.
Roland.
More information about the hotspot-compiler-dev
mailing list