RFR: 8265756: AArch64: initialize memory allocated for locals according to Windows AArch64 stack page growth requirement in template interpreter
Aleksei Voitylov
avoitylov at openjdk.java.net
Mon Apr 26 13:08:37 UTC 2021
On Fri, 23 Apr 2021 11:49:23 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
>> @dholmes-ora @theRealAph thanks for your comments. Please check the updated version.
>
> @voitylov The patch still looks good modulo one niggle I have with the comment.
>
> You use the phrase "local variable table" (twice). That jarred when I read it because it's the term used for the debug mode bytecode attribute that records names and liveness ranges for parameter & local variables found in the java source. It would avoid any potential for confusion if you used a different term, e.g. "local vars stack region".
@adinn thank you for noticing. I updated the terminology and renamed the test.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3633
More information about the hotspot-dev
mailing list