RFR: 8265128: [REDO] Optimize Vector API slice and unslice operations [v2]
Paul Sandoz
psandoz at openjdk.java.net
Fri Apr 30 00:26:58 UTC 2021
On Thu, 29 Apr 2021 23:36:22 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> test/jdk/jdk/incubator/vector/AbstractVectorConversionTest.java line 51:
>>
>>> 49: }
>>> 50:
>>> 51: static final int INVOC_COUNT = Integer.getInteger("jdk.incubator.vector.test.loop-iterations", 100);
>>
>> Why did you change this?
>
> Following reasons:
> The INVOC_COUNT is set as 100 for all other tests.
> The conversion tests take longer time to complete than other tests.
> For the conversion tests it looks like the intrinsics don't trigger sometimes and tests take longer to execute and timeout. This was one of the reasons for backout last time.
ok
-------------
PR: https://git.openjdk.java.net/jdk/pull/3804
More information about the hotspot-compiler-dev
mailing list