Java/12725: Binary Compatibility
Tom Tromey
tromey@redhat.com
Fri Oct 24 18:57:00 GMT 2003
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> + // FIXME: Why are we passing NULL as the class loader?
Andrew> jclass target_class = _Jv_FindClass (sym.class_name, NULL);
Andrew> + // FIXME: Why are we passing NULL as the class loader?
Andrew> jclass target_class = _Jv_FindClass (sym.class_name, NULL);
I think both these places should pass `klass->getClassLoaderInternal()'
as the second argument instead.
Tom
More information about the Java-patches
mailing list