30 Apr
2021
30 Apr
'21
12:26 a.m.
On Thu, 29 Apr 2021 23:36:22 GMT, Sandhya Viswanathan <sviswanathan@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