BUG: Class instance for Primitives
Joel Crisp
joelc at bristol.st.com
Wed Jul 2 05:05:25 PDT 1997
Hi
The Class instance obtainable by
java.lang.Void.TYPE
etc does not implement methods correctly :
class foo {
public static void main(String argv[]) {
Class bar=java.lang.Void.TYPE;
System.err.println(bar.getName());
}
}
works for JDK1.1.2 from SUN, fails on Kaffe
Joel
--
Joel Crisp. Software Engineer, [ joelc at bristol.st.com ]
SGS-Thomson Microelectronics, |
1000 Aztec West, | The opinions expressed herein are mine alone
Almondsbury, Bristol. | and may not be those of my employer.
More information about the kaffe
mailing list