Hi,
FYI: jikes 0.36 (announced here on this list some weeks ago)
cannot compile next t.java file:
----------------------------------------------------------
import java.awt.*;
import java.awt.event.*;
class t
{
public t()
{
int e = 0;
Button b = new Button();
b.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
System.out.println("actionPerformed:"+e);
}
});
System.out.println("constructor:"+e);
}
}
-----------------------------------------------------------
Note: neither javac nor guavac1.0 (GNU) have any problems
to compile this.
Any comments ?
Albrecht
(author of TYA-JIT)
ftp://gonzalez.cyberus.ca/pub/Linux/java/tya1.0.tgz