git: openjdk/jcov: 7902764: RepGen: Javap mode doesn't support classes that have no package (#11)
duke
duke at openjdk.java.net
Thu Feb 25 04:12:38 UTC 2021
Changeset: 714fab98
Author: Leonid Kuskov <leonid.kuskov at oracle.com>
Committer: GitHub <noreply at github.com>
Date: 2021-02-24 20:12:15 +0000
URL: https://git.openjdk.java.net/jcov/commit/714fab98
7902764: RepGen: Javap mode doesn't support classes that have no package (#11)
* 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
* 7902724: jcov ignores covariant method overriding while gathering a methods coverages
* 7902764: RepGen: Javap mode doesn't support classes that have no package
! src/classes/com/sun/tdk/jcov/instrument/ForkingMethodAdapter.java
! src/classes/com/sun/tdk/jcov/instrument/SavePointsMethodAdapter.java
! src/classes/com/sun/tdk/jcov/report/javap/JavapClass.java
! src/classes/com/sun/tdk/jcov/report/javap/JavapRepGen.java
! src/classes/com/sun/tdk/jcov/runtime/JCovXMLFileSaver.java
More information about the jcov-dev
mailing list