RFR: 7904026: JOL: Handle (generational) ZGC when dealing with raw addresses [v5]
Anton Rybochkin
duke at openjdk.org
Fri Jun 6 17:35:19 UTC 2025
On Fri, 6 Jun 2025 17:12:33 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Anton Rybochkin has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains two new commits since the last revision:
>>
>> - Variable name fixed
>> - Fixed default alignment on 32-bit platforms
>
> jol-core/src/main/java/org/openjdk/jol/vm/ZGCAddress.java line 1:
>
>> 1: package org.openjdk.jol.vm;
>
> Still surprised there is no automatic license header here. Run `mvn clean verify` locally? Maybe we don't cover all the paths, see if tests also need these headers.
Indeed, `mvn clean verify` adds license headers to main sources. I have added it manually for tests
-------------
PR Review Comment: https://git.openjdk.org/jol/pull/65#discussion_r2132589795
More information about the jol-dev
mailing list