Good news, bad news

John Rose john.r.rose at oracle.com
Wed May 25 03:39:15 PDT 2011


On May 25, 2011, at 3:23 AM, Christian Thalinger wrote:

> I know that.  That's why we need to find out where the problem is (some hints below).  Can someone provide a jar file of the current MLVM JSR 292 classes (like John's meth.jar)?

I just posted it with the javadoc:
  http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/
  http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/meth.jar
  http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/test-classes.jar

Also, here's my setup for running the test classes:

$ hg clone http://hg.openjdk.java.net/mlvm/mlvm /tmp/mlvm
$ hg clone ssh://hg.kenai.com/ninja~indify-repo /tmp/indify
$ ant test -Dproject.indify=/tmp/indify -Dplatforms.JDK_1.7.home=$JAVA7X_BUILD -Dsrc.special-config-test-src.dir=''

(It's a twisty path.  Your mileage will vary.)

-- John


More information about the mlvm-dev mailing list