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