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.1 by jsr166, Tue Dec 1 22:14:07 2015 UTC vs.
Revision 1.4 by jsr166, Sat Sep 10 16:24:43 2016 UTC

# Line 1 | Line 1
1 < https://twitter.com/adoptopenjdk/status/411284232548270081
2 < https://adopt-openjdk.ci.cloudbees.com/view/OpenJDK/job/jtreg/
3 < https://java.net/projects/adoptopenjdk/pages/InstallJtreg
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines