RFR: 8342651: Refactor array constant to use an array of jbyte [v3]
Quan Anh Mai
qamai at openjdk.org
Tue Nov 26 18:24:11 UTC 2024
On Tue, 26 Nov 2024 17:50:12 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Quan Anh Mai has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>>
>> - indentation
>> - Merge branch 'master' into constanttable
>> - Merge branch 'master' into constanttable
>> - refactor array constant, fix codebuffer reallocation
>
> src/hotspot/share/opto/constantTable.cpp line 65:
>
>> 63: }
>> 64:
>> 65: int ConstantTable::alignment() const {
>
> Add comment that it is used for nmethod's constant section size and alignment.
I have added it to the header file.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21596#discussion_r1859042113
More information about the hotspot-compiler-dev
mailing list