------- Comment #4 from bero at arklinux dot org  2006-01-23 12:27 -------
A similar problem still exists after applying the patch when adding a bit more
of Zimbra's code to the testcase:

import java.text.*;
import java.util.*;

class test {
  public static void main(String[] args) {
    NumberFormat c = NumberFormat.getCurrencyInstance(Locale.ENGLISH);
    c.getCurrency(); // Triggers the same exception as before
  }
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25916



_______________________________________________
Bug-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-classpath

Reply via email to