jdk/make/tools/README.txt
author tonyp
Mon, 16 Mar 2009 10:52:44 -0400
changeset 2250 36d1eb1bb075
parent 2 90ce3da70b43
permissions -rw-r--r--
6816154: G1: introduce flags to enable/disable RSet updating and scanning Summary: Introduces two flags, -XX:-/+G1EnableParallelRSetUpdating and -XX:-/+G1EnableParallelRSetScanning, to turn on/off the "band aid" fix that serializes RSet updating / scanning during GCs. Reviewed-by: iveresov


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.