[jdk11u-dev] Integrated: 8211171: move JarUtils to top-level testlibrary

Goetz Lindenmaier goetz at openjdk.java.net
Fri Oct 1 16:51:32 UTC 2021


On Wed, 29 Sep 2021 06:51:38 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I downport this for parity with 11.0.13-oracle.
> 
> I want to bring this to 11 as there is a testbug fix (8180568) that 
> uses the new JarUtils. Unfortunately, there are two (three)
> versions of it, and the new one lacks some changes to work for 
> that testbug fix.
> So I think it is better to bring down this change and use only
> one JarUtils that is updated properly in case of further problems.
> There is already a fix pending:  8240235
> 
> One test already uses the new version.
> In addition, I had to adapt javax/naming/spi/FactoryCacheTest.java
> which was using the old JarUtils.
> 
> To the JarUtils file itself, some of the changes of 8211171 were 
> already in that file.

This pull request has now been integrated.

Changeset: 2990ff06
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.java.net/jdk11u-dev/commit/2990ff065935cc2a2b487fb88335e58b7edaa6cf
Stats:     552 lines in 42 files changed: 144 ins; 350 del; 58 mod

8211171: move JarUtils to top-level testlibrary

Reviewed-by: mdoerr
Backport-of: ab8c7f710c8a4c46fc2f2a295c921054a30a7d2f

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/441


More information about the jdk-updates-dev mailing list