Integrated: 8271078: jdk/incubator/vector/Float128VectorTests.java failed a subtest

Dean Long dlong at openjdk.java.net
Thu May 19 20:02:07 UTC 2022


On Fri, 13 May 2022 02:21:06 GMT, Dean Long <dlong at openjdk.org> wrote:

> This test was failing because the safepoint polling stub was only saving the low 8 bytes of XMM16-XMM31.  We need to save all 16 bytes by default.  I also added "wide" to the boolean parameter name to better reflect what it controls.  And I made the asserts in save_live_registers() match what we have in restore_live_registers().

This pull request has now been integrated.

Changeset: b0892295
Author:    Dean Long <dlong at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b0892295ee12c0c58c0121ff7f5f585b32d60eeb
Stats:     28 lines in 1 file changed: 2 ins; 0 del; 26 mod

8271078: jdk/incubator/vector/Float128VectorTests.java failed a subtest

Reviewed-by: kvn, vlivanov

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

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


More information about the hotspot-compiler-dev mailing list