RFR: 8278584: compiler/vectorapi/VectorMaskLoadStoreTest.java failed with "Error: ShouldNotReachHere()" [v2]
Jie Fu
jiefu at openjdk.java.net
Mon Dec 13 06:27:09 UTC 2021
On Mon, 13 Dec 2021 05:29:47 GMT, Mai Đặng Quân Anh <duke at openjdk.java.net> wrote:
> Hi, we currently don't have any tests to verify the correctness of the generated code.
Hi @merykitty , the problem is that if I verify the results, the bug won't be triggered without `-Xcomp`.
So do you have any idea to reproduce this bug while keeping the verification?
>Also, you could modify the current tests in `jdk/incubator/vector/*VectorTests.java` and `compiler/vectorapi/VectorMaskLoadStoreTest.java` since they are effectively don't do anything regarding compiled codes under normal execution.
This test is actually made from `compiler/vectorapi/VectorMaskLoadStoreTest.java` by removing the results checking logic.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6808
More information about the hotspot-compiler-dev
mailing list