I get the following message when I try to run it: InvokeDynamicSupport.java:468:in `invocationFallback': java.lang.invoke.WrongMethodTypeException: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; cannot be called with a different arity as ([Ljava/lang/Object;)Ljava/lang/Object; from bench_etl.rb:1:in `__file__' from bench_etl.rb:-1:in `load' from Ruby.java:675:in `runScript' from Ruby.java:579:in `runNormally' from Ruby.java:428:in `runFromMain' from Main.java:278:in `doRunFromMain' from Main.java:198:in `internalRun' from Main.java:164:in `run' from Main.java:148:in `run' from Main.java:128:in `main'
I also get messages like this: Message: <"target and fallback types must match: (ThreadContext,IRubyObject,IRubyObject,String,IRubyObject)IRubyObject != (ThreadContext,IRubyObject,I RubyObject,String)IRubyObject"> when running many of the tests. My jruby is a fresh clone of git://jruby.org/jruby.git. tom On Jun 15, 2011, at 5:38 AM, Christian Thalinger wrote: > On Jun 15, 2011, at 6:09 AM, Charles Oliver Nutter wrote: >> Still crashing! See previous email for hs dumpfile, command-line, and >> script, with link to data in the script. > > I can not reproduce this crash on either Linux nor Solaris. Here is a recent > Linux x64 product build: > > http://cr.openjdk.java.net/~twisti/linux_x64_2.6-product.zip > > Could you please try that one? > > -- Christian > >> >> - Charlie >> >> On Tue, Jun 14, 2011 at 10:46 PM, Charles Oliver Nutter >> <head...@headius.com> wrote: >>> On Tue, Jun 14, 2011 at 10:14 PM, John Rose <john.r.r...@oracle.com> wrote: >>>> This looks like a failure fixed very recently (6/12) by the final version >>>> of meth-exc-7047697.patch. >>>> >>>> Please let me know ASAP if the latest version of that patch *fails* to fix >>>> your crash! >>> >>> Doing an updated build from MLVM, where 'hotspot' tip shows: >>> >>> ~/projects/mlvm/patches/hotspot ➔ hg log | head -5 >>> changeset: 353:c04ab8f822b1 >>> tag: tip >>> user: jrose >>> date: Tue Jun 14 18:34:58 2011 -0700 >>> summary: meth: update to hotspot-comp >>> >>> Will report back shortly. >>> >>> - Charlie >>> >> _______________________________________________ >> mlvm-dev mailing list >> mlvm-dev@openjdk.java.net >> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev > > > _______________________________________________ > mlvm-dev mailing list > mlvm-dev@openjdk.java.net > http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev _______________________________________________ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev