RFR: JDK-8196875 Update run-test instructions for TEST_MODE

2020-01-31 Thread Magnus Ihse Bursie
As reported by Martin Buchholz : TEST_MODE The test mode (`-agentvm`, `-samevm` or `-othervm`). but TEST_MODE=-agentvm is rejected - it must be TEST_MODE=agentvm. and Jon Gibbons noted: .. and samevm mode no longer exists. Bug: https://bugs.openjdk.java.net/browse/JDK-8196875 WebRev: htt

Re: building libjvm with -Os for space optimization - was : RE: RFR: 8234525: enable link-time section-gc for linux s390x to remove unused code

2020-01-31 Thread Magnus Ihse Bursie
On 2020-01-30 21:38, August Nagro wrote: Its been a while since I tried, but if I remember correctly I had to delete the code that tested the compiler name / version in one of the sh files. I set the compiler to icc via the environment variables. The build ran for a while but then stopped w

Re: RFR: JDK-8196875 Update run-test instructions for TEST_MODE

2020-01-31 Thread Erik Joelsson
Looks good. /Erik On 2020-01-31 01:37, Magnus Ihse Bursie wrote: As reported by Martin Buchholz : TEST_MODE The test mode (`-agentvm`, `-samevm` or `-othervm`). but TEST_MODE=-agentvm is rejected - it must be TEST_MODE=agentvm. and Jon Gibbons noted: .. and samevm mode no longer exists.

RFR: JDK-8238225: Issues reported after replacing symlink at Contents/MacOS/libjli.dylib with binary

2020-01-31 Thread Erik Joelsson
In JDK-8235687 the MacOS bundle distribution of the JDK was changed to conform to Apple requirements by changing Contents/MacOS/libjli.dylib from a symlink into ../Home/lib/libjli.dylib to a copy of that file. The problem with having a symlink there is that Contents/MacOS/libjli.dylib is the de