RFR: JDK-8322648: Improve class initialization barrier in TemplateTable::_new for PPC [v4]

Martin Doerr mdoerr at openjdk.org
Tue Jan 30 10:32:44 UTC 2024


On Tue, 30 Jan 2024 09:37:46 GMT, Varada M <varadam at openjdk.org> wrote:

>> ppc port implementation of https://github.com/openjdk/jdk/pull/17006
>> 
>> Fastdebug and Release : build and tier1 testing successful.
>> 
>> JBS Issue : [JDK-8322648](https://bugs.openjdk.org/browse/JDK-8322648)
>
> Varada M has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8322648: Improve class initialization barrier in TemplateTable::_new for PPC

Thanks for the update! JVM98 performance results with -Xint -XX:-ProfileInterpreter look good (no regression). Some sub-benchmarks seem to be a very little faster, but there's no big difference.

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17518#pullrequestreview-1850824938


More information about the hotspot-compiler-dev mailing list