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: PR libgcj/25265 second part: Throw NoSuchFieldError for missing fields


Tom Tromey writes:
 > >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
 > 
 > Andrew> Mmm, yes.  But I was planning to do this short-cut only in the
 > Andrew> case where we were compiling inner and outer in the same
 > Andrew> compilation unit.
 > 
 > Yeah, that makes sense.  Unfortunately it won't help us in the .db
 > case.

Oh, that's a good point!  I didn't think about that.  It's
theoretically possible to resolve an inner class and its enclosing
class in *different* libraries.  Or to replace the outer class and not
the inner.  Argh.  :-(

Andrew.


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