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

Goetz Lindenmaier goetz at openjdk.org
Mon Mar 18 07:02:31 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.

Hi @shipilev, 

I figured it works smoothest if I backport in the order they arrived in 17. 
So I handled this one now. You might want to have a look, should be familiar :)

Best, Goetz.

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2600#issuecomment-2003057944


More information about the jdk-updates-dev mailing list