This is the mail archive of the kawa@sourceware.org mailing list for the Kawa 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: java.lang.VerifyError exception



Thanks!  I'm able to run snow's zlib library, now.

    -seth

On 02/09/2015 03:30 PM, Per Bothner wrote:


On 02/07/2015 07:18 PM, Seth Alves wrote:
Here's a similar one that seems to sidestep this fix.

This one turned out to be different - or at least the fix
was in a different area of the compiler.

The problem was accessing a function's static link.  This was
done in a way to access an intermediate static link after the
latter had gone out of scope.  The fix was to tweak how we
access the static link for inlined functions.

I checked in your testcase as testsuite/inline2.scm.


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