JDK-8132734 : JDK 9 runtime changes to java.util.jar to support multi-release jar files
  • Type: Sub-task
  • Component: core-libs
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-07-30
  • Updated: 2017-12-01
  • Resolved: 2016-02-25
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 b108Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Add support to java.util.jar.* and class loading classes to enable reading and class loading from multi-release jar files. An aliasing mechanism is added to JarEntry such that when a JarFile client retrieves a JarEntry, the data from the entry pointed to by the alias is returned.