public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/15715] New: member interfaces are always static
@ 2004-05-28 19:17 tromey at gcc dot gnu dot org
  2004-05-29  0:59 ` [Bug java/15715] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-05-28 19:17 UTC (permalink / raw)
  To: java-prs

A member interface is always implicitly `static'.
gcj generates .class files that don't understand this.
>From the output of "jcf-dump java.util.Map":

Attribute "InnerClasses", length:10
  inner: 2=java.util.Map$Entry (19="Entry"), access flags: 0x201 public
interface, outer class: 18=java.util.Map

Note that `static' is not mentioned.
Perhaps it should also be `abstract'; jikes does this.

-- 
           Summary: member interfaces are always static
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

end of thread, other threads:[~2004-07-10  0:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-28 19:17 [Bug java/15715] New: member interfaces are always static tromey at gcc dot gnu dot org
2004-05-29  0:59 ` [Bug java/15715] " pinskia at gcc dot gnu dot org
2004-06-27 15:30 ` pinskia at gcc dot gnu dot org
2004-06-27 15:34 ` cvs-commit at gcc dot gnu dot org
2004-06-27 16:19 ` mckinlay at redhat dot com
2004-07-10  0:35 ` pinskia 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).