large Class.forName() patch

Jason Baker jbaker at cs.utah.edu
Mon Jan 31 12:13:19 PST 2000


Archie Cobbs <archie at whistle.com> writes:

> 
>   #define INTEGER_PRIMITIVE_CLASS	"I"
> 
> and use INTEGER_PRIMITIVE_CLASS instead of "int".. would this work?

No, its even worse, since a class in the anonymous package is alot
more likely to be called "I" than "int".  We can use "I" only where a
class would be L<path>;.  

Jason


More information about the kaffe mailing list