Name: laC46010 Date: 05/26/99
Currently Jcov is supported in debugging version of
classic VM written in C (java_g). Problem is that
java_g is not shipped with jdk1.2 and besides
jcov support is not implemented in JITs and in HotSpot.
So it makes sense to reimplement Jcov using JVMPI.
That would enable it under any other VM supporting JVMPI,
and also would allow to remove Jcov-specific lines from JVM sources,
and put the entire Jcov implementation into separate source files.
======================================================================