public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/40616]  New: libgcj version of java.io.PrintStream missing constructors
@ 2009-07-02 11:02 gnu_andrew at member dot fsf dot org
  2009-07-26  0:38 ` [Bug libgcj/40616] " gnu_andrew at member dot fsf dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2009-07-02 11:02 UTC (permalink / raw)
  To: java-prs

There are some new 1.5 PrintStream constructors that are in GNU Classpath but
not in the local gcj version of the same file.  This causes the OpenJDK7 b62
build to fail:

/mnt/builder/icedtea/bootstrap/jdk1.6.0/bin/javac  -J-XX:ThreadStackSize=1536
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput
-J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii
-XDignore.symbol.file=true -d
/mnt/builder/icedtea/openjdk-ecj/build/linux-amd64/btclasses \
            -sourcepath ../../tools/src -classpath
/mnt/builder/icedtea/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \
            ../../tools/src/build/tools/charsetmapping/Main.java
----------
1. ERROR in
/mnt/builder/icedtea/openjdk-ecj/jdk/make/tools/CharsetMapping/../../tools/src/build/tools/charsetmapping/GenerateEUC_TW.java
(at line 40)
        new PrintStream(new File(args[1], "EUC_TWMapping.java"), "ISO-8859-1"),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PrintStream(File, String) is undefined

http://builder.classpath.org/japi/classpath-libgcj.html#err_missing_java_io


-- 
           Summary: libgcj version of java.io.PrintStream missing
                    constructors
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu_andrew at member dot fsf dot org
OtherBugsDependingO 39410
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40616


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/40616] libgcj version of java.io.PrintStream missing constructors
  2009-07-02 11:02 [Bug libgcj/40616] New: libgcj version of java.io.PrintStream missing constructors gnu_andrew at member dot fsf dot org
@ 2009-07-26  0:38 ` gnu_andrew at member dot fsf dot org
  2009-07-28 15:08 ` gandalf at gcc dot gnu dot org
  2009-07-28 15:09 ` gnu_andrew at member dot fsf dot org
  2 siblings, 0 replies; 4+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2009-07-26  0:38 UTC (permalink / raw)
  To: java-prs



-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |gnu_andrew at member dot fsf
                   |dot org                     |dot org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-26 00:38:26
               date|                            |
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40616


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/40616] libgcj version of java.io.PrintStream missing constructors
  2009-07-02 11:02 [Bug libgcj/40616] New: libgcj version of java.io.PrintStream missing constructors gnu_andrew at member dot fsf dot org
  2009-07-26  0:38 ` [Bug libgcj/40616] " gnu_andrew at member dot fsf dot org
@ 2009-07-28 15:08 ` gandalf at gcc dot gnu dot org
  2009-07-28 15:09 ` gnu_andrew at member dot fsf dot org
  2 siblings, 0 replies; 4+ messages in thread
From: gandalf at gcc dot gnu dot org @ 2009-07-28 15:08 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from gandalf at gcc dot gnu dot org  2009-07-28 15:08 -------
Subject: Bug 40616

Author: gandalf
Date: Tue Jul 28 15:08:12 2009
New Revision: 150161

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150161
Log:
Fix for PR40616: missing java.io.PrintStream constructors.

2009-07-27  Andrew John Hughes  <ahughes@redhat.com>

        PR libgcj/40616
        * 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.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/classpath/lib/java/io/PrintStream.class
   
trunk/libjava/classpath/tools/classes/gnu/classpath/tools/gjdoc/ConstructorDocImpl.class
    trunk/libjava/java/io/PrintStream.h
    trunk/libjava/java/io/PrintStream.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40616


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/40616] libgcj version of java.io.PrintStream missing constructors
  2009-07-02 11:02 [Bug libgcj/40616] New: libgcj version of java.io.PrintStream missing constructors gnu_andrew at member dot fsf dot org
  2009-07-26  0:38 ` [Bug libgcj/40616] " gnu_andrew at member dot fsf dot org
  2009-07-28 15:08 ` gandalf at gcc dot gnu dot org
@ 2009-07-28 15:09 ` gnu_andrew at member dot fsf dot org
  2 siblings, 0 replies; 4+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2009-07-28 15:09 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from gnu_andrew at member dot fsf dot org  2009-07-28 15:09 -------
Fixed with above commit.


-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40616


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-28 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-02 11:02 [Bug libgcj/40616] New: libgcj version of java.io.PrintStream missing constructors gnu_andrew at member dot fsf dot org
2009-07-26  0:38 ` [Bug libgcj/40616] " gnu_andrew at member dot fsf dot org
2009-07-28 15:08 ` gandalf at gcc dot gnu dot org
2009-07-28 15:09 ` gnu_andrew at member dot fsf dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).