Name: laC46010 Date: 03/19/98
Jcov (java_g -prof=jcov) doesn't take into account native methods.
It reports how many times other Java methods have been
executed but doesn't provide such information for native methods.
As result Jcov's method coverage reports are incorrect.
It's especially important for JDK1.2 code coverage because
many of base API methods are rewritten as native in JDK1.2.
======================================================================