--- lib-src/README 2016/09/10 16:24:43 1.4 +++ lib-src/README 2016/12/04 17:06:25 1.5 @@ -1,11 +1,2 @@ -This directory contains sources and breadcrumbs to build jtreg as -checked in to jsr166/lib. - -Peruse ./build-jtreg after exploding the tarball. - -Somehow JTRegModuleHelper.class did not get included in jtreg.jar. -To avoid - [jtreg] Cannot find class java/lang/reflect/JTRegModuleHelper.class to init patch directory -I hand compiled JTRegModuleHelper.java and updated jtreg.jar - javac -d . -cp ../../../jsr166/lib/\* ./src/share/classes/java/lang/reflect/JTRegModuleHelper.java - jar uf ../../../jsr166/lib/jtreg.jar java +This directory contains sources and breadcrumbs to build jar files checked +in to jsr166/lib, used to run jtreg. Check ./build-jtreg for gory details.