Re: RFR: JDK-8195689 Remove generated-configure.sh and instead use autoconf

2018-01-19 Thread Martin Buchholz
Alright folks, you've convinced me. The "builder interface" is the same "bash configure && make" (aside: having configure be non-executable is super-annoying, because it changes an interface burned into my fingers) and yes, users already have to install many dependencies. I was thinking you would

Re: OpenJDK installation instructions - SUSE install instructions are missing

2018-01-19 Thread Martin Buchholz
On Fri, Jan 19, 2018 at 11:16 AM, John Paul Adrian Glaubitz < glaub...@physik.fu-berlin.de> wrote: > On 01/19/2018 07:43 PM, Martin Buchholz wrote: > > [+build-dev] > > Does this really fit here? It's not related to building OpenJDK but > rather just installing, isn't it? > Oh, I think you're

Re: OpenJDK installation instructions - SUSE install instructions are missing

2018-01-19 Thread John Paul Adrian Glaubitz
On 01/19/2018 07:43 PM, Martin Buchholz wrote: > [+build-dev] Does this really fit here? It's not related to building OpenJDK but rather just installing, isn't it? FWIW, the installation instructions for Debian are also outdated as they are missing OpenJDK-9 which can now be installed through

Re: OpenJDK installation instructions - SUSE install instructions are missing

2018-01-19 Thread Martin Buchholz
[+build-dev] On Fri, Jan 19, 2018 at 9:48 AM, Stefan Knorr wrote: > Hi, > > I noticed that the page at http://openjdk.java.net/install/ does not > mention how to install OpenJDK on SUSE-based distros (openSUSE and SUSE > Linux Enterprise/SLE). Would it be possible to add that

Contribute towards native code which override to OpenJDK

2018-01-19 Thread Archana Nogriya
Hi, Why this contribution is required These changes are to support the override of native C/C++ source by the SetupNativeCompilation macro in a similar way to how java classes can be overridden in SetupJavaCompilation. This will enable extension/closed source providers to easily override