RFR: 8265756: AArch64: initialize memory allocated for locals according to Windows AArch64 stack page growth requirement in template interpreter
Andrew Dinn
adinn at openjdk.java.net
Mon Apr 26 13:36:27 UTC 2021
On Mon, 26 Apr 2021 13:05:07 GMT, Aleksei Voitylov <avoitylov at openjdk.org> wrote:
>> @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.
@voitylov thanks looks good.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3633
More information about the hotspot-dev
mailing list