Re: The NoClassDefFoundError bug is back :(

2011-12-12 Thread Christian Thalinger
On Dec 8, 2011, at 6:58 PM, Charles Oliver Nutter wrote: > 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? We have (at least) one known bug with each early-adopter runtime which is not fixed y

Re: The NoClassDefFoundError bug is back :(

2011-12-08 Thread Charles Oliver Nutter
On Thu, Dec 8, 2011 at 2:16 PM, Rémi Forax wrote: > invokeWithArguments uses foldArgument and a generic invoker > that maybe why you see the same error. > > about asType(), the idea is to erase the type before calling > invokeWithArguments > instead of >   mh.invokeWithArgument(args); > you can us

Re: The NoClassDefFoundError bug is back :(

2011-12-08 Thread Rémi Forax
On 12/08/2011 06:58 PM, Charles Oliver Nutter wrote: > 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

Re: The NoClassDefFoundError bug is back :(

2011-12-08 Thread Charles Oliver Nutter
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 wrote: > I've forget to

Re: The NoClassDefFoundError bug is back :(

2011-12-06 Thread Rémi Forax
On 12/06/2011 10:34 AM, Rémi Forax wrote: > On 12/05/2011 04:28 PM, Rémi Forax wrote: >> John, Christian, >> I was updating the multi-dispatch sample from the cookbook >> when the NoClassDefFoundError bug re-appear. > I've reduced the code to this simple sample: > public class NoClassDefFoundSample

Re: The NoClassDefFoundError bug is back :(

2011-12-06 Thread Rémi Forax
On 12/05/2011 04:28 PM, Rémi Forax wrote: > John, Christian, > I was updating the multi-dispatch sample from the cookbook > when the NoClassDefFoundError bug re-appear. I've reduced the code to this simple sample: public class NoClassDefFoundSample { public void foo() { // do nothing }

The NoClassDefFoundError bug is back :(

2011-12-05 Thread Rémi Forax
John, Christian, I was updating the multi-dispatch sample from the cookbook when the NoClassDefFoundError bug re-appear. [forax@localhost multi-dispatch]$ java -ea -cp classes:. Main2 skip java.lang.String.contentEquals/2 skip java.lang.String.replace/3 Exception in thread "main" java.lang.NoCla