On Fri, 8 Apr 2022 09:26:08 GMT, Alan Bateman <al...@openjdk.org> wrote:

> I think this looks okay. Can you say how long the test runs for you? It 
> creates 130 JMOD files and I'm just wondering if the default timeout is 
> enough when running with debug builds.

The following is the test result on linux x86 with 128 cores, it looks ok.

time make CONF=release run-test 
TEST=test/jdk/tools/jmod/hashes/HashesOrderTest.java
Finished building target 'run-test' in configuration 
'linux-x86_64-server-release'

real    0m24.235s
user    0m52.196s
sys     0m7.170s

time make CONF=slowdebug run-test 
TEST=test/jdk/tools/jmod/hashes/HashesOrderTest.java
real    2m2.877s
user    5m58.887s
sys     0m10.474s

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

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

Reply via email to