RFR: 8329994: Zap alignment padding bits for ArrayOops in non-release builds [v2]

Stefan Johansson sjohanss at openjdk.org
Thu Jun 20 12:33:14 UTC 2024


On Wed, 10 Apr 2024 13:29:15 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:

>> In a similar vein to [JDK-8325870](https://bugs.openjdk.org/browse/JDK-8325870). Zap the any alignment padding that may exist between the header and the payload.
>> 
>> Currently this padding only occurs when disabling `UseCompressedClassPointers`. But becomes more relevant with [JDK-8294992](https://bugs.openjdk.org/browse/JDK-8294992).
>
> Axel Boldt-Christmas has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Rename to mem_zap_start_padding

Marked as reviewed by sjohanss (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/18714#pullrequestreview-2130295085


More information about the hotspot-gc-dev mailing list