I've uploaded a build of mlvm with coro enabled:

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

but running these tests fail: jdk/test/java/dyn/CoroutineTest.java

   #section:compile
   ----------messages:(3/175)----------
   command: compile 
/Users/stephen/dev/java/src/mlvm/sources/jdk/test/java/dyn/CoroutineTest.java
   reason: .class file out of date or does not exist
   elapsed time (seconds): 0.778
   ----------System.out:(1/101)----------
   OpenJDK 64-Bit Server VM warning: Use -XX:+UnlockDiagnosticVMOptions before 
EnableInvokeDynamic flag
   ----------System.err:(172/7390)----------
   
/Users/stephen/dev/java/src/mlvm/sources/jdk/test/java/dyn/CoroutineTest.java:33:
 error: package java.dyn does not exist
   import java.dyn.Coroutine;
                  ^
   
/Users/stephen/dev/java/src/mlvm/sources/jdk/test/java/dyn/CoroutineTest.java:34:
 error: package java.dyn does not exist
   import java.dyn.AsymCoroutine;
                  ^
   
/Users/stephen/dev/java/src/mlvm/sources/jdk/test/java/dyn/CoroutineTest.java:54:
 error: cannot find symbol
                Coroutine coro = new Coroutine() {
                ^
     symbol:   class Coroutine
     location: class CoroutineTest
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to