Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Setting Up Your Workspace

There are building instructions in the workspace itself: http://hg.openjdk.java.net/mlvm/mlvm/file/tip/README.txt

Make a directory which will contain both sets of repositories (patches and full sources), and pull everything there.

The sources repository based at http://hg.openjdk.java.net/hsx/hotspot-comp (This is as of 9/2011; earlier they were based at jdk7/jdk7 and then at bsd-port/bsd-port.)

No Format
titlepull sources and patches
$ mkdir davinci
$ cd davinci
$ hg fclone http://hg.openjdk.java.net/jdk7hsx/jdk7hotspot-comp sources
$ hg fclone http://hg.openjdk.java.net/mlvm/mlvm patches

...