Re: RFR: JDK-8191204 Post-consolidation cleaning up of the build system

2017-11-21 Thread Magnus Ihse Bursie
Erik reminded me off-list that the check for gtest source code could not be removed, due to the fact that Oracle, for historical reasons, generates "source bundles" with incomplete source trees, which e.g. are missing gtest. (And since gtest is built as part of the hotspot product, and not as a

Re: RFR: JDK-8191204 Post-consolidation cleaning up of the build system

2017-11-14 Thread David Holmes
Hi Magnus, All seems reasonable. Thanks, David On 14/11/2017 9:17 PM, Magnus Ihse Bursie wrote: I think this is the last round of the post-consolidation cleaning up of the build system. I'm removing some now-redundant checks, aligning to more common calling practice, and speeding up the hg st

Re: RFR: JDK-8191204 Post-consolidation cleaning up of the build system

2017-11-14 Thread Tim Bell
Magnus: I think this is the last round of the post-consolidation cleaning up of the build system. I'm removing some now-redundant checks, aligning to more common calling practice, and speeding up the hg status check (which was becoming more urgent as the repo grow in size). Bug: https://bugs.op