415N/Atest/tools/javah/compareTest/README
415N/A
415N/AThis directory contains a program for comparing the output of new javah against the
415N/Aoutput of JDK 6 or other older versions of javah.
415N/A
415N/AIt cannot be run automatically because of the need for the older version of javah
415N/Ato compare against.
415N/A
415N/AThe test works by scanning a jar file, such as rt.jar, looking for all files with
415N/Anative methods. It then runs both the old and new versions of javah on those
415N/Aclasses with native methods, and verifies that the results are character-for-character
415N/Aidentical.
415N/A
415N/ATo run the test, build langtools, then execute the script in the root langtools
415N/Adirectory, providing the location of the JDK to be tested. The default is
415N/A/opt/jdk/1.6.0.