RFR: 8291555: Implement alternative fast-locking scheme [v28]

Roman Kennke rkennke at openjdk.org
Thu Mar 16 21:19:29 UTC 2023


On Thu, 16 Mar 2023 21:05:54 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> > I pushed a fix for aarch64.
> 
> 
> 
> Do you think this is the cause for the -Xcheck:jni failures that I ran into
> 
> in my Tier4 testing?

Yes, and with high probability also for some/all of the other failures. It leads to the situation that when the lock-stack is full, it should take the slow-path, but doesn't (because the flags are not set correctly) and thus leave the object unlocked.

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

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


More information about the serviceability-dev mailing list