On Sun, 21 Nov 2021 11:15:53 GMT, Jens Li <d...@openjdk.java.net> wrote:

> Should this change also update the Javadoc on `java.util.Map` and remove the 
> statement that the return values of `Map#of` are value-based?
> 

This PR is only correcting the application of the internal use annotation to 
some implementation classes.
The descriptions of unmodifiable maps identify the conditions the clients of 
Map.of may and may not assume about the returned instances including those 
related to identity.

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

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

Reply via email to