Re: RFR: JDK-8167488: Race condition in build with new exploded-image-optimize target

2016-10-12 Thread Magnus Ihse Bursie
On 2016-10-11 15:37, Tim Bell wrote: Hello Erik: When introducing the exploded-image-optimize target, I tried to fix all the dependencies so that the module-info.class files would not be used by any other target at the same time as the optimization was happening. It seems I forgot about one cla

Re: RFR: JDK-8167488: Race condition in build with new exploded-image-optimize target

2016-10-11 Thread Tim Bell
Hello Erik: When introducing the exploded-image-optimize target, I tried to fix all the dependencies so that the module-info.class files would not be used by any other target at the same time as the optimization was happening. It seems I forgot about one class of such uses. Any java compilation

RFR: JDK-8167488: Race condition in build with new exploded-image-optimize target

2016-10-11 Thread Erik Joelsson
When introducing the exploded-image-optimize target, I tried to fix all the dependencies so that the module-info.class files would not be used by any other target at the same time as the optimization was happening. It seems I forgot about one class of such uses. Any java compilation target that