RFR: 8367656: Refactor Constantpool's operand array into two [v5]

David Holmes dholmes at openjdk.org
Fri Sep 19 02:48:31 UTC 2025


On Tue, 16 Sep 2025 05:52:05 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix rename
>
> src/hotspot/share/oops/constantPool.cpp line 1625:
> 
>> 1623: void ConstantPool::copy_bsm_entries(const constantPoolHandle& from_cp,
>> 1624:                                  const constantPoolHandle& to_cp,
>> 1625:                                  TRAPS) {
> 
> Suggestion:
> 
> void ConstantPool::copy_bsm_entries(const constantPoolHandle& from_cp,
>                                     const constantPoolHandle& to_cp,
>                                     TRAPS) {
> 
> Fix indent

Still not fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27198#discussion_r2361462226


More information about the serviceability-dev mailing list