This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bytecode verifier
Ranjit Mathew writes:
> Andrew Haley wrote:
> > Ranjit Mathew writes:
> > > BTW, as has been pointed earlier, Sun's JVM doesn't
> > > even bother verifying classes loaded locally unless
> > > you use the "-verify" flag, so maybe even we ought
> > > not to bother by default.
> >
> > Interesting.
>
> Wait!! That's wrong - it seems to be valid only for
> classes in the *bootstrap* CLASSPATH (bootclasspath):
That seems sensible. :-)
Andrew.