RFR: 7903955: jtreg doesn't support .jasm in patch module [v2]

Christian Stein cstein at openjdk.org
Fri Feb 28 22:01:19 UTC 2025


> 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.

Christian Stein has updated the pull request incrementally with one additional commit since the last revision:

  Update src/share/classes/com/sun/javatest/regtest/exec/CompileAction.java
  
  Co-authored-by: Dean Long <17332032+dean-long at users.noreply.github.com>

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

Changes:
  - all: https://git.openjdk.org/jtreg/pull/249/files
  - new: https://git.openjdk.org/jtreg/pull/249/files/09a7f1f8..a97f575c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jtreg&pr=249&range=01
 - incr: https://webrevs.openjdk.org/?repo=jtreg&pr=249&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jtreg/pull/249.diff
  Fetch: git fetch https://git.openjdk.org/jtreg.git pull/249/head:pull/249

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


More information about the jtreg-dev mailing list