Integrated: 7902535: Code coverage does not work in JDK 8
Leonid Kuskov
lkuskov at openjdk.java.net
Wed Jul 15 03:30:51 UTC 2020
On Wed, 15 Jul 2020 02:07:20 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:
> This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902535
>
> In JDK 8 Collect.hit method is called prior to the Collect class initialization.
> This causes cyclic throwing NPE.
> Also added cosmetic fix to RepGen to avoid double report about internal failures
This pull request has now been integrated.
Changeset: 8f838be5
Author: Leonid Kuskov <lkuskov at openjdk.org>
URL: https://git.openjdk.java.net/jcov/commit/8f838be5
Stats: 294 lines in 6 files changed: 120 ins; 76 del; 98 mod
7902535: Code coverage does not work in JDK 8
-------------
PR: https://git.openjdk.java.net/jcov/pull/1
More information about the jcov-dev
mailing list