JDK 9 RFR of JDK-8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
Amy Lu
amy.lu at oracle.com
Wed Nov 2 02:47:44 UTC 2016
Please review the patch for fixing typo in steam tests:
bug: https://bugs.openjdk.java.net/browse/JDK-8151511
webrev: http://cr.openjdk.java.net/~amlu/8151511/webrev.00/
1) In CollectionAndMapModifyStreamTest.java
maps.put(HashMap.class.getName(), () -> new LinkedHashMap<>(content));
should be
maps.put(LinkedHashMap.class.getName(), () -> new LinkedHashMap<>(content));
2) ThowableHelper.java renamed to ThrowableHelper.java
Thanks,
Amy
More information about the core-libs-dev
mailing list