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

Alexandre Iline shurailine at openjdk.org
Tue Jan 3 23:43:15 UTC 2023


On Tue, 3 Jan 2023 22:03:35 GMT, Alexandre Iline <shurailine at openjdk.org> wrote:

>> 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
>
> as in openjdk/asmtools? That would be fine, only it introduces another dependency.
> Let me look closer on this test, but in a separate commit, OK?

I forgot to mention that the reason this test shows up in the review as a new test is because I moved it incorrectly: by deleting and adding. There are no functional changes.

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

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


More information about the jcov-dev mailing list