-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
TreeMap.get() has two paths for cases when comparator is null and non-null. These can be merged into one using `Comparator.naturalOrder()` for the case TreeMap.comparator is null.
- links to
-
Review openjdk/jdk/9901