Re: Duby dynamic dispatch has landed!

2010-04-05 Thread John Rose
FTR, there's a good smoke test for the method handles part of JSR 292 in the JDK sources: davinci/sources/jdk/test/java/dyn/MethodHandlesTest.java Running the test requires JUnit 4.5. $JSR292_JAVA_HOME/bin/java -ea -esa -XX:+{UnlockExperimentalVMOptions,EnableMethodHandles}

Re: Duby dynamic dispatch has landed!

2010-04-05 Thread John Rose
The sources are changing rapidly at this point; I'm working on invokeGeneric. If you send me a JAR which which can run stand-alone, I can use it as a regression test. -- John On Apr 2, 2010, at 2:36 PM, Attila Szegedi wrote: On 2010.03.25., at 3:17, Charles Oliver Nutter wrote: For