JDK1.4.1 patchset4

NetBSDで使うには、-currentのScheduler Activationsが必須らしい。
http://www.eyesbeyond.com/freebsddom/java/jdk14.html
EXAMPLES
1. % ./build.sh tools kernel=GENERIC

Build a new toolchain, and use the new toolchain to configure and
build a new GENERIC kernel.

2. % ./build.sh -U distribution

Using unprivileged mode, build a complete distribution to a DESTDIR
directory that build.sh selects (and will display).

3. # ./build.sh -U install=/

As root, install to / the distribution that was built by example 2.
Even though this is run as root, -U is required so that the permis-
sions stored in DESTDIR/METALOG are correctly applied to the files
as they're copied to /.

4. % ./build.sh -U -u release

Using unprivileged mode, build a complete release to DESTDIR and
RELEASEDIR directories that build.sh selects (and will display).
MKUPDATE=yes (-u) is set to prevent the ``make cleandir'', so that
if this is run after example 2, it doesn't need to redo that portion
of the release build.