--- old/src/java.base/share/classes/java/util/List.java 2017-10-31 16:47:59.000000000 -0700 +++ new/src/java.base/share/classes/java/util/List.java 2017-10-31 16:47:58.000000000 -0700 @@ -87,15 +87,16 @@ * Such exceptions are marked as "optional" in the specification for this * interface. * - *

Immutable List Static Factory Methods

- *

The {@link List#of(Object...) List.of()} static factory methods - * provide a convenient way to create immutable lists. The {@code List} + *

Unmodifiable Lists

+ *

The {@link List#of(Object...) List.of} and + * {@link List#copyOf List.copyOf} static factory methods + * provide a convenient way to create unmodifiable lists. The {@code List} * instances created by these methods have the following characteristics: * *