-
Bug
-
Resolution: Fixed
-
P3
-
18
-
None
The superclass AbstractMap of java.util.ImmutableCollections$Map1 and MapN is not stateless and contains `keySet` and `values`. They should not be annotated with `@ValueBased` and they can't be migrated to a primitive class.
The candidate list in https://openjdk.java.net/jeps/390 may need to be updated.
The candidate list in https://openjdk.java.net/jeps/390 may need to be updated.
- relates to
-
JDK-8165396 remove dependency on AbstractList, AbstractCollection, AbstractMap
- Open
-
JDK-8271959 [lworld] Convert Optional and VBS classes to value class
- Resolved