January 2015
Intermediate to advanced
298 pages
6h 27m
English
OpenJDK 6 on Linux was developed for and most excessively tested with those GCC toolchains available at that time. Modern Linux distributions have newer toolchains, for example, Ubuntu 12.04 has GCC 4.6. Newer toolchains may have more advanced optimizations and provide slightly faster code, but older ones should be more stable for OpenJDK.
Oracle published the minimum build environment description for OpenJDK 6. It says:
"Building with the MBE will generate the most compatible bits that install on, and run correctly on, the most variations of the same base OS and hardware architecture."
We are going to build OpenJDK 6 on one of the minimum build environment platforms—Debian ...
Read now
Unlock full access