> On Dec 8, 2016, at 9:43 AM, Alan Bateman <alan.bate...@oracle.com> wrote: > > On 07/12/2016 21:28, Mandy Chung wrote: > >> : >> >> Webrev at: >> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8169925/webrev.00/ >> >> > I went over the changes to the jmod tool, jlink, and the new plugin to dedup > legal notices. > > It looks straight-forward, I just wondering about the sym links hat > DefaultImageBuilder creates. I think this is the first sym link that a jlink > created image will have and just wondering if this could be problematic when > run time images are packaged up and transported to different platforms. I > guess time will tell.
It creates sym link only when the target platform is not Windows and the host platform supports it. We will find out if it turns out to be problematic. Mandy