RFR: 8282493: Add --with-jcov-modules convenience option [v3]

Sergey Bylokhov serb at openjdk.org
Tue May 6 21:04:14 UTC 2025


On Tue, 6 May 2025 15:06:36 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

>> Allow the user to set "--with-jcov-modules=java.desktop", instead of "--with-jcov-filters=--include-modules java.desktop", since this is one of the common use cases for the filtering.
>
> Magnus Ihse Bursie has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Update copyright year
>  - Update testing documentation

make/RunTests.gmk line 1376:

> 1374:   jcov-gen-report: jcov-stop-grabber
> 1375: 	$(call LogWarn, Generating JCov report ...)
> 1376: 	$(call ExecuteWithLog, $(JCOV_SUPPORT_DIR)/run-jcov-repgen,

Shouldn't there be a backslash at the end of this line?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24481#discussion_r2076269364


More information about the build-dev mailing list