Integrated: 7903955: jtreg doesn't support .jasm in patch module

Christian Stein cstein at openjdk.org
Tue Mar 18 06:50:20 UTC 2025


On Fri, 28 Feb 2025 10:20:24 GMT, Christian Stein <cstein at openjdk.org> wrote:

> Please review this change to support compilation of `.jasm` in patched modules.
> 
> Prior to this commit an extra check for `module != null` was the only difference when treating `.java` source files and JASM-related files. With that check removed, the handling of both types of source files could be merged.

This pull request has now been integrated.

Changeset: 79d3fee3
Author:    Christian Stein <cstein at openjdk.org>
URL:       https://git.openjdk.org/jtreg/commit/79d3fee395060a48e8ce95f80345033953ee65d2
Stats:     56 lines in 5 files changed: 34 ins; 17 del; 5 mod

7903955: jtreg doesn't support .jasm in patch module

Reviewed-by: jpai, iris

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

PR: https://git.openjdk.org/jtreg/pull/249


More information about the jtreg-dev mailing list