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]
Other format: [Raw text]

Re: Patch: RFA: PR java/15710


Tom Tromey wrote:
> PR 15710 occurs because we try to add Miranda methods before ensuring
> that all our superinterfaces are loaded.
> 
> This patch fixes the problem by forcing each superinterface to be
> loaded at the appropriate moment.  I don't really understand the class
> loading strategy in gcj; I looked around and it seems that we have
> similar ad hoc load_class calls elsewhere, so this is what I did.

The original intent seems to be:

  http://gcc.gnu.org/ml/java-patches/2001-q2/msg00068.html

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT gmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


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