[PATCH] Add missing java.io.PrintStream constructors

Andrew Haley aph@redhat.com
Tue Jul 28 08:27:00 GMT 2009


On 07/28/2009 01:03 AM, Andrew John Hughes wrote:
> Simple fix for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40616 by
> porting the constructors over from Classpath:
> 
> 2009-07-27  Andrew John Hughes  <ahughes@redhat.com>
> 
>         * java/io/PrintStream.class: Regenerated.
>         * java/io/PrintStream.h: Updated.
>         * java/io/PrintStream.java:
>         (PrintStream(File)): Ported from GNU Classpath
>         version.
>         (PrintStream(File, String)): Likewise.
>         (PrintStream(String)): Likewise.
>         (PrintStream(String, String)): Likewise.
> 
> Ok for trunk?

Sure.

Andrew.



More information about the Java-patches mailing list