This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
- From: "gbenson at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2005 15:45:26 -0000
- Subject: [Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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