This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: patches to re-direct _Jv_RegisterClass


>>>>> "Per" == Per Bothner <per@bothner.com> writes:

Per> I'm not sure about the convention mapping package prefixes to
Per> library names in VMClassLoader::findClass.  Is it actually used?

I've used it.  But I think there's no way to know whether anybody else
uses it, unless they find and report a bug.

Per> A model closer to Sun's extensions mechanism would be to just
Per> search $prefix/share/gcj/*.jar, if it hasn't already been
Per> registered.

I don't follow.  We're loading .so's, not .jar's.  We could load every
.so we find, looking for the symbol.  However, that is probably very
expensive.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]