This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: name of libgcj.jar
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> It could theoretically be needed at runtime by a JIT which
Bryce> wishes to inline calls to libgcj methods. For that reason it
Bryce> might be nice to be able to distinguish different versions of
Bryce> libgcj.jar, since incompatibilities between libgcj.jar and
Bryce> libgcj.so might be bad.
This makes sense. One way to do it would be to add a new internal
option which is used by libgcj.spec to tell gcj where to find the
default libgcj.jar.
Tom