RFR: 8260473: [vector] ZGC: VectorReshape test produces incorrect results with ZGC enabled [v3]

王超 github.com+25214855+casparcwang at openjdk.java.net
Thu Jan 28 12:25:39 UTC 2021


On Thu, 28 Jan 2021 11:13:37 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

>> What about migrating it to `GraphKit::access_load_at` instead?
>
> @iwanowww GraphKit::access_load_at is for parse time only. C2OptAccess must be used here.

The test is part of test/jdk/jdk/incubator/vector/VectorReshapeTests.java.
And run the original big test with zgc didn't reproduce the failure, so just add a new small test.

The small test is provided by Stuart Monteith in the JBS. Thanks for providing the test.

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

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


More information about the hotspot-compiler-dev mailing list