Bug 87552

Summary: Enable multi-job builds for CPP files in JDK15 build
Product: Base System Reporter: JY <leafy>
Component: javaAssignee: Greg Lewis <glewis>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 7.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description JY 2005-10-17 05:10:18 UTC
	From http://www.linuxfromscratch.org/blfs/view/stable/general/jdk.html
	Adding HOTSPOT_BUILD_JOBS=n to the port enables parallel multi-job building of the CPP part in jdk15. This decreases compilation time for hotspot VMs on a multi-cpu machine, even if it's a hyperthreaded one.
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2006-01-31 16:30:50 UTC
Responsible Changed
From-To: freebsd-java->glewis

I'll take it.
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2006-02-02 16:28:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!