jdk/make/tools/README.txt
author malenkov
Fri, 01 Nov 2013 21:45:02 +0400
changeset 21591 35320b590d9b
parent 2 90ce3da70b43
permissions -rw-r--r--
8026491: Typos in string literals Reviewed-by: alexsch, anthony


The build tools are generally tools written in java that are used to build
the jdk or provide help in working with the jdk.

They are all built with the BOOTDIR javac and run with the BOOTDIR java.

They need only be built once.