[jdk11u-dev] Integrated: 8292717: Clean up checking of testing requirements in configure

Goetz Lindenmaier goetz at openjdk.org
Tue Mar 19 14:13:25 UTC 2024


On Tue, 12 Mar 2024 14:39:48 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this because then 8314495 can be backported clean. Also brings 11 closer to 17.
> 
> configure.ac::
> I had to resolve two chunks. In one, I needed to omit the coding for JMH which is not
> supported by 11.
> 
> jdk-options.m4, toolchanin.m4
> Deleted function has different body, deleted by hand.
> 
> lib-tests.m4: Copyright.
> 
> The original change moves and renames three
> functions to lib-tests.m4. It does not change
> the implementation of these.
> So I modified the added code in lib-tests.m4
> to have the unchanged function bodies that
> were deleted in the other files.

This pull request has now been integrated.

Changeset: cb1b9a64
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/cb1b9a64878e7751c785860c4466e41ad1df276f
Stats:     364 lines in 4 files changed: 183 ins; 179 del; 2 mod

8292717: Clean up checking of testing requirements in configure

Reviewed-by: shade, mdoerr
Backport-of: 16593cf51c3d994ba4a6d28ab97e519dfd53f37b

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2600


More information about the jdk-updates-dev mailing list