public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/17536] New: wrong ClassLoader for int[]
@ 2004-09-17 17:44 tromey at gcc dot gnu dot org
  2004-09-18 16:32 ` [Bug libgcj/17536] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-17 17:44 UTC (permalink / raw)
  To: java-prs

getClassLoader should return null for primitive types,
arrays of primitive types, arrays of those, etc.
Right now it will not return null for, e.g., int[].class.
The reason is that we have special code in getClassLoader
to avoid returning null; this is wrong in at least this case.

-- 
           Summary: wrong ClassLoader for int[]
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        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=17536


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

end of thread, other threads:[~2005-06-15 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-17 17:44 [Bug libgcj/17536] New: wrong ClassLoader for int[] tromey at gcc dot gnu dot org
2004-09-18 16:32 ` [Bug libgcj/17536] " pinskia at gcc dot gnu dot org
2005-06-15 20:45 ` tromey at gcc dot gnu dot org
2005-06-15 22:36 ` cvs-commit 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).