Re: Inquiry whether jdk8u can compile with icc?

2018-06-26 Thread yumin qi
t; Do you have any ideas for this? > I want to build JVM on intel i5-6600k platform. > Thanks very much. > > Best Regards! > VicWang > > > -邮件原件- > 发件人: Erik Joelsson [mailto:erik.joels...@oracle.com] > 发送时间: 2018年6月26日 0:20 > 收件人: Vic Wang(BJ-RD) ; build

Re: Inquiry whether jdk8u can compile with icc?

2018-06-25 Thread Erik Joelsson
Hello, There is no support for ICC as far as I know. If ICC is compatible with the default toolchain for the platform, you may get something to work, but I doubt you will have any luck without modifying build logic. Which platform are you trying to build on? /Erik On 2018-06-25 08:19, Vic

Re: Inquiry whether jdk8u can compile with icc?

2018-06-25 Thread yumin qi
Hi, Vic You can try the help: sh configure --help Also export CC='your ICC' Yumin On Mon, Jun 25, 2018 at 8:20 AM Vic Wang(BJ-RD) wrote: > Hi, > >I get the openjdk-jdk8u-jdk8u source code, and I want to compile > jvm with ICC compiler. >How to configure jvm be