Re: RFR(XXS): 8183119: Resolve 'libkstat' dependency between open and closed part of JDK.

2017-08-28 Thread Erik Joelsson
Looks good. /Erik On 2017-08-24 15:06, Patric Hedlin wrote: Dear all, I would like to ask for help to review the following change/update: Issue: https://bugs.openjdk.java.net/browse/JDK-8183119 8183119:Resolve 'libkstat' dependency between open and closed part of JDK. libkstat no

Re: hotspot atom editor integration

2017-08-28 Thread Maurizio Cimadamore
On 21/08/17 13:30, Erik Joelsson wrote: For each generated object file, there is a corresponding .cmdline file which contains the full compile command line. That file can be parsed to extract the relevant flags that were used, and is probably easier to work with than parsing a debug build

[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

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

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