--- old/src/java.base/share/classes/java/util/concurrent/locks/Lock.java 2019-09-14 11:11:01.168875143 -0700 +++ new/src/java.base/share/classes/java/util/concurrent/locks/Lock.java 2019-09-14 11:11:00.816874897 -0700 @@ -122,9 +122,8 @@ *

All {@code Lock} implementations must enforce the same * memory synchronization semantics as provided by the built-in monitor * lock, as described in - * * Chapter 17 of - * The Java™ Language Specification: + * The Java™ Language Specification: *