-
Bug
-
Resolution: Fixed
-
P4
-
jfx11
-
b08
-
os_x
On macOS, we disable parallel compilation in build.gradle by forcing NUM_COMPILE_THREADS to 1.
This was implemented by X in response to an macOS-only intermittent compilation failure in the native FontT2K code when compiling in parallel using gcc. I filedJDK-8089417 to track this failure, but while reviewing the PR for JDK-8339335 we determined that forcing NUM_COMPILE_THREADS to 1 was longer needed, so I closed JDK-8089417 as "Cannot reproduce".
We now need to remove this workaround and enable parallel compilation on macOS by letting NUM_COMPILE_THREADS be set to the number of available processors as it is done on other platforms.
This was implemented by X in response to an macOS-only intermittent compilation failure in the native FontT2K code when compiling in parallel using gcc. I filed
We now need to remove this workaround and enable parallel compilation on macOS by letting NUM_COMPILE_THREADS be set to the number of available processors as it is done on other platforms.
- blocks
-
JDK-8339335 set number of parallel jobs when building webkit
- Resolved
- relates to
-
JDK-8340564 [macOS] Intermittent build failure in native font with parallel compilation
- Open
-
JDK-8094590 Mac: Intermittent build failures in task graphics:ccMacFontT2K
- Resolved
-
JDK-8089417 Mac: intermittent T2K gcc failure prevents parallel compilation
- Closed
- links to
-
Commit(master) openjdk/jfx/4647367c
-
Review(master) openjdk/jfx/1554
(1 links to)