Name: kbR10066 Date: 12/17/2001
Currently, Jcov exits with an error if encounters a class with
malformed structure. Some JCK tests intentionally assemble
such classes, and when the tests are run with Jcov enabled,
no coverage data is produced - Jcov exits with an error instead.
Such malformed classes should be rather ignored by Jcov
(probably with a warning issued), and should not interrupt
its functioning,
======================================================================