Re: Cross compilation

2017-07-12 Thread Manuel Alonso Tajuelo
Hi, Thank you for pointing me out to the documentation (btw quite good document), I was able to cross compile openjdk-9 from sources but (I forgot to mention...my apologies...) I was looking for information to cross-compile openjdk-8. After some reading of the makefiles and build scripts, I have de

Re: RFR: JDK-8181298: Assertion failure in com.sun.tools.javac.comp.Modules

2017-07-12 Thread Erik Joelsson
Looks good to me as well. /Erik On 2017-07-12 16:58, Jan Lahoda wrote: Hi, The ct.sym building needs to read existing module-infos, to properly detect transitive dependencies. But the target does not depend on all module-infos being generated, which may in turn lead to problems with incomp

Re: RFR: JDK-8181298: Assertion failure in com.sun.tools.javac.comp.Modules

2017-07-12 Thread Tim Bell
Jan: The ct.sym building needs to read existing module-infos, to properly detect transitive dependencies. But the target does not depend on all module-infos being generated, which may in turn lead to problems with incomplete module graph. So, the proposed patch is to add the dependency on all g

RFR: JDK-8181298: Assertion failure in com.sun.tools.javac.comp.Modules

2017-07-12 Thread Jan Lahoda
Hi, The ct.sym building needs to read existing module-infos, to properly detect transitive dependencies. But the target does not depend on all module-infos being generated, which may in turn lead to problems with incomplete module graph. So, the proposed patch is to add the dependency on all

Re: RFR(S): 8184022: Build JDK 10 on OSX 10.12 and above

2017-07-12 Thread Erik Joelsson
Hello, On 2017-07-12 03:19, Hohensee, Paul wrote: New webrev at http://cr.openjdk.java.net/~phh/8184022/webrev.01/ For the AC_ARG_WITH, we usually refrain from using the builtin "if-set, if-not-set" parameters and define our own logic to handle all 4 possibilities: not set, --with-foobar=val