Re: RFR [9] Modular Source Code

2014-08-18 Thread David Holmes
On 16/08/2014 1:58 AM, Erik Joelsson wrote: Hello Omair, No, as I tried to explain in my initial mail on this thread, since the modules are all compiled in parallel, and not sequentially like the current build does with the repositories, it doesn't make much sense timing each module. The numbers

RFR: 8055331 : (xs) hgforest.sh cleaner handling of sub-process non-zero exit result

2014-08-18 Thread Mike Duigou
Hello all; This changeset breaks out some the simple and non-controversial changes from JDK-8042841. The change makes it easier to write scripts around hg incoming, outgoing, etc. that return exit code 1 for non-error situations. Rather than returning 1 for all non-zero exit conditions hgforest

Re: RFR [9] Modular Source Code

2014-08-18 Thread Anthony Petrov
On 8/18/2014 5:47 PM, Magnus Ihse Bursie wrote: libawt et al: The relation between libawt, libawt_headless, libjawt, libawt_xawt and libawt_lwawt are hairy enough to make my brain curl up. I believe there are simplifications to be made but I gave up trying to figure them out. libawt contains

Re: RFR [9] Modular Source Code

2014-08-18 Thread Magnus Ihse Bursie
I also found these random notes scribbled down that I forgot to add to the previous mails: * In CoreLibraries.gmk, we have dead code defining BUILD_LIBVERIFY_SRC which is not used anymore. * In Tools.gmk, I notice that we copy the files $(JDK_TOPDIR)/src/java.desktop/share/classes/javax/sw

Re: RFR [9] Modular Source Code

2014-08-18 Thread Magnus Ihse Bursie
On 2014-08-15 12:13, Magnus Ihse Bursie wrote: Here are the more concrete specification of this, for all files except Awt2dLibraries.gmk, which I'll return to. And here is the jury's verdict on Awt2dLibraries.gmk. :-) libjavajpeg: One of these are not needed: LIBJAVAJPEG_SRC := $(JDK_TOP