classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: A query on the classloader architecture


From: Jeroen Frijters
Subject: RE: A query on the classloader architecture
Date: Fri, 9 Jul 2004 16:55:12 +0200

Archie Cobbs wrote:
> Jeroen Frijters wrote:
> > bootstrap loader in IKVM. To me this makes perfect sense 
> > and it would seem like the ideal solution, <rant>except for
> > the fact that there is a lot of code out there that expects that 
> > this.getClass().getClassLoader() is not null. Most of the code
> > is actually broken, because it simply
> 
> The Sun API spec clearly states that Class.getClassLoader() may return
> null, and in fact MUST return null for primitive type Class objects.
> So why worry about obviously buggy software?

Because most software is buggy? If something runs on the Sun VM and it
doesn't run on my VM, do you think the user cares about who's bug it is?

Regards,
Jeroen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]