This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: AppletViewer
Tom Tromey writes:
> >>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
>
> Mark> Cool! Very cool. (But I guess we then really need a byte code
> Mark> verifier and a review of our security permissions
> Mark> implementation...)
>
> Hey, I know you know we have the verifier (albeit with a few known
> bugs).
>
> We do need to look at the security permissions stuff. Classpath seems
> generally ok here (though I haven't done a real review), but there are
> calls missing from libgcj (e.g., in reflection).
>
> Also we need to implement StackOverflowError.
We also need to make package private access restriction work.
Andrew.