RFR: 8255595: delay_to_keep_mmu passes wrong arguments to Monitor wait
Thomas Schatzl
tschatzl at openjdk.java.net
Thu Oct 29 15:06:44 UTC 2020
On Thu, 29 Oct 2020 13:56:20 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this trivial fix of the second argument in a call to MonitorLocker::wait. Because the locker is constructed as no-safepoint-checking, the improper second argument is ignored rather than possibly going into an unexpected state.
Lgtm and trivial.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/934
More information about the hotspot-gc-dev
mailing list