RFR: 8277180: Intrinsify recursive ObjectMonitor locking for C2 x64 and A64 [v2]

Andrew Haley aph at openjdk.java.net
Wed Nov 17 10:49:36 UTC 2021


On Wed, 17 Nov 2021 10:40:35 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> The increment macro doesn't seem to utilize the fact that 1u can be encoded as an immediate to the add instruction. 

Sure it does. Try it. If it doesn't, we'll change `increment()`! ��

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

PR: https://git.openjdk.java.net/jdk/pull/6406


More information about the hotspot-compiler-dev mailing list