The NoClassDefFoundError bug is back :(
Charles Oliver Nutter
headius at headius.com
Thu Dec 8 09:58:10 PST 2011
I just had a report of the same error in 1.7.0GA, and I saw it on the
CI server last night after I set up a 1.7.0_01 build. Did it linger
into GA?
http://ci.jruby.org/job/jruby-test-matrix/jdk=sun-java-7,label=master/406/console
On Tue, Dec 6, 2011 at 3:52 AM, Rémi Forax <forax at univ-mlv.fr> wrote:
> I've forget to say that a workaround is to erase the type used the callsite
> before calling dynamicInvoker().
Can you elaborate on this? I'm not using dynamicInvoker...I bind the
site and use invokeWithArguments. Are you saying I could insert an
asType() that clears everything to Object?
If so, would that introduce overhead?
- Charlie
More information about the mlvm-dev
mailing list