jdk/make/tools/README.txt
author jjg
Fri, 29 May 2009 16:26:41 -0700
changeset 2987 2e0ca9f4893d
parent 2 90ce3da70b43
permissions -rw-r--r--
6838199: remove support for old javap Reviewed-by: ohair, mcimadamore


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.