RFR: 8255595: delay_to_keep_mmu passes wrong arguments to Monitor wait

Kim Barrett kbarrett at openjdk.java.net
Thu Oct 29 14:05:52 UTC 2020


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.

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

Commit messages:
 - fix call to wait

Changes: https://git.openjdk.java.net/jdk/pull/934/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=934&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8255595
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/934.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/934/head:pull/934

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



More information about the hotspot-gc-dev mailing list