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.

Sources repository was rebased from The sources repository based at http://hg.openjdk.java.net/jdk7/jdk7Image Removed to bsd-port 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-portImage Removed.)

No Format
titlepull sources and patches
$ mkdir davinci
$ cd davinci
$ hg fclone http://hg.openjdk.java.net/bsd-porthsx/bsdhotspot-portcomp sources
$ hg fclone http://hg.openjdk.java.net/mlvm/mlvm patches

...