Re: Graal missing from MacOS Java 9 EA download b167

2017-05-12 Thread Lennart Börjeson
is Java, and running on all platforms is what Java is all about, isn’t it? ;-) (Not expecting an immediate policy change.) Best regards, /Lennart Börjeson > 5 maj 2017 kl. 19:04 skrev Sandeep Konchady <sandeep.konch...@oracle.com>: > > Hi Lennart, > > Feedback

Re: Mac OsX Sierra - Stuck on binaryTreeDictionary.hpp compilation

2017-05-12 Thread Lennart Börjeson
I’ve had that error on my Mac since forever. :-/ You need to configure with "--disable-warnings-as-errors”. You’ll then get that warning quite a few times during the build, bit it will work. (At least it does for me.) /Lennart > 12 maj 2017 kl. 12:44 skrev Tommaso Pasini

Re: Graal missing from MacOS Java 9 EA download b167

2017-05-16 Thread Lennart Börjeson
., ./configure --with-jvm-features=compiler1,compiler2,jvmci,graal) /Lennart > 16 maj 2017 kl. 10:57 skrev Andrew Haley <a...@redhat.com>: > > On 12/05/17 12:30, Lennart Börjeson wrote: > >> As I believe Graal is the most important new thing in jdk9, I’d then >>

Re: Building Java9 on Mac OSX

2017-05-18 Thread Lennart Börjeson
I can build on MacOS Sierra (10.12.5), XCode 8.3.2. I have to disable ”warnings as errors”, though. (bash configure --disable-warnings-as-errors) /Lennart > 18 maj 2017 kl. 14:27 skrev Erik Joelsson : > > Hello, > > I think you should still be able to install some

Re: Building Java9 on Mac OSX

2017-05-18 Thread Lennart Börjeson
, > Soundararajan > >> On 18-May-2017, at 18:03, Lennart Börjeson <lenbo...@gmail.com> wrote: >> >> Have you installed the Command Line Tools for XCode? That package is >> essential. >> >> If you haven’t installed it, you can get it by the co

Graal missing from MacOS Java 9 EA download b167

2017-05-03 Thread Lennart Börjeson
Graal (e.g. the module jdk.internal.vm.compiler) seems to be missing from the Java 9 Early-Access download for MacOS. I noticed this with b166 and it is still so in b167. As it is perfectly possible (I’ve done it) to download the source, configure the build to include graal, and build it, I

Re: Building Java9 on Mac OSX

2017-05-18 Thread Lennart Börjeson
Have you installed the Command Line Tools for XCode? That package is essential. If you haven’t installed it, you can get it by the command: sudo xcode-select --install > 18 maj 2017 kl. 14:21 skrev Dakshinamoorthi, Soundararajan > : > > Hi, > > I am trying to build

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 : > >