RFR 8163952: jlink exclude VM plugin does not support static libraries
Anthony Vanelverdinghe
anthony.vanelverdinghe at gmail.com
Tue Sep 6 14:50:41 UTC 2016
Hi Sundar
I'm not familiar with the code, but the for-loop at lines 105-107 looks
like a bug, since only the first element is considered:
105 for (String jvmlib : jvmlibs) {
106 return t.path().endsWith("/" + jvmlib);
107 }
Kind regards,
Anthony
On 6/09/2016 12:12, Sundararajan Athijegannathan wrote:
> Please review http://cr.openjdk.java.net/~sundar/8163952/webrev.01/ for
> https://bugs.openjdk.java.net/browse/JDK-8163952
>
> Thanks,
>
> -Sundar
>
More information about the jigsaw-dev
mailing list