On Wed, 17 Jun 2026 14:28:56 GMT, Martin Doerr <[email protected]> wrote:

>> PPC64 implementation with many optimizations disabled by default. Many tests 
>> are already passing. We may be able to fix some more this week, but we can 
>> work on the remaining ones after the Valhalla integration into mainline.
>> 
>> This PR only touches PPC64 files. No risk for other platforms.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Martin Doerr has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Remove untested from _fast_vgetfield.

src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp line 1816:

> 1814:     __ membar(MacroAssembler::StoreStore);
> 1815:   }
> 1816: 

There's a duplicate of these lines beginning at L1822 which seems to be 
redundant.

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2549#discussion_r3431746745

Reply via email to