29 Oct
2020
29 Oct
'20
7:05 a.m.
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