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
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
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
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
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
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
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