Re: RFR: JDK-8188910: jib configure requires --src-dir for out fo tree builds, second attempt

2017-10-10 Thread Magnus Ihse Bursie
On 2017-10-09 11:59, Erik Joelsson wrote: Please review my second attempt at fixing this issue. The last time a bug in Jib caused problems on Windows. This has now been fixed so we can apply this patch again. Bug: https://bugs.openjdk.java.net/browse/JDK-8188910 Webrev: http://cr.openjdk.java

Re: RFR: JDK-8188050: UnsatisfiedLinkError after repo consolidation

2017-10-10 Thread Magnus Ihse Bursie
On 2017-10-09 17:29, Erik Joelsson wrote: After the repo consolidation, I missed updating the IncludeCustomExtension calls for the JtregNative*.gmk files. This causes tests to fail for us since the native libraries have not been built. Bug: https://bugs.openjdk.java.net/browse/JDK-8188050 We

Re: Building OpenJDK9 on MSYS2

2017-10-10 Thread Magnus Ihse Bursie
On 2017-10-07 10:14, Peter Budai wrote: The configure of OpenJDK overwrites the SHELL. Actually it is using bash, but for the arguments it was using “-e -o pipefail”. I have figured that for MSYS2 bash what is needed as bash arguments is “-e -l -c -o pipefail” That looks like solving this p

Re: RFR: JDK-8188312 Use CDS if present when running the Boot JDK during build

2017-10-10 Thread Erik Joelsson
Looks good. This seems to cover all relevant situations. /Erik On 2017-10-06 11:04, Magnus Ihse Bursie wrote: On 2017-10-05 18:08, Ioi Lam wrote: On 10/5/17 2:35 AM, Magnus Ihse Bursie wrote: On 2017-10-05 11:07, Claes Redestad wrote: On 2017-10-05 10:59, Magnus Ihse Bursie wrote: How

RE: Building OpenJDK9 on MSYS2

2017-10-10 Thread Peter Budai
Thanks Magnus & Erik First thanks for your support and kind words! Magnus, I have checked .bash_profile, .bashrc but they seem to be empty (everything is commented out). You can check with a default MSYS2 install, I have not changed these files at all. If you find thee something specific I can

Changing javac default initial heap size

2017-10-10 Thread Wade Hennessey
The default initial heap size in OpenJDK9 is 8m (-Xms8m), and I'd like to increase it, but I can't find how this is specified in the build process. It seams that most/all java binaries are based on the same main.c program that launches a specific binary such as javac by passing it parameters throug

Re: Changing javac default initial heap size

2017-10-10 Thread David Holmes
Hi Wade, On 11/10/2017 9:01 AM, Wade Hennessey wrote: The default initial heap size in OpenJDK9 is 8m (-Xms8m), and I'd like to increase it, but I can't find how this is specified in the build process. It seams that most/all java binaries are based on the same main.c program that launches a spec