jdk/make/tools/README.txt
author alexsch
Fri, 09 Aug 2013 14:16:24 +0400
changeset 19360 0fd3028166c5
parent 2 90ce3da70b43
permissions -rw-r--r--
7121409: Two conformance tests for AccessibleText.getCharacterBounds(int i) fail Reviewed-by: serb


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.