expStrMap.put("jhisto", List.of(
"java.lang.String",
"java.util.HashMap",
"java.lang.Class",
"java.nio.HeapByteBuffer",
"java.net.URI",
"LingeredAppWithInterface",
"ParselTongue",
"ImmutableCollections$SetN$1"));
ImmutableCollections$SetN$1 was likely the anonymous iterator replaced by a named inner class byJDK-8201650, and needs to be removed or replaced with ImmutableCollections$SetN$SetNIterator
"java.lang.String",
"java.util.HashMap",
"java.lang.Class",
"java.nio.HeapByteBuffer",
"java.net.URI",
"LingeredAppWithInterface",
"ParselTongue",
"ImmutableCollections$SetN$1"));
ImmutableCollections$SetN$1 was likely the anonymous iterator replaced by a named inner class by
- relates to
-
JDK-8201650 Move iteration order randomization of unmodifiable Set and Map to iterators
- Resolved