kjavac fails on test/CLTest.java

Davor Cubranic cubranic at cs.ubc.ca
Thu May 14 14:13:51 PDT 1998


When I tried to compile the .java files in test/regression subdirectory
of the newest snapshot with kjavac, I got the following error:

cascade:~/summer/kaffe-snap/test/regression$ kjavac CLTest.java
java.lang.NullPointerException
        at sun/tools/javac/SourceClass.compile(line unknown, pc 5c)
        at sun/tools/javac/Main.compile(line unknown, pc 447)
        at sun/tools/javac/Main.main(line unknown, pc 32)
error: An exception has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
Note: CLTest.java uses a deprecated API.  Recompile with "-deprecation" for details.
1 error, 1 warning

Compling with Sun's javac I get only the warning about the deprecated API.
The system is Solaris 2.6/Sparc.

(The test was passed, though.)

Davor


More information about the kaffe mailing list