The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Some cases where an explicit null check is needed were missed. This patch adds missing checks and tests.
Comments
Release note applies to both this issue and to JDK-4802647
22-11-2013
Release note text: In prior releases some implementations of Collection.removeAll(Collection) and retainAll(Collection) would silently ignore a null parameter if the collection itself was empty. In this release collections will consistently throw a NullPointerException if null is provided as a parameter.