public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
@ 2005-06-07 15:45 gbenson at redhat dot com
  2005-06-07 15:45 ` [Bug libgcj/21949] " gbenson at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gbenson at redhat dot com @ 2005-06-07 15:45 UTC (permalink / raw)
  To: java-prs

The getClassLoader method of java.rmi.server.RMIClassLoader is private, but it
should be public according to the spec.  The attached patch fixes.

http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/server/RMIClassLoader.html#getClassLoader(java.lang.String)

-- 
           Summary: java.rmi.server.RMIClassLoader.getClassLoader() is
                    private, should be public
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gbenson at redhat dot com
                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=21949


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

* [Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
  2005-06-07 15:45 [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public gbenson at redhat dot com
@ 2005-06-07 15:45 ` gbenson at redhat dot com
  2005-06-07 15:51 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: gbenson at redhat dot com @ 2005-06-07 15:45 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From gbenson at redhat dot com  2005-06-07 15:45 -------
Created an attachment (id=9044)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9044&action=view)
Fix


-- 


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


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

* [Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
  2005-06-07 15:45 [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public gbenson at redhat dot com
  2005-06-07 15:45 ` [Bug libgcj/21949] " gbenson at redhat dot com
@ 2005-06-07 15:51 ` pinskia at gcc dot gnu dot org
  2005-06-09  0:56 ` mckinlay at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-07 15:51 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-07 15:51 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-07 15:51:42
               date|                            |


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


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

* [Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
  2005-06-07 15:45 [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public gbenson at redhat dot com
  2005-06-07 15:45 ` [Bug libgcj/21949] " gbenson at redhat dot com
  2005-06-07 15:51 ` pinskia at gcc dot gnu dot org
@ 2005-06-09  0:56 ` mckinlay at redhat dot com
  2005-06-09 13:48 ` gbenson at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mckinlay at redhat dot com @ 2005-06-09  0:56 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mckinlay at redhat dot com  2005-06-09 00:56 -------
I've checked this in to HEAD and Classpath cvs. Strictly speaking, it shouldn't
go into GCC 4.0 as its an ABI change and our no-C++-abi-incompatible-changes
policy is still in place. Do you need it for 4.0?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
  2005-06-07 15:45 [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public gbenson at redhat dot com
                   ` (2 preceding siblings ...)
  2005-06-09  0:56 ` mckinlay at redhat dot com
@ 2005-06-09 13:48 ` gbenson at redhat dot com
  2005-06-09 16:12 ` gcc-bugzilla at gcc dot gnu dot org
  2005-06-18 23:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: gbenson at redhat dot com @ 2005-06-09 13:48 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From gbenson at redhat dot com  2005-06-09 13:48 -------
I need it in Fedora 5.  We can always have a local patch I guess.

-- 


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


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

* [Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
  2005-06-07 15:45 [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public gbenson at redhat dot com
                   ` (3 preceding siblings ...)
  2005-06-09 13:48 ` gbenson at redhat dot com
@ 2005-06-09 16:12 ` gcc-bugzilla at gcc dot gnu dot org
  2005-06-18 23:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2005-06-09 16:12 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From gcc-bugzilla at gcc dot gnu dot org  2005-06-09 16:11 -------
Subject:  java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public


------- Additional Comments From gbenson at redhat dot com  2005-06-09 13:48 -------
I need it in Fedora 5.  We can always have a local patch I guess.



-- 


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


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

* [Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
  2005-06-07 15:45 [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public gbenson at redhat dot com
                   ` (4 preceding siblings ...)
  2005-06-09 16:12 ` gcc-bugzilla at gcc dot gnu dot org
@ 2005-06-18 23:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-18 23:20 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-06-18 23:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-07 15:45 [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public gbenson at redhat dot com
2005-06-07 15:45 ` [Bug libgcj/21949] " gbenson at redhat dot com
2005-06-07 15:51 ` pinskia at gcc dot gnu dot org
2005-06-09  0:56 ` mckinlay at redhat dot com
2005-06-09 13:48 ` gbenson at redhat dot com
2005-06-09 16:12 ` gcc-bugzilla at gcc dot gnu dot org
2005-06-18 23:20 ` 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).