ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/lib-src/README
(Generate patch)

Comparing lib-src/README (file contents):
Revision 1.3 by jsr166, Sat Sep 10 03:54:41 2016 UTC vs.
Revision 1.4 by jsr166, Sat Sep 10 16:24:43 2016 UTC

# Line 2 | Line 2 | This directory contains sources and brea
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines