Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
don't copy boot JDK separately
Browse files Browse the repository at this point in the history
  • Loading branch information
dougxc committed Jul 9, 2016
1 parent b613b8d commit d2bc88b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ export PATH=$PATH:`pwd`/mx
# Get graal-jvmci-8
hg clone http://hg.openjdk.java.net/graal/graal-jvmci-8
hg -R graal-jvmci-8 update jvmci-${JVMCI_VERSION}
mkdir -p graal-jvmci-8/jdk1.8.0_91

# Do the JDK copying here to handle symlinks (which the
# openjdk-8-jdk package uses extensively).
cp -rL ${JAVA_HOME} graal-jvmci-8/jdk1.8.0_91/product

# Build the VM, install and test it
mx --primary-suite graal-jvmci-8 --vm=server build -DFULL_DEBUG_SYMBOLS=0
Expand Down

0 comments on commit d2bc88b

Please sign in to comment.