logo of the SSW institute
Institut für Systemsoftware
Johannes Kepler Universität Linz
Fachbereich Informatik
logo of the Cristian Doppler Research Association
Christian Doppler Labor
Automated Software Engineering

Home

General
Staff
Contact
Partners
Alumni

Research
Areas
Projects
Papers
Books
Reports
Awards

Teaching
Lectures
Exams
B.Projects
M.Theses
PhD Theses
Go Abroad

Misc
Library
Seminars
Gallery
Links
Search

Webmaster


logo of the Johannes Kepler University (JKU)

 

Coroutines for Java

Lukas Stadler
Welcome!

This page contains information about the experimental coroutine implementation for the HotSpot Java VM. The implementation is part of the Da Vinci Machine Project, a larger effort to bring features to the JVM that help dynamic language implementations. But coroutines aren't only useful for dynamic languages, they also have many advantages for Java programmers.
Please read the introductory pdf for a more in-depth overview and a bit of history.

 

Introduction, API, etc.:

Please take a look at the following document, it describes everything you need to know about coroutines and this implementation for Java:

Building

(Very short) build instructions:
  • Get mercurial and the mercurial forest extension.

  • Get the mlvm repository from http://hg.openjdk.java.net/mlvm/mlvm:
    hg fclone http://hg.openjdk.java.net/mlvm/mlvm patches

  • Follow the instructions from the README.txt contained within the mlvm repo.

Pre-built binaries:

The build process can be very complex, so you can just download one of the following pre-built binaries:

Publications