Integrated: 7902878: JCov loses module hashes

Leonid Kuskov lkuskov at openjdk.java.net
Mon Apr 19 21:06:09 UTC 2021


On Sat, 17 Apr 2021 01:13:38 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:

> This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902878
> JREInstr writes empty ModuleHashes attribute into java.base/module-info that cause 
> a failure of the check of unavailability of qualified exports to upgradeable modules.
> The fix removes ModuleHashes attribute from java.base/module-info which isn't needed 
> for an instrumented JDK.(File: JREInstr.java)
> Also the update contains minor code cleanup found during fixing.

This pull request has now been integrated.

Changeset: 5e08fd00
Author:    Leonid Kuskov <lkuskov at openjdk.org>
URL:       https://git.openjdk.java.net/jcov/commit/5e08fd00
Stats:     281 lines in 8 files changed: 60 ins; 141 del; 80 mod

7902878: JCov loses module hashes

Reviewed-by: shurailine

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

PR: https://git.openjdk.java.net/jcov/pull/14


More information about the jcov-dev mailing list