ibmruntimes / openj9-openjdk-jdk9

Extensions for OpenJDK for Eclipse OpenJ9
GNU General Public License v2.0
67 stars 76 forks source link

Refine the trigger for generation of J9JCL sources #139

Closed keithc-ca closed 6 years ago

keithc-ca commented 6 years ago

Build and run the preprocessor only when Main.gmk is invoked with the goal 'create-main-targets-include' and not every time Modules.gmk is read by make.

This avoids scores of evaluations of the build-openj9-tools and generate-j9jcl-sources targets in OpenJ9.gmk which improved build times significantly.

jdekonin commented 6 years ago

jenkins compile