diff -r 71c04702a3d5 -r 72e3ae9a25eb doc/testing.html --- a/doc/testing.html Tue Sep 12 19:03:39 2017 +0200 +++ b/doc/testing.html Tue Sep 12 19:03:56 2017 +0200 @@ -6,7 +6,7 @@ Testing OpenJDK - + @@ -43,7 +43,6 @@ $ make run-test TEST="hotspot/test:hotspot_gc" JTREG="JOBS=1;TIMEOUT=8;VM_OTIONS=-XshowSettings -Xlog:gc+ref=debug" $ make run-test TEST="jtreg:hotspot/test:hotspot_gc hotspot/test/native_sanity/JniVersion.java" $ make exploded-run-test TEST=hotspot_tier1 -

Configuration

To be able to run JTReg tests, configure needs to know where to find the JTReg test framework. If it is not picked up automatically by configure, use the --with-jtreg=<path to jtreg home> option to point to the JTReg framework. Note that this option should point to the JTReg home, i.e. the top directory, containing lib/jtreg.jar etc. (An alternative is to set the JT_HOME environment variable to point to the JTReg home before running configure.)

Test selection