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 (please comment): class loader and interpreter fixes


On 11 Dec 2002, Tom Tromey wrote:
> After this patch, if I disable the GC and the verifier I'm able to get
> Eclipse to start up.  The verifier bugs are known and they're on my
> to-do list.  The GC problem is less known; it could be a bug in
> libgcj, the GC, or perhaps some native part of Eclipse.

Wow... great work.

> +// This access flag is set on a synthetic method.  This is a method we
> +// declare internally but which not must be visible to reflection.
                                   ^^^^^^^^
"not must" appears to be transposed.

Jeff


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