6726164: jdk\src\windows\native\java\net\NetworkInterface.h(172) : error C2365: 'IpPrefixOriginOther' : redef
Summary: Change the NetworkInterface header that allows it to compile on the current compiler/SDK version as well as the SDK bundled with Visual Studio 2008.
Reviewed-by: ohair, alanb
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.