-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: jcov_2.1.6
-
Component/s: tools
-
jt2.1.6
-
generic
-
generic
-
Not verified
Name: kbR10066 Date: 08/13/2001
JDK 1.4.0 javac compiler now supports -Xjcov option. With this option specified
it generates CharacterRangeTable attribute containing extended source<->bytecode mapping
information which used now only by JDK1.4.0 Jcov JVMPI agent.
Jcov tools should be able to work with classes generated under -Xjcov option -
template generator, instrumenter. Besides, it should be able to work with jcov
data files generated by JDK1.4.0 Jcov JVMPI agent for classes with
CharacterRangeTable attribute (jcov data type 'C') - merger, report generator,
GUI.
======================================================================