diff --git a/src/java.base/share/classes/java/lang/Object.java b/src/java.base/share/classes/java/lang/Object.java index 22e6d976e9b..b7de0d33f44 100644 --- a/src/java.base/share/classes/java/lang/Object.java +++ b/src/java.base/share/classes/java/lang/Object.java @@ -429,10 +429,10 @@ public class Object { * is not satisfied. See the example below. *

* For more information on this topic, see section 14.2, - * "Condition Queues," in Brian Goetz and others' Java Concurrency - * in Practice (Addison-Wesley, 2006) or Item 69 in Joshua - * Bloch's Effective Java, Second Edition (Addison-Wesley, - * 2008). + * "Condition Queues," in Brian Goetz and others' Java Concurrency + * in Practice (Addison-Wesley, 2006) or Item 81 in Joshua + * Bloch's Effective Java, Third Edition (Addison-Wesley, + * 2018). *

* If the current thread is {@linkplain java.lang.Thread#interrupt() interrupted} * by any thread before or while it is waiting, then an {@code InterruptedException}