Hello,
I found a problem with java compiler option '-femit-class-files'.
If the code below (fail.java) is compiled with this option a SEGV occurs:
public class fail { static String[] error = { "error" }; }
The problem seems to me that constructors are not handled correctly.
The problem is present in the 3.0 and 3.1 release.
Herman.