Re: [12] RFR(S) 8209165: [GRAAL] Skip Graal build if C1 is not present

2018-08-10 Thread Liu Xin
Vladimir, I am quite new area. Why Graal needs its own GC and small runtime? Theoretically, jaotc compiles some Java classes. It doesn’t need to know that those classes are themselves. My original thought is straight-forward. Compile Graal classes using JOT, load them to avoid from

Re: [RFR]: 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update - was : RE: RFR 8195615 : libsplashscreen linux ppc64le build error after libpng update

2018-08-10 Thread Phil Race
+1 from me. -phil. On 08/10/2018 08:18 AM, Baesken, Matthias wrote: Hello , here is a new webrev : http://cr.openjdk.java.net/~mbaesken/webrevs/8209115.1/ I set PNG_POWERPC_VSX_OPT now only on the linux ppc platforms . Best

RE: [RFR]: 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update - was : RE: RFR 8195615 : libsplashscreen linux ppc64le build error after libpng update

2018-08-10 Thread Baesken, Matthias
Hello , here is a new webrev : http://cr.openjdk.java.net/~mbaesken/webrevs/8209115.1/ I set PNG_POWERPC_VSX_OPTnow only on the linux ppc platforms . Best regards, Matthias From: Baesken, Matthias Sent: Donnerstag, 9. August 2018 08:48 To: 'Philip Race' Cc:

[8u] RFR(xS): 8209359: [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017.

2018-08-10 Thread Kevin Walls
Hi, I'd like to get a review of this small change to let the jdk8u/hotspot build system recognise another Microsoft compiler version: 8209359: [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017. https://bugs.openjdk.java.net/browse/JDK-8209359 Diff below, just another if

Re: [8u] RFR(xS): 8209359: [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017.

2018-08-10 Thread Tim Bell
Hi Kevin: I'd like to get a review of this small change to let the jdk8u/hotspot build system recognise another Microsoft compiler version: 8209359: [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017. https://bugs.openjdk.java.net/browse/JDK-8209359 Diff below, just another if