Hi, can somebody please describe what's the recommended way for running the jdk10/hotspotJTREG tests? There's a description for jdk9 on the "How to run the tests?" page [1] but at point "2.3 Running tests in hotspot/test" it reads:
2.3 Running tests in hotspot/test $ jtreg -dir:{openjdk source top directory}/hotspot/test -verbose:summary -nativepath:{location of the test native library} -exclude:{openjdk source top directory}/hotspot/test/ProblemList.txt -conc:auto -a -ignore:quiet -timeoutFactor:5 -agentvm -testjdk:{location of the test jdk} :jdk This isn't applicable to jdk10 any more because the ":jdk" test group was removed. So it would be nice if you could publish the command line Oracle is using for running the jdk10 regression tests and maybe also start reporting your test results in the same way you are already doing it for jdk8/jdk9. Thank you and best regards, Volker [1] http://download.java.net/openjdk/testresults/9/docs/howtoruntests.html