Hi Lukas, It's great to coro land.
I'm now getting these errors trying to build coroutine.cpp on MacOS X 10.5.8: ./hotspot/src/share/vm/runtime/coroutine.cpp: In static member function 'static Coroutine* Coroutine::create_coroutine(JavaThread*, CoroutineStack*, oopDesc*)': ./hotspot/src/share/vm/runtime/coroutine.cpp:282: error: 'coroutine_start' was not declared in this scope ./hotspot/src/share/vm/runtime/coroutine.cpp: In member function 'bool Coroutine::is_disposable()': ./hotspot/src/share/vm/runtime/coroutine.cpp:347: error: 'coroutine_start' was not declared in this scope make[6]: *** [coroutine.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [the_vm] Error 2 make[4]: *** [fastdebug] Error 2 make[3]: *** [generic_build2] Error 2 make[2]: *** [fastdebug] Error 2 make[1]: *** [hotspot-build] Error 2 make: *** [build_product_image] Error 2 In the chance it might help debug the issue you can see the compiler invocation that generated this error here: http://gist.github.com/422670 ref: my build script: http://gist.github.com/243072 _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
