ibmruntimes / openj9-openjdk-jdk21

GNU General Public License v2.0
8 stars 40 forks source link

Reduce lock contention in Thread.getAndClearInterrupt #215

Closed babsingh closed 1 week ago

babsingh commented 2 weeks ago

Lock contention in Thread.getAndClearInterrupt is reduced by acquiring the lock only when the value of the Thread.interrupted field is true.

Related: https://github.com/eclipse-openj9/openj9/issues/20414

babsingh commented 1 week ago

jenkins test sanity alinux64 jdk21

babsingh commented 1 week ago

jenkins test extended.system zlinux jdk21

babsingh commented 1 week ago

jenkins test extended.functional plinux jdk21

babsingh commented 1 week ago

fyi @tajila