From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12592 invoked by alias); 28 May 2004 19:16:07 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 12574 invoked by uid 48); 28 May 2004 19:16:07 -0000 Date: Fri, 28 May 2004 19:17:00 -0000 From: "tromey at gcc dot gnu dot org" To: java-prs@gcc.gnu.org Message-ID: <20040528191605.15715.tromey@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/15715] New: member interfaces are always static X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00164.txt.bz2 List-Id: 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