Patch for JDK15 parallelized builds

Jiawei Ye leafy7382 at gmail.com
Mon Sep 5 06:22:48 PDT 2005


--- Makefile.orig       Mon Sep  5 20:41:49 2005
+++ Makefile    Mon Sep  5 21:18:48 2005
@@ -99,6 +99,10 @@
 MAKE_ENV+=     DONT_ENABLE_IPV6="YES"
 .endif

+.if defined(HOTSPOT_BUILD_JOBS)
+MAKE_ENV+=     HOTSPOT_BUILD_JOBS=${HOTSPOT_BUILD_JOBS}
+.endif
+
 ALL_TARGET=    all

 PLIST_FILES=   jdk${JDK_VERSION}/jre/.systemPrefs/.system.lock \


This really speeds up hotspot builds on multiple CPU machines.

Jiawei
-- 
"Without the userland, the kernel is useless."
               --inspired by The Tao of Programming


More information about the freebsd-java mailing list