[Bug libgcj/43279] Constructor java.lang.String(int[], int, int) missing

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43279 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libgcj/43279] Constructor java.lang.String(int[], int, int) missing

2010-03-07 Thread mark at gcc dot gnu dot org
--- Comment #2 from mark at gcc dot gnu dot org 2010-03-07 13:48 --- GNU Classpath java.lang.String does have the String(int[] codePoints, int offset, int count) constructor. But libgcj still has a separate String implementation that doesn't have this constructor merged. -- mark at g

[Bug libgcj/43279] Constructor java.lang.String(int[], int, int) missing

2010-03-07 Thread marcus at mc dot pp dot se
--- Comment #1 from marcus at mc dot pp dot se 2010-03-07 12:39 --- Here is a reproduction recipe using Jython 2.5.1, by the way: chiyo:~/jython2.5.1% gij-4.4 -jar jython.jar Jython 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54) [GNU libgcj (Free Software Foundation, Inc.)] on java1