Args list too long
Tom Tromey
tromey@redhat.com
Fri Jan 12 09:20:00 GMT 2001
>>>>> "Jeff" == Jeff Sturm <jsturm@detroit.appnet.com> writes:
Jeff> Except for the native methods, symbols with package-private
Jeff> scope could be non-public in the object file. This would
Jeff> benefit platforms (e.g. win32) which incur an extra cost for
Jeff> exported symbols.
There are cases in libgcj where a package-private method is actually
used by a native method in a different package. This is lame, but it
seemed like the most expedient way to solve the problem at the time.
Can we distinguish between these sorts of objects and the dll? That
is, make the package-private symbols non-public in the dll even though
they are visible outside the object at link time? It seems like this
must be possible.
Tom
More information about the Java
mailing list