Name: dkR10031 Date: 06/25/2003
Current Jcov Static and Dynamic Instrumenters implementations have
the possibility to save coverage data to the Socket Grabber invoked
in default mode. This feature is used in a case when instrumented
application can't write jcov data (for example, application don't have
access to the file system).
However, current JVMPI agent implementation does not support
such useful feature and JVMPI agent loose all gathered
coverage information in a case when it has problems with
saving of result data to the file.
To resolve this issue communication between JVMPI agent and Grabber
invoked in default mode should be implemented.
======================================================================