RFR: 8331117: [PPC64] secondary_super_cache does not scale well [v8]
Martin Doerr
mdoerr at openjdk.org
Wed Jun 26 08:04:18 UTC 2024
On Wed, 26 Jun 2024 07:59:07 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Make sure UseSecondarySupersTable is only used on Power7 or later.
>
> src/hotspot/cpu/ppc/macroAssembler_ppc.cpp line 2165:
>
>> 2163: } while(0)
>> 2164:
>> 2165: // Return true: we succeeded in generating this code
>
> You seem to have removed the return value but not its comment. :-)
Oh, right. I think we can live with it :-)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19368#discussion_r1654329788
More information about the hotspot-compiler-dev
mailing list