Coredump created when -Xincgc switch is used on JDK1.4 b55. It passed using b54.
To reproduce
java -Xincgc hello
class hello
{
public static void main (String arg [])
{
System.out.print("hello world\n");
}
}
takwing.cheung@Eng 2001-03-11
To reproduce
java -Xincgc hello
class hello
{
public static void main (String arg [])
{
System.out.print("hello world\n");
}
}
takwing.cheung@Eng 2001-03-11