On 25/01/2021 5:19 pm, Thomas Stuefe wrote:
On Fri, 22 Jan 2021 16:17:57 GMT, Harold Seigel wrote:
David Holmes has updated the pull request incrementally with one additional
commit since the last revision:
Remove the always true os::supports_monotonic_clock()
Hi David,
The changes look
On Fri, 22 Jan 2021 16:17:57 GMT, Harold Seigel wrote:
>> David Holmes has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove the always true os::supports_monotonic_clock()
>
> Hi David,
> The changes look good. Just a couple of nits.
>
> 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 simplify a lot of the code in this area and move common
> code
On Fri, 22 Jan 2021 01:29:10 GMT, Dongbo He wrote:
> $ 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
On Sat, 23 Jan 2021 11:43:31 GMT, Andrew Haley wrote:
>> Anton Kozlov has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Address feedback for signature generators
>> - Enable -Wformat-nonliteral back
>
> src/hotspot/cpu/aarch64/macroAsse
On Sat, 23 Jan 2021 11:42:48 GMT, Andrew Haley wrote:
>> Anton Kozlov has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Address feedback for signature generators
>> - Enable -Wformat-nonliteral back
>
> src/hotspot/cpu/aarch64/interpret
On Sat, 23 Jan 2021 11:10:17 GMT, Andrew Haley wrote:
>> Anton Kozlov has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Address feedback for signature generators
>> - Enable -Wformat-nonliteral back
>
> src/hotspot/cpu/aarch64/interpret
On Fri, 22 Jan 2021 20:18:51 GMT, Erik Joelsson wrote:
>> Anton Kozlov has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Address feedback for signature generators
>> - Enable -Wformat-nonliteral back
>
> make/autoconf/flags-cflags.m4 li
> Please review the implementation of JEP 391: macOS/AArch64 Port.
>
> It's heavily based on existing ports to linux/aarch64, macos/x86_64, and
> windows/aarch64.
>
> Major changes are in:
> * src/hotspot/cpu/aarch64: support of the new calling convention (subtasks
> JDK-8253817, JDK-8253818)