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

王超 github.com+25214855+casparcwang at openjdk.java.net
Fri Jan 29 02:19:07 UTC 2021


On Thu, 28 Jan 2021 14:47:50 GMT, Per Liden <pliden at openjdk.org> wrote:

>> 王超 has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Change the directory & fix the include order
>
> test/hotspot/jtreg/compiler/vectorapi/VectorReshapeTest.java line 38:
> 
>> 36:  * @test
>> 37:  * @bug 8260473
>> 38:  * @modules jdk.incubator.vector
> 
> This test should have a `@requires vm.gc.Z` tag. That will make sure it's only executed on platforms where ZGC is supported (and that ZGC is included in the build).

done

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

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


More information about the hotspot-compiler-dev mailing list