public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/15714] New: InnerClasses attribute mishandled
@ 2004-05-28 19:16 tromey at gcc dot gnu dot org
  2004-05-28 19:18 ` [Bug java/15714] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 3+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-05-28 19:16 UTC (permalink / raw)
  To: java-prs

The InnerClasses attribute in a .class file must have
an entry for any nested class referenced by the .class file.
Currently gcj does not do this.  For instance, from
java.util.AbstractMap:

Attribute "InnerClasses", length:26
  inner: java.util.AbstractMap$BasicMapEntry, access flags: 0x8 static, outer
class: java.util.AbstractMap
  inner: java.util.AbstractMap$3 (anonymous), access flags: 0x12 private final,
outer class: <constant pool index 0 not in range>
  inner: java.util.AbstractMap$1 (anonymous), access flags: 0x12 private final,
outer class: <constant pool index 0 not in range>


However, this class refers to :

 29: checkcast <Class java.util.Map$Entry>
 32: invokeinterface <InterfaceMethod java.util.Map$Entry.getKey
()java.lang.Object> nargs:1

-- 
           Summary: InnerClasses attribute mishandled
           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=15714


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

* [Bug java/15714] InnerClasses attribute mishandled
  2004-05-28 19:16 [Bug java/15714] New: InnerClasses attribute mishandled tromey at gcc dot gnu dot org
@ 2004-05-28 19:18 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-28 19:18 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-28 19:17 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-28 19:17:02
               date|                            |
            Version|unknown                     |3.5.0


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


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

* [Bug java/15714] InnerClasses attribute mishandled
       [not found] <bug-15714-360@http.gcc.gnu.org/bugzilla/>
@ 2007-01-09 20:48 ` tromey at gcc dot gnu dot org
  0 siblings, 0 replies; 3+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-09 20:48 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2007-01-09 20:46 -------
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-01-09 20:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-28 19:16 [Bug java/15714] New: InnerClasses attribute mishandled tromey at gcc dot gnu dot org
2004-05-28 19:18 ` [Bug java/15714] " pinskia at gcc dot gnu dot org
     [not found] <bug-15714-360@http.gcc.gnu.org/bugzilla/>
2007-01-09 20:48 ` tromey 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).