URLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.CoreInputStream.
2005-06-04 Anthony Green <green@redhat.com> * java/net/URLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.CoreInputStream. (CureURLLoader): New class. (CoreResource): New class. (addURLImpl): Add special treatment for the "core" protocol. * gnu/gcj/natCore.cc (find): New method. * gnu/gcj/Core.java (find): New method. From-SVN: r100582
This commit is contained in:
committed by
Anthony Green
parent
e0342c26d3
commit
15f1298bf1
@@ -103,6 +103,13 @@ _Jv_create_core (_Jv_core_chain *node, jstring name)
|
||||
return core;
|
||||
}
|
||||
|
||||
gnu::gcj::Core *
|
||||
gnu::gcj::Core::find (jstring name)
|
||||
{
|
||||
gnu::gcj::Core *core = _Jv_create_core (root, name);
|
||||
return core;
|
||||
}
|
||||
|
||||
gnu::gcj::Core *
|
||||
gnu::gcj::Core::create (jstring name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user