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

Goetz Lindenmaier goetz at openjdk.org
Fri Mar 15 09:02:05 UTC 2024


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.

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

Commit messages:
 - Backport 8292717

Changes: https://git.openjdk.org/jdk11u-dev/pull/2600/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2600&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8292717
  Stats: 363 lines in 4 files changed: 182 ins; 179 del; 2 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/2600.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2600/head:pull/2600

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


More information about the jdk-updates-dev mailing list