This is the mail archive of the java@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: VerifierError with gcc trunk and ant 1.5.2


Michael Koch writes:
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 > 
 > Am Montag, 10. März 2003 12:54 schrieb Andrew Haley:
 > 
 > > If we emit a jsr, we cannot free any of our local state variables
 > > unless we can prove that it's safe to do so.  We can't prove such a
 > > thing, so don't free them.
 > >
 > > This has the disadvantage of wasting some local variable space.
 > > However, it is far better than what we do at the moment, which is
 > > silently generate incorrect code.
 > 
 > Thanks Andrew, this patch helped and ... lead to another 
 > VerifierError.

I presume this is a verifier bug -- did you try this with someone
else's JVM?

Andrew.


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