jdk/make/tools/README.txt
author jjh
Fri, 09 Dec 2011 12:56:22 -0800
changeset 11277 e3a1c90dd439
parent 2 90ce3da70b43
permissions -rw-r--r--
7117053: Fix build warnings in com/sun/tools/jdi/* Summary: Warnings fixed. Also reviewed by serguei.spitsyn@oracle.com, who is not yet an openjdk reviewer Reviewed-by: ksrini


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.