On 10/22/19 6:09 am, Alexey Ivanov wrote:
Then, isn't it is a product bug on windows rather than a test issue?
That it runs for a long time? It's hard to say… The test has always been slower
on Windows.
Then probably we can exclude windows 32bit by the jtreg tag? And continue to
test other platforms that they work properly and fast.
But it will be good to check why it is so slow, probably our native code
compiled using wrong flags?
The product bug JDK-8201433 was that it could crash and it did on 32 bit
Windows. The test verifies JDK does not crash, it may throw OOME or NPE.
With this patch I'm trying to reduce the time it takes to run the test.
--
Best regards, Sergey.