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


Tom wrote:
> So if I understand correctly this means that it makes sense for us to
> have both .so loading built in to the system class loader as well as a
> SharedLibLoader.  In that case I think we'd definitely want your
> SharedLibLoader code.

FYI, I filed a PR against our current scheme recently.  I put it against
"libgcj", although most people appear to just be using "java".  Is that what
I should have done?

Also, our current scheme uses library names foo-bar-class.so.  This is
inconvenient if you need to link against them (-lfoo-bar-class doesn't
work).  Should we change these to libfoo-bar-class.so?  Or
libgcj-foo-bar-class.so?

AG



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