blob: 26168b1feff19c17209f0eee1f540a47597eca33 [file] [log] [blame]
public class Bug575039 {
public static void main(String[] args) {
Thread t = new Thread("Hello bug 575039");
t.start();
}
}