PATCH: Parallel compilation of class files
Tom Tromey
tromey@redhat.com
Fri May 10 09:14:00 GMT 2002
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> Not directly, but what happens when you run it on a class when
Bryce> there is no class file for, say, java.lang.Object?
Nothing. In ordinary operation gcjh only reads the class file you've
asked it to read. It doesn't read anything else.
In `-jni' mode it will try to read other classes, in some situations,
to find out if a given class is a Throwable. This is a new thing I
added just the other day.
Tom
More information about the Java
mailing list