I have taken a further step to clean this up by recording the written
entries such that it can filter out duplicated entries properly:
http://cr.openjdk.java.net/~mchung/jdk15/webrevs/8240910/webrev.01/
thanks
Mandy
On 5/7/20 10:12 AM, Mandy Chung wrote:
jmod tool should ignore duplicated resources from class path and emit
a warning. It currently ignores duplicated resources when read from a
directory but not from JAR entries. It's an oversight from the fix
for JDK-8134779 [1]
http://cr.openjdk.java.net/~mchung/jdk15/webrevs/8240910/webrev.00/
This is a simple fix applying the same fix for JDK-8134779 to ignore
duplicated entries processed from a JAR file.
Thanks
Mandy
[1] https://bugs.openjdk.java.net/browse/JDK-8134779