Skip to content

Instantly share code, notes, and snippets.

@jponge
Created December 9, 2011 13:52
Show Gist options
  • Save jponge/1451605 to your computer and use it in GitHub Desktop.
Save jponge/1451605 to your computer and use it in GitHub Desktop.
Building OpenJDK 8 with Jigsaw
hg clone http://hg.openjdk.java.net/jigsaw/jigsaw
cd jigsaw
bash get_sources.sh
export LANG=C
export ALT_BOOTDIR=/usr/lib/jvm/java-1.7.0-openjdk-i386
export ALLOW_DOWNLOADS=true
make sanity
make all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment