RFR: 8292082: Deprecate UseRTM* for removal

Sandhya Viswanathan sviswanathan at openjdk.org
Mon Aug 15 22:37:11 UTC 2022


On Fri, 12 Aug 2022 20:21:12 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

>> Good.
>> 
>> @sviswa7 do you agree with deprecating this feature?
>
>> @vnkozlov @rkennke RTM feature is available on Intel ICX as well as upcoming Xeon platforms.
> 
> Ok, interesting. I did not know that.
> Is our RTM locking implementation still useful, though? Does it have advantages over locking without RTM, and if so, what are they?

@rkennke RTM locking provides benefit of fine grain lock performance with coarse grain lock. It is useful when there is high contention on lock and low conflict in the critical region.

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

PR: https://git.openjdk.org/jdk/pull/9810


More information about the hotspot-compiler-dev mailing list