RFR: 8356702: CTW: Update modules

Leonid Mesnik lmesnik at openjdk.org
Mon May 12 18:35:52 UTC 2025


On Mon, 12 May 2025 05:57:46 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:

> This PR enhances CTW test wrappers generator in order to make it more user-friendly. Added features are:
> 
> 1. Automatic scanning for modules list under `open/src`
> 2. Automatic recognition of current year;
> 3. Multi-wrapper modules support (allows for splitting huge modules into 2 and more wrappers)
> 4. ability to exclude modules;
> 
> The updated generator have been used to refresh JTReg module wrappers.
> The most meaningful change is contained in the `generate.bash`
> Testing: `open/test/hotspot/jtreg/applications/ctw/modules` with the supported platforms, no failures spotted.

Changes requested by lmesnik (Reviewer).

test/hotspot/jtreg/applications/ctw/modules/java_base.java line 2:

> 1: /*
> 2:  * Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.

It is not needed to update copyrights if nothing was changed in this file. Please just remove such files from commit.

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

PR Review: https://git.openjdk.org/jdk/pull/25175#pullrequestreview-2834136754
PR Review Comment: https://git.openjdk.org/jdk/pull/25175#discussion_r2085234069


More information about the hotspot-compiler-dev mailing list