[11u] Multiple JarUtils.java?
Langer, Christoph
christoph.langer at sap.com
Thu Feb 6 17:30:27 UTC 2020
Hi Aleksey,
the unification of these 3 files was done some time in JDK 12 timeframe by https://bugs.openjdk.java.net/browse/JDK-8211171 (http://hg.openjdk.java.net/jdk/jdk/rev/a8862960c19f).
It's certainly something that could be brought back to 11 if we find it'll ease backporting. After all, it's just a change in auxillary libraries for testing.
Best regards
Christoph
> -----Original Message-----
> From: jdk-updates-dev <jdk-updates-dev-bounces at openjdk.java.net> On
> Behalf Of Aleksey Shipilev
> Sent: Dienstag, 4. Februar 2020 14:07
> To: jdk-updates-dev at openjdk.java.net
> Subject: [11u] Multiple JarUtils.java?
>
> See:
>
> jdk-jdk $ find | grep JarUtils.java$
> ./test/lib/jdk/test/lib/util/JarUtils.java
>
> jdk-updates-jdk11u-dev $ find | grep JarUtils.java
> ./test/jdk/lib/testlibrary/JarUtils.java
> ./test/lib/jdk/test/lib/util/JarUtils.java
> ./test/jaxp/javax/xml/jaxp/libs/jaxp/library/JarUtils.java
>
> Would anyone like to untangle what had happened here, and whether we
> want to actually have a single
> JarUtils?
>
> --
> Thanks,
> -Aleksey
More information about the jdk-updates-dev
mailing list