RFR: JDK-8270308: Amalloc aligns size but not return value (take 2) [v3]
Thomas Stuefe
stuefe at openjdk.java.net
Sun Jul 25 11:42:11 UTC 2021
On Sat, 24 Jul 2021 13:48:25 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>>
>> kbarret feedback
>
> Sorry about the typo. I meant to ask, how can `_max` not be 64bit aligned. As that is what the comment is claiming can happen, and that is where things can go wrong. If grow() were to align the allocation size then I don't think that can happen and all would be good.
Thanks, @kimbarrett !
@coleenp are you ok with the latest version too?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4835
More information about the hotspot-dev
mailing list