> On 23 Jun 2016, at 04:04, Steve Drach <steve.dr...@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.