Bug 87552 - Enable multi-job builds for CPP files in JDK15 build
Summary: Enable multi-job builds for CPP files in JDK15 build
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 7.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-17 05:10 UTC by JY
Modified: 2006-02-02 16:28 UTC (History)
0 users

See Also:


Attachments
file.diff (338 bytes, patch)
2005-10-17 05:10 UTC, JY
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!