jdk 9 build broken?

2015-11-14 Thread Lance Andersen
I just updated my jdk 9 workspace and I am not seeing the following errors trying to build on OSX: ERROR: Build failed for target 'all' in configuration 'macosx-x86_64-normal-server-release' (exit code 2) === Output from failing command(s) repeated here

Re: RFR: JDK-8142983: Enable builds with icecc/icecream

2015-11-14 Thread David Holmes
I'll bite - what are icecc and icecream? :) David On 14/11/2015 5:55 AM, Erik Joelsson wrote: We should enable builds using icecc/icecream distributed native compilation. The setup is rather simple and the required changes to configure are no more complex than how we currently handle ccache. I

Re: RFR: JDK-8142983: Enable builds with icecc/icecream

2015-11-14 Thread Erik Joelsson
Oh, I should probably have included a link: https://github.com/icecc/icecream Short story is SuSE made an improved version of distcc. It's been around a while, but I just recently stumbled over it and decided to give it a go. Results were good enough, and adding support simple enough, so I de