diff options
Diffstat (limited to 'doc/README.JEP161.txt')
-rw-r--r-- | doc/README.JEP161.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/README.JEP161.txt b/doc/README.JEP161.txt index acedddc..187e9a6 100644 --- a/doc/README.JEP161.txt +++ b/doc/README.JEP161.txt @@ -14,5 +14,10 @@ sh ./get_source.sh ./jdk8/README-builds.html http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html -sh configure && make all +sh configure --enable-openjdk-only \ + --with-import-hotspot=/somewhere/jdk8/build/linux-x86_64-normal-server-release/hotspot \ + --disable-zip-debug-info --disable-debug-symbols \ + --with-debug-level=release \ +sh configure +make profiles images docs # make test TEST=jdk_jigsaw |