Re: [10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-29 Thread Vladimir Kozlov
On 8/29/17 12:30 AM, Lennart Börjeson wrote: Could we, please, get this on OSX/MacOS, too? Unfortunately we can not do that. We have very tight schedule for next release and we are doing only linux-x64 testing now due to most resources are used for JDK 9 final testing. Regards, Vladimir

Re: [10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-29 Thread Vladimir Kozlov
Thank you, Erik Vladimir On 8/29/17 12:14 AM, Erik Joelsson wrote: Looks good to me. /Erik On 2017-08-28 22:18, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8186462/webrev/ https://bugs.openjdk.java.net/browse/JDK-8186462 We are planning to have Graal as experimental JIT

Re: [10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-29 Thread Andrew Haley
On 28/08/17 21:18, Vladimir Kozlov wrote: > We are planning to have Graal as experimental JIT compiler on linux-x64 > in next release. For that we should enable its build independent from > AOT build. Excellent. We'll want to pull the AArch64 parts of Graal next time there is an import. --

Re: [10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-29 Thread Lennart Börjeson
Could we, please, get this on OSX/MacOS, too? (For now, I enabling it in my own builds, but it would be nice to have it in the release builds.) Best regards, /Lennart > 28 aug. 2017 kl. 22:18 skrev Vladimir Kozlov : > >

Re: [10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-29 Thread Erik Joelsson
Looks good to me. /Erik On 2017-08-28 22:18, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8186462/webrev/ https://bugs.openjdk.java.net/browse/JDK-8186462 We are planning to have Graal as experimental JIT compiler on linux-x64 in next release. For that we should enable its build

Re: [10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-29 Thread Vladimir Kozlov
Thank you, Tobias Vladimir On 8/28/17 10:20 PM, Tobias Hartmann wrote: Hi Vladimir, On 28.08.2017 22:18, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8186462/webrev/ Looks good to me! Best regards, Tobias

Re: [10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-28 Thread Vladimir Kozlov
Thank you, Chris Vladimir On 8/28/17 1:56 PM, Christian Thalinger wrote: On Aug 28, 2017, at 10:18 AM, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8186462/webrev/ https://bugs.openjdk.java.net/browse/JDK-8186462 We are planning to have Graal as

Re: [10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-28 Thread Christian Thalinger
> On Aug 28, 2017, at 10:18 AM, Vladimir Kozlov > wrote: > > http://cr.openjdk.java.net/~kvn/8186462/webrev/ > https://bugs.openjdk.java.net/browse/JDK-8186462 > > We are planning to have Graal as experimental JIT compiler on linux-x64 in > next release. For that

[10] RFR(S) 8186462: [Graal] build Graal regardless AOT build

2017-08-28 Thread Vladimir Kozlov
http://cr.openjdk.java.net/~kvn/8186462/webrev/ https://bugs.openjdk.java.net/browse/JDK-8186462 We are planning to have Graal as experimental JIT compiler on linux-x64 in next release. For that we should enable its build independent from AOT build. Thanks, Vladimir