mlvm build with coroutines -- but coro tests fail
Lukas Stadler
lukas.stadler at jku.at
Wed May 4 02:53:18 PDT 2011
Hm - that seems weird.
Could you perhaps do me a favour and check if both "coro.patch" and
"coro-meth.patch" are being applied?
I had to split off a part of the patch that has to be applied
differently if the meth patches are present.
So now it's either "coro-standalone.patch" and "coro.patch" or
"coro-meth.patch" and "coro.patch".
- Lukas
On 05/04/2011 05:35 AM, Stephen Bannasch wrote:
> At 5:42 PM +0200 5/3/11, Lukas Stadler wrote:
>> 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...
> Yes, now it compiles for me. Here's the coro test failure reported on my Mac:
>
> #section:junit
> ----------messages:(3/151)----------
> command: junit test.java.dyn.CoroutineTest
> reason: User specified action: run junit/othervm test.java.dyn.CoroutineTest
> elapsed time (seconds): 0.209
> ----------System.out:(1/101)----------
> OpenJDK 64-Bit Server VM warning: Use -XX:+UnlockDiagnosticVMOptions before EnableInvokeDynamic flag
> ----------System.err:(24/2417)----------
> JavaTest Message: JUnit Failure: symSequence(test.java.dyn.CoroutineTest): java.dyn.CoroutineSupport.registerNatives()V
> JavaTest Message: JUnit Failure: symMultiSequence(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
> JavaTest Message: JUnit Failure: asymSequence(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
> JavaTest Message: JUnit Failure: asymMultiSequence(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
> JavaTest Message: JUnit Failure: asymReturnValue(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
> JavaTest Message: JUnit Failure: gcTest1(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
> JavaTest Message: JUnit Failure: exceptionTest1(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
> JavaTest Message: JUnit Failure: largeStackframeTest(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
> JavaTest Message: JUnit Failure: shaTest(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
> JUnitAction.main loader=null e=java.lang.Exception: JUnit test failure args=[test.java.dyn.CoroutineTest] cp=/Users/stephen/dev/java/jtreg/lib/javatest.jar:/Users/stephen/dev/java/jtreg/lib/jtreg.jar:/Users/stephen/dev/java/src/mlvm/sources/JTwork/classes/java/dyn:/Users/stephen/dev/java/src/mlvm/sources/jdk/test/java/dyn:/Users/stephen/dev/java/jtreg/lib/junit.jar:/Users/stephen/dev/java/src/mlvm/sources/build/bsd-amd64/j2sdk-image/lib/tools.jar
> java.lang.Exception: JUnit test failure
> at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:99)
> at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:613)
> at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
> at java.lang.Thread.run(Thread.java:735)
> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
More information about the mlvm-dev
mailing list