Ah - since invokedynamic doesn't use the java.dyn package any more the necessary build infrastructure went missing... I just re-added it. One of the tests still fails, but at least it compiles...
- Lukas On 05/02/2011 05:27 PM, Stephen Bannasch wrote: > 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 > [email protected] > http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
