-
Bug
-
Resolution: Fixed
-
P2
-
5.0
On "large" machines, Tiger ergonomics causes javac to run under the server
compiler instead of the client compiler, resulting in a severe performance
degradation. The javac launcher should turn off ergonomics by specifying
-J-client on the javac default command line.
Measured a performance degradation of 40% elapsed time for compiling
35000 source lines. CPU time degradation of 145% (due to the use of multiple
CPUs).
###@###.### 2004-03-29
compiler instead of the client compiler, resulting in a severe performance
degradation. The javac launcher should turn off ergonomics by specifying
-J-client on the javac default command line.
Measured a performance degradation of 40% elapsed time for compiling
35000 source lines. CPU time degradation of 145% (due to the use of multiple
CPUs).
###@###.### 2004-03-29
- relates to
-
JDK-6186747 javac performance regression
- Resolved
-
JDK-6368900 tools run on server VM on AMD64 Linux using AMD64 bundle
- Closed