Crash with invokeDynamic on MethodMissing attempt
Christian Thalinger
Christian.Thalinger at Sun.COM
Thu May 21 02:32:38 PDT 2009
On Wed, 2009-05-20 at 21:41 -0700, John Rose wrote:
> Thanks. We have seen problems with indy in the JIT; that's probably it.
>
> (We're working on the JIT support right now.)
>
> Try running with java -Xint; does that make the crash go away?
Yes and no. Indeed it crashes in the compiler, but when running with
the interpreter it asserts too. The problem is
GenerateOopMap::do_method. That's the same point where I'm currently
hanging in the compiler. Let's see if I can come up with a fix...
-- Christian
More information about the mlvm-dev
mailing list