DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16674>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16674

Requst for more convenient classloading with Java 2





------- Additional Comments From [EMAIL PROTECTED]  2003-02-18 17:04 -------
I have two concerns with the new patch (of 02/18/03):  

1.  The javadoc on ClassLoader.getParent() says implementations *may* use null 
for the bootstrap classloader.  This implies that they may not do so.  If this 
code were to be executed on an implementation that didn't exhibit this 
bahaviour--that, say returned the bootstrap classloader when getParent was 
called on the bootstrap classloader--I believe the code would go into an 
infinite loop.  

2.  getParent can throw SecurityExceptions; thus, calls to it need to be 
handled through the SecuritySupport classes used elsewhere in ObjectFactory.  

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to