Looks like TreeMap.NavigableSubMap.entrySetView is initialized to null,
but it is never updated when an "entry set view" is created by
TreeMap.AscendingSubMap.entrySet() or by
TreeMap.DescendingSubMap.entrySet().
I think those two methods were intended to be implemented as:
For AscendingSubMa
Changeset: b64e68bf6b0b
Author:dfuchs
Date: 2008-05-29 15:33 +0200
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b64e68bf6b0b
6673853: LegacyIntrospectorTest is testing an old deprecated com.sun API not
present in OpenJDK.
Summary: Removed test from open test suite - the correspo