Coming soon: JDK 9 Platform/Compiler upgrades at Oracle
Doug Simon
doug.simon at oracle.com
Mon Jun 9 09:06:01 UTC 2014
On Jun 9, 2014, at 10:37 AM, Erik Joelsson <erik.joelsson at oracle.com> wrote:
>
> On 2014-06-07 21:26, Florian Weimer wrote:
>> On 06/05/2014 11:46 PM, Tim Bell wrote:
>>
>>> - Linux - Oracle Linux 6.4 64-bit / GCC 4.8.2
>>
>> Are you sure the GCC version is correct?
>>
> Yes, we are not using the GCC bundled with the Linux distribution, but have instead opted to create our own compiler package from source. The compiler packages are actually based on Oracle Linux 5 so that the built JDK bits will be compatible with older Linux versions without forcing us to run the builds on older OS versions. The scripts used to generate these packages can be found in make/devkit/ in the root repo.
An alternative approach to this that we experimented with while working out how to build GraalVM images[1] that support older Linux versions was to use Docker[2]. It’s fairly straight forward and avoided the need for a completely separate VM in our case (or a from source GCC toolchain).
-Doug
[1] http://lafo.ssw.uni-linz.ac.at/builds/
[2] http://www.docker.com
More information about the jdk9-dev
mailing list