RFR: 7904023: SHOULD NOT OCCUR: unknown cp_type

Alexandre Iline shurailine at openjdk.org
Tue Jun 10 07:43:57 UTC 2025


On Mon, 9 Jun 2025 21:26:24 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:

> [CODETOOLS-7904023](https://bugs.openjdk.org/browse/CODETOOLS-7904023) SHOULD NOT OCCUR: unknown cp_type

src/classes/com/sun/tdk/jcov/instrument/asm/ClassMorph.java line 417:

> 415:                     i += 2;
> 416:                     break;
> 417:                 case 17: // dynamic

So this is the real fix, everything else is cosmetic, am I reading it correctly?

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

PR Review Comment: https://git.openjdk.org/jcov/pull/59#discussion_r2137145360


More information about the jcov-dev mailing list