Name: kbR10066 Date: 12/09/2002
Currently Jcov agent can save coverage data only at the moment when JVM
shuts down. But if JVM is terminated abnormally (e.g. by Unix 'kill' command),
coverage data saving becomes impossible. So it is necessary to implement a feature
which would allow a user to specify different coverage data saving point. For example,
by introducing -save[ begin | atend | before | after ] group of options, the way it's done
in bytecode instrumenters.
======================================================================