Re: Trouble building gcj 4.8.1
Andrew Haley <[email protected]> Mon, 24 Jun 2013 18:04:34 +0100
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On 06/24/2013 05:48 PM, Mike Hearn wrote: > Another problem I noticed is that the class files in the source tree > don't seem to match the java files. When was the last time someone > actually ran --enable-java-maintainer-mode and checked in the results? > For instance the class file for java.lang.String is lacking the > Charset accepting c'tors, but the Java file has them?? It should have happened the last time there was a Classpath import. You should be able to see this in the revision history. Patches to synchronize with Classpath are pre-approved. Andrew.