This is the mail archive of the java@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]
Other format: [Raw text]

Re: more .o vs .class and classloaders


On Thu, 12 Jun 2003, steve wrote:
> Is is possible to do something like this using pure machine code, not
> byte code.

SharedLibLoader is a partial solution to this; it hooks the
_Jv_RegisterClass function so a DSO can be loaded into a non-default
classloader.

There's currently no way to statically load both Hello classes (i.e. as .o
files).

Jeff


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