jdk/make/tools/README.txt
author kvn
Fri, 08 Jan 2010 09:51:24 -0800 (2010-01-08)
changeset 4583 b36d52bd2d19
parent 2 90ce3da70b43
permissions -rw-r--r--
6910484: incorrect integer optimization (loosing and op-r in a given example) Summary: Remove AND operation only if mask is equal to shift. Reviewed-by: never

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.