JDK build questions

Martin Buchholz martinrb at google.com
Fri Apr 16 19:20:00 UTC 2010


On Fri, Apr 16, 2010 at 12:09, David Dabbs <dmdabbs at gmail.com> wrote:
>> > * If so, is it possible to build using Intel's compiler?
>>
>> You'll probably need to port, and to modify
>> some underlying assumptions.
>> I don't recommend it.
>>
>
> I'm not sure I understand your reference to "port." The Intel
> compiler is available on both Windows as well as Linux.

What I mean is that you will need to port the JDK Makefiles
and source code.  You will need to find the (many) places where
the code assumes that gcc is used on linux or that microsoft's
compiler is used on windows.

Also, don't expect to be able to run any 3rd-party native code in your
new JDK via JNI,
unless it has also been compiled using intel cc.

Martin



More information about the build-dev mailing list