public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/35020]  New: Class.getSimpleName() differs from Sun Java
@ 2008-01-29 21:08 gcc-bugzilla at matthew dot ath dot cx
  2008-01-29 21:23 ` [Bug java/35020] " mark at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gcc-bugzilla at matthew dot ath dot cx @ 2008-01-29 21:08 UTC (permalink / raw)
  To: gcc-bugs

Test Code:

public class test
{
   class inner
   {
   }
   public static void main(String[] args)
   {
      System.out.println(inner.class.getSimpleName());
   }
}

Result with GCJ:

root@hecate:/root# java test
test$inner

Result with Sun:

mjj29@hecate:/opt/sid/root $ sudo java test
inner

GCJ version 4.3-20080116-1

Sun version 1.6.0.00


-- 
           Summary: Class.getSimpleName() differs from Sun Java
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc-bugzilla at matthew dot ath dot cx


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


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

end of thread, other threads:[~2008-05-23 13:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-29 21:08 [Bug java/35020] New: Class.getSimpleName() differs from Sun Java gcc-bugzilla at matthew dot ath dot cx
2008-01-29 21:23 ` [Bug java/35020] " mark at gcc dot gnu dot org
2008-01-29 21:59 ` mark at gcc dot gnu dot org
2008-05-22 16:22 ` [Bug libgcj/35020] " aph at gcc dot gnu dot org
2008-05-23 13:05 ` aph at gcc dot gnu dot org
2008-05-23 13:06 ` aph at gcc dot gnu 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).