JDK 9 RFR of JDK-8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
Chris Hegarty
chris.hegarty at oracle.com
Wed Nov 2 11:20:53 UTC 2016
On 2 Nov 2016, at 02:47, Amy Lu <amy.lu at oracle.com> wrote:
>
> 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/
This looks good. Thanks Amy.
-Chris.
> 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