Re: RFR 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux

2018-09-14 Thread Sean Mullan
Just curious, but why is this not an issue on platforms other than linux? Seems like we are working around a problem that maybe should be fixed somewhere else ... --Sean On 9/14/18 10:33 AM, Weijun Wang wrote: In my latest test that repeats 100 times, the slowest one runs for 208 seconds. Th

Re: RFR 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux

2018-09-14 Thread Weijun Wang
In my latest test that repeats 100 times, the slowest one runs for 208 seconds. This test runs tens of thousands of signing and verifying and I'd like to keep that timeout. Thanks Max > On Sep 14, 2018, at 8:14 PM, Alan Bateman wrote: > > On 14/09/2018 03:40, Weijun Wang wrote: >> The test ru

Re: RFR 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux

2018-09-14 Thread Alan Bateman
On 14/09/2018 03:40, Weijun Wang wrote: The test runs very slow on Linux and turns out reading from the embedded HTTP server is the bottleneck. Here is the fix: diff --git a/test/jdk/javax/xml/crypto/dsig/GenerationTests.java b/test/jdk/javax/xml/crypto/dsig/GenerationTests.java --- a/test/jd