RFR: Separate ASM-dependent code into a separate source tree.

Leonid Kuskov lkuskov at openjdk.org
Tue Jan 3 21:23:05 UTC 2023


On Tue, 3 Jan 2023 19:21:12 GMT, Alexandre Iline <shurailine at openjdk.org> wrote:

> Separate ASM-dependent code into a separate source tree.
> Introduce modules.
> Changes in test infrastructure and more tests pending.
> Build is so far kept compatible with the previous version, only adding creation of two jmods.

test/unit/com/sun/tdk/jcov/instrument/nestHost/IntrumentNestHostTest.java line 211:

> 209:         (byte) 0x00, (byte) 0x0A
> 210:     };
> 211: }

Actually Asmtools could be used here testing

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

PR: https://git.openjdk.org/jcov/pull/35


More information about the jcov-dev mailing list