Compiling jdk15 on amd64: how long?
Jiawei Ye
leafy7382 at gmail.com
Fri Jan 20 02:43:38 PST 2006
On 1/20/06, Andrew Reilly <andrew-freebsd at areilly.bpc-users.org> wrote:
> Uname -a:
> FreeBSD new.reilly.home 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Jan 18 23:44:47 UTC 2006 root at new.reilly.home:/usr/obj/usr/src/sys/SMP amd64
>
> Hmm. Maybe I should bring the base system forward to 6.0-STABLE
> before trying this?
>
> Maybe I should start with jdk14?
>
> Any help or suggestions, or even confirmation that this has been
> done before would be greatly appreciated.
>
> Cheers,
>
> --
> Andrew
JDK15 generally takes a very long time to compile. If you have more
than 1 cpu, you can add
MAKE_ENV+=HOTSPOT_BUILD_JOBS="n"
in the ports Makefile, where n is the number of cpus you have. This
will parallelize hotspot builds (the cpp parts) which is the most time
consuming part of building a JDK.
Jiawei Ye
--
"Without the userland, the kernel is useless."
--inspired by The Tao of Programming
More information about the freebsd-java
mailing list