Name: laC46010 Date: 01/17/99
Jcov (java_g -prof=jcov (in jdk1.1) java_g -Xjcov:file=<filename> (in jdk1.2))
dumps core when trying to save jcov data pertaining to a class which has no
'SourceFile' attribute in its bytecode. This makes it impossible to fully profile
RMI applications under java_g, since rmic compiler does not create the 'SourceFile'
attribute for the classfiles it generates.
======================================================================