jdk/make/tools/README.txt
author xuelei
Fri, 11 Apr 2008 03:50:37 -0400
changeset 475 b8b79ef97ac8
parent 2 90ce3da70b43
permissions -rw-r--r--
6571950: SSLSocket(raddr, rport, laddr, lport) allows null as laddr that spec doesn't reflect Summary: add the description that while the local address parameter is null, anyLocalAddress will be used instead. Reviewed-by: weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
The build tools are generally tools written in java that are used to build
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
the jdk or provide help in working with the jdk.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
They are all built with the BOOTDIR javac and run with the BOOTDIR java.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
They need only be built once.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8