This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ClassLoader patch




On 22 Jun 2001, Per Bothner wrote:
> 2001-06-22  Per Bothner  <per@bothner.com>
> 
> 	*java/lang/ClassLoader.java (loadClass):  Call getSystemClassLoader()
> 	incase the system field is still null.

There's a similar usage in natClassLoader.cc.  Perhaps the `system' field
could be eliminated completely?  It's mere existence is a potential data
race, anyway...

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]