git: openjdk/jcov: 7902819: jcov fails to instrument JDKs records (#8)
duke
duke at openjdk.java.net
Fri Jan 29 03:52:40 UTC 2021
Changeset: 19a1a119
Author: Leonid Kuskov <leonid.kuskov at oracle.com>
Committer: GitHub <noreply at github.com>
Date: 2021-01-28 19:52:22 +0000
URL: https://git.openjdk.java.net/jcov/commit/19a1a119
7902819: jcov fails to instrument JDKs records (#8)
* 7902535: Code coverage does not work in JDK 8
* 7902697: Switch jcov to the latest asm lib to support latest classfile
* 7902642: Make JCov runtime to only depend on java.base
* 7902724: jcov ignores covariant method overriding while gathering a methods' coverages
* 7902783: Static instrumentation fails with Java 9 and above if multiple inputs are used
* 7902796: Provide a "release" file for JCov builds
* 7902823: RepGen fails with IllegalFormatArgumentIndexException if started by JDK 16 and above
* 7902819: jcov fails to instrument JDKs records
! src/classes/com/sun/tdk/jcov/util/Utils.java
More information about the jcov-dev
mailing list