jdk/make/tools/README.txt
author kvn
Tue, 07 Apr 2009 10:05:04 -0700
changeset 2531 c974c3e10bf7
parent 2 90ce3da70b43
permissions -rw-r--r--
6826960: C2 Sparc: assert(bb->_nodes(_bb_end)->is_Proj(),"skipping projections after expected call") Summary: Add the check when a Halt node is placed in a separate block. Reviewed-by: twisti


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.