jdk/make/tools/README.txt
author sherman
Wed, 10 Dec 2008 14:03:15 -0800 (2008-12-10)
changeset 1713 f8b8bfa64fc1
parent 2 90ce3da70b43
permissions -rw-r--r--
6642323: Speeding up Single Byte Decoders 6642328: Speeding up Single Byte Encoders Summary: re-implementation of mapping based sbcs charts Reviewed-by: alanb

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.