RFR: 8150680 JarFile.Release enum needs reconsideration with respect to it's values

Paul Sandoz paul.sandoz at oracle.com
Thu Jun 23 05:01:17 UTC 2016


> On 23 Jun 2016, at 04:04, Steve Drach <steve.drach at oracle.com> wrote:
> 
>> 144     private boolean notVersioned;           // legacy constructor called
>> 
>> Do you need this?
> 
> Unfortunately yes.  It’s used in entries() and stream().  If it’s set, they have the JDK 8 semantics.  If not set, entries/stream only see the appropriate versioned entries.

Ah, i see it just strips out the resources under the versioned area.


>  This will go away when JDK-8157524 is resolved.
> 

Ok.

Paul.


More information about the core-libs-dev mailing list