new Mac OS X mlvm build: 2011_04_04

Stephen Bannasch stephen.bannasch at deanbrook.org
Mon Apr 4 17:53:14 PDT 2011


I've uploaded a new MacOS X build of mlvm:

   http://www.concord.org/~sbannasch/mlvm/java-1.7.0-internal-mlvm-2011_04_04.tar.gz

   $ ./build/bsd-amd64/j2sdk-image/bin/java -version

   openjdk version "1.7.0-internal"
   OpenJDK Runtime Environment (build 1.7.0-internal-stephen_2011_04_04_20_20-b00)
   OpenJDK 64-Bit Server VM (build 21.0-b03, mixed mode)

This build is *not* a FASTDEBUG build and does *not* have the coro patch (coro doesn't apply cleanly anymore).

I used a macosx build of Java 1.7 as the bootstrap instead of soylatte16-i386-1.0.3 (I'm not sure it was necessary but it was a 
variable I changed):

   $ /usr/libexec/java_home --version 1.7
   /Users/stephen/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home

   $ /usr/libexec/java_home --version 1.7 --exec java -version
   openjdk version "1.7.0-internal"
   OpenJDK Runtime Environment (build 1.7.0-internal-stephen_2011_04_04_15_20-b00)
   OpenJDK 64-Bit Server VM (build 21.0-b03, mixed mode)

All the jdk/test/java/lang/invoke tests pass even though the meth-review-7032323.patch doesn't apply cleanly to these two tests:

   test/java/lang/invoke/InvokeDynamicPrintArgs.java
   test/java/lang/invoke/InvokeGenericTest.java

$ jtreg -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic -jdk:build/bsd-amd64/j2sdk-image  -v:summary 
jdk/test/java/lang/invoke/

Passed: java/lang/invoke/6987555/Test6987555.java
Passed: java/lang/invoke/6991596/Test6991596.java
Passed: java/lang/invoke/ClassValueTest.java
Passed: java/lang/invoke/InvokeDynamicPrintArgs.java
Passed: java/lang/invoke/InvokeGenericTest.java
Passed: java/lang/invoke/JavaDocExamplesTest.java
Passed: java/lang/invoke/MethodHandlesTest.java
Passed: java/lang/invoke/MethodTypeTest.java




More information about the mlvm-dev mailing list