RFR: JDK-8322648: Improve class initialization barrier in TemplateTable::_new for PPC [v2]
Varada M
varadam at openjdk.org
Mon Jan 29 06:00:34 UTC 2024
On Wed, 24 Jan 2024 13:45:35 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> You need to adapt the succeeding code and remove the dependent `crnand` instruction. I suggest to use `cmpdi(CCR0, Rscratch, InstanceKlass::fully_initialized);`.
Thank you @TheRealMDoerr for the review. I have applied the suggested changes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17518#issuecomment-1914012379
More information about the hotspot-compiler-dev
mailing list