jdk/make/tools/README.txt
author never
Wed, 30 Mar 2011 07:47:19 -0700
changeset 8878 a6283814032c
parent 2 90ce3da70b43
permissions -rw-r--r--
7031614: jmap -permstat fails with java.lang.InternalError in sun.jvm.hotspot.oops.OopField.getValue Reviewed-by: kvn, dcubed


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.