RFR: 8307907: [ppc] Remove RTM locking implementation [v3]

Martin Doerr mdoerr at openjdk.org
Wed Jun 14 14:31:45 UTC 2023


On Wed, 14 Jun 2023 13:37:46 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove more leftovers from RTM.
>
> src/hotspot/cpu/ppc/macroAssembler_ppc.cpp line 2648:
> 
>> 2646: 
>> 2647: #if INCLUDE_RTM_OPT
>> 2648:   if (UseRTMForStackLocks && use_rtm) {
> 
> Can RTM related method parameters (e.g. `use_rtm`) be removed?

Good catch! There are even more parameters which are no longer needed. And I've found some more leftovers. I just removed all of them.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14398#discussion_r1229710565


More information about the hotspot-dev mailing list