Integrated: 8255595: delay_to_keep_mmu passes wrong arguments to Monitor wait

Kim Barrett kbarrett at openjdk.java.net
Fri Oct 30 04:29:01 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.

This pull request has now been integrated.

Changeset: 379ba80e
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/379ba80e
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8255595: delay_to_keep_mmu passes wrong arguments to Monitor wait

Remove improper wait argument.

Reviewed-by: sjohanss, tschatzl, ayang

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

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



More information about the hotspot-gc-dev mailing list