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 nati

Re: Contribute towards native code which override to OpenJDK

2018-01-22 Thread Erik Joelsson
Hello Archana, Before attempting this change, did you actually try overriding native source files? The support for this has been in NativeCompilation.gmk since a very long time (well before the support for overriding java source files was added) using this piece of logic further up the file:

Re: Contribute towards native code which override to OpenJDK

2018-02-02 Thread Archana Nogriya
To: Archana Nogriya , build-dev@openjdk.java.net Date: 22/01/2018 17:14 Subject:Re: Contribute towards native code which override to OpenJDK Hello Archana, Before attempting this change, did you actually try overriding native source files? The support for this has been in