1 |
This directory contains sources and breadcrumbs to build jtreg as |
2 |
checked in to jsr166/lib. |
3 |
|
4 |
Peruse ./build-jtreg after exploding the tarball. |
5 |
|
6 |
Somehow JTRegModuleHelper.class did not get included in jtreg.jar. |
7 |
To avoid |
8 |
[jtreg] Cannot find class java/lang/reflect/JTRegModuleHelper.class to init patch directory |
9 |
I hand compiled JTRegModuleHelper.java and updated jtreg.jar |
10 |
javac -d . -cp ../../../jsr166/lib/\* ./src/share/classes/java/lang/reflect/JTRegModuleHelper.java |
11 |
jar uf ../../../jsr166/lib/jtreg.jar java |