This is the mail archive of the java-patches@sourceware.cygnus.com 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]

_Jv_FindClass


In _Jv_FindClass I see this:

	  // if "loader" delegateted the loadClass operation
	  // to another loader, register explicitly
	  // that he is also an initiating loader of the
	  // given class.  	  

	  if (klass && (klass->getClassLoader () != loader))
	    _Jv_RegisterInitiatingLoader (klass, 0);

Shouldn't the second argument to _Jv_RegisterInitiatingLoader be
`loader'?

Tom

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