RE: RFR 8213031: (zipfs) Add support for POSIX file permissions

2019-01-13 Thread Langer, Christoph
Hi Alan, > I will try to get time next week to reply to you on this. Part of the > issue with your current approach is that it breaks PosixFileAttribtues. > There are also issues trying to force the API to optionally support a > subset of POSIX attributes on some zip entries and not on others. So

Re: RFR: JDK-8212780: JEP 343: Packaging Tool Implementation (update 2)

2019-01-13 Thread Andy Herrick
yes On 1/13/2019 2:50 PM, Alan Bateman wrote: On 11/01/2019 19:41, Andy Herrick wrote: This is the second update to the Request For Review of the implementation of the Java Packager Tool (jpackager) as described in JEP 343: Packaging Tool You

Re: RFR: JDK-8212780: JEP 343: Packaging Tool Implementation (update 2)

2019-01-13 Thread Alan Bateman
On 11/01/2019 19:41, Andy Herrick wrote: This is the second update to the Request For Review of the implementation of the Java Packager Tool (jpackager) as described in JEP 343: Packaging Tool You're making great progress. Is the table of CLI o

Re: [PATCH] test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failed in JITed code

2019-01-13 Thread Ao Qi
Hi Fu Jie: I filed it here: https://bugs.openjdk.java.net/browse/JDK-8216528 Cheers, Ao Qi On Fri, Jan 11, 2019 at 10:22 AM Jie Fu wrote: > > Thanks David. > Hope more cases are suitable for both interpreter and JIT tests. > > > On 2019/1/11 上午10:13, David Holmes wrote: > > Hi Jie, > > > > On 1

Re: RFR 8216401 : Allow "file:" URLs in Class-Path of local JARs

2019-01-13 Thread Alan Bateman
On 11/01/2019 18:35, Brent Christian wrote: Hi, Please review my change for 8216401[1]. Webrev: http://cr.openjdk.java.net/~bchristi/8216401/webrev-01/ The Class-Path section of the JAR spec[2] states that entries must be relative URLs, however this hasn't been enforced for most of Java's hi