Re: Simple dynamic language using invokedynamic

2009-06-27 Thread Rémi Forax
Hi all, hi Charles, Playing with juby and the backport , I've found a mistake in the bootstrap code (in SimpleJavaBootstrap.java). The bootstrap method first install a method named fallback that will later install the real method handle depending on the value of the first call to fallback. The

Re: Simple dynamic language using invokedynamic

2009-06-27 Thread Rémi Forax
I've played a little with Juby just to see if the backport is able to work with JRuby env. It takes me some times to setup the environment, discovered how ruby gems works, use the right version of jruby, etc :) Ok, the backport works even if I've discovered that current recompilation thresholds

Re: updated RI code and API javadoc

2009-06-27 Thread Yuri Gaevsky
John, A couple of minor comments regarding the latest java.dyn.* javadoc: a) "Requirements for Writing Java API Specifications" [1] specifies under the heading "Method Specification", item number 4: Null Argument Values - For each reference type argument, specify the behavior w