On Mon, 23 Mar 2026 15:46:27 GMT, Roger Riggs <[email protected]> wrote:
> In the IdentityHashMap class javadoc elaborate the meaning and use of `==`
> sameness meaning indistinguishable.
src/java.base/share/classes/java/util/IdentityHashMap.java line 38:
> 36: /**
> 37: * This class implements the {@code Map} interface with a hash table,
> using
> 38: * `==` in place of `.equals()` equality when comparing keys (and values).
HTML render has no special treatment of backtick chars. Only markdown converts
them to code blocks. See the current rendering at
https://download.java.net/java/early_access/valhalla/27/docs/api/java.base/java/util/IdentityHashMap.html
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2251#discussion_r2994465845