Integrated: 8259629: aarch64 builds fail after JDK-8258932

Dong Bo dongbo at openjdk.java.net
Wed Jan 13 00:33:57 UTC 2021


On Tue, 12 Jan 2021 16:23:56 GMT, Dong Bo <dongbo at openjdk.org> wrote:

> This fixes aarch64 builds failure after JDK-8258932.
> It is caused by the mismatched call `fmaxp/fminp` in `AssemblerAArch64` tests to the definitions in `assembler_aarch64.hpp`.
> 
> Verified with `gtest-1.8.1` and `make test TEST="gtest"`, `linux-aarch64-server-slowdebug`.
> Both builds and tests are good, the results of `gtest` on my aarch64 server:
> Finished running test 'gtest:all/server'
> Test report is stored in build/linux-aarch64-server-slowdebug/test-results/gtest_all_server
> 
> ==============================
> Test summary
> ==============================
>    TEST                                              TOTAL  PASS  FAIL ERROR
>    gtest:all/server                                    807   807     0     0
> ==============================
> TEST SUCCESS
> 
> Finished building target 'test' in configuration 'linux-aarch64-server-slowdebug'
> 
> The `gtest` was not configured during tests in `JDK-8258932`, so it did not execute previously.
> I'm really sorry for my carelessness and producing a serious BUG.

This pull request has now been integrated.

Changeset: c6d798c2
Author:    Dong Bo <dongbo at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c6d798c2
Stats:     8 lines in 2 files changed: 3 ins; 0 del; 5 mod

8259629: aarch64 builds fail after JDK-8258932

Reviewed-by: kvn

-------------

PR: https://git.openjdk.java.net/jdk/pull/2052


More information about the hotspot-dev mailing list