On 25/01/2019 17:03, Lance Andersen wrote:

On Jan 25, 2019, at 3:55 AM, Alan Bateman <alan.bate...@oracle.com <mailto:alan.bate...@oracle.com>> wrote:


Here's an alternative that avoids the cast, it might be a bit more readable.

PrivilegedExceptionAction<Path> action = tempPath::toRealPath;
zfpath = AccessController.doPrivileged(action);

In the test then you it might be clearer to rename ZIPFS_MAP to ZIPFS_OPTIONS.

Okie Dokie part 2 ;-)

Updates can be found here: http://cr.openjdk.java.net/~lancea/8210469/webrev.02/index.html

Looks good.

-Alan

Reply via email to