findLoadedClass
Godmar Back
gback at cs.utah.edu
Thu Sep 17 12:50:04 PDT 1998
>
> Sorry, I'm behind in my snap shot... I didn't realize you guys had fixed
> it...
>
> One thing with the code segment you sent. With Sun's JVM if loader.get()
> returns null, a NullPointerException will be thrown when you try to do the
> cast. Is it not the same with Kaffe?
>
To my knowledge, no standard conforming JVM will throw a NullPointerException
if you cast a reference that is null to a different type.
- Godmar
More information about the kaffe
mailing list