[9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag (original) (raw)
Igor Veresov igor.veresov at oracle.com
Mon Mar 6 22:45:33 UTC 2017
- Previous message (by thread): [9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
- Next message (by thread): [9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good.
igor
On Mar 6, 2017, at 2:40 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
Webrev: http://cr.openjdk.java.net/~kvn/8176238/webrev/
On 3/6/17 2:31 PM, Vladimir Kozlov wrote: https://bugs.openjdk.java.net/browse/JDK-8176238
jdk.internal.vm.compiler build fails when --with-jobs=1 is used by configure. Mandy suggested to add --add-modules jdk.internal.vm.ci to Graal annotation process command line to avoid the problem: diff -r 932b4ec7397f make/gensrc/Gensrc-jdk.internal.vm.compiler.gmk --- a/make/gensrc/Gensrc-jdk.internal.vm.compiler.gmk +++ b/make/gensrc/Gensrc-jdk.internal.vm.compiler.gmk @@ -81,6 +81,7 @@ PROCESSORPATH := (callPathList,(call PathList, (callPathList,(PROCESSORJARS)) _ADDEXPORTS := _ _+ --add-modules jdk.internal.vm.ci _ _--add-exports jdk.internal.vm.ci/jdk.vm.ci.aarch64=ALL-UNNAMED _ _--add-exports jdk.internal.vm.ci/jdk.vm.ci.amd64=ALL-UNNAMED _ _--add-exports jdk.internal.vm.ci/jdk.vm.ci.code=ALL-UNNAMED _ It works but I don't know why this happens only with --with-jobs=1. Thanks, Vladimir
- Previous message (by thread): [9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
- Next message (by thread): [9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]