JDK-8146774 : Remove sun.misc.JarFilter
  • Type: Sub-task
  • Component: core-libs
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-11
  • Updated: 2016-03-25
  • Resolved: 2016-01-13
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.

To download the current JDK release, click here.
JDK 9
9 b102Fixed
Related Reports
Relates :  
Description
JarFilter was used solely by implementation of the extension mechanism, which itself was
removed by JDK-8064956. JarFilter should probably have been removed along with the
other extension implementation, it was probably just overlooked. It should be removed.