Re: RFR: 8260272: bash configure --prefix does not work after JDK-8257679 [v2]

2021-01-21 Thread Dongbo He
> $ bash configure --prefix=/home/hedongbo/jdk-release > $ make install > ... > Creating CDS archive for jdk image > Creating CDS-NOCOOPS archive for jdk image > Installing jdk image into /jvm/openjdk-17-internal > and creating 60 links from /bin into the jdk. > > make[3]: *** [install] Error 1 >

RFR: 8260272: bash configure --prefix does not work after JDK-8257679

2021-01-21 Thread Dongbo He
8260272: bash configure --prefix does not work after JDK-8257679 - Commit messages: - 8260272: bash configure --prefix does not work after JDK-8257679 Changes: https://git.openjdk.java.net/jdk/pull/2189/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2189&range=00 Iss

Re: RFR: 8246112: Remove build-time and run-time checks for clock_gettime and CLOCK_MONOTONIC [v5]

2021-01-21 Thread Gerard Ziemski
On Thu, 21 Jan 2021 05:24:09 GMT, David Holmes wrote: >> We are now confident that we have build-time and runtime support for >> clock_gettime and CLOCK_MONOTONIC on all our OpenJDK supported POSIX >> platforms - see bug report for some more details on different OS. >> Consequently we can simp

Re: RFR: 8258477: Pre-submit testing using GitHub Actions should merge changes from target branch

2021-01-21 Thread Robin Westberg
On Wed, 16 Dec 2020 10:47:50 GMT, Robin Westberg wrote: > Normally when running GitHub Actions on a pull request, what is checked out > is the merge of the pull request with the latest changes on the target > branch. This ensure that what is tested is as close as possible to what will > actual