This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] merging classpath 0.97.2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]