This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] merging classpath 0.97.2
- From: Matthias Klose <doko at ubuntu dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: java-patches at gcc dot gnu dot org, jsumali at redhat dot com
- Date: Mon, 09 Jun 2008 22:57:40 +0200
- Subject: Re: [patch] merging classpath 0.97.2
- References: <484D9580.2040909@ubuntu.com> <484D9724.20502@avtrex.com>
David Daney schrieb:
> Matthias Klose wrote:
>> not posting a complete patch; the current merge can be found in the
>> branches/gcj/classpath-0961-import-branch branch. Documenting the
>> changes which
>> were necessary to get a working trunk, which doesn't show regressions
>> when
>> running the libjava testsuite. I did an earlier merge of 0.96.1,
>> which is
>> included there.
>>
>>
>
> Does this include the CPStringBuilder changes?
>
> If so we will need to add libgcj support so that we do a direct call to
> the String constructor, and not use the default reflection based
> implementation.
It just has this, nothing from the pending 0.98 release.
2008-02-05 Ian Rogers <ian.rogers@manchester.ac.uk>
* gnu/java/lang/reflect/TypeSignature.java
* java/io/BufferedReader.java
* java/io/DataInputStream.java
* java/lang/StackTraceElement.java
* java/lang/Throwable.java
* java/lang/reflect/Proxy.java
* java/net/URI.java
* java/net/URLClassLoader.java
* java/net/URLEncoder.java
* java/text/SimpleDateFormat.java
* java/util/AbstractMap.java
* java/util/Calendar.java
* java/util/Date.java
* java/util/Hashtable.java
Use StringBuilder in preference to StringBuffer