Re: RFR: JDK-8074091: Remove dead code from merge mistake in JavaCompilation.gmk

2015-03-04 Thread Magnus Ihse Bursie
On 2015-03-02 12:03, Erik Joelsson wrote: Hello, In JavaCompilation.gmk, between the definitions of SetupArchive and add_file_to_copy, there is a partial block of code that looks like it shouldn't be there. It seems to be part of the moved SetupZipArchive and has most likely reappeared in Jav

RFR: JDK-8074091: Remove dead code from merge mistake in JavaCompilation.gmk

2015-03-02 Thread Erik Joelsson
Hello, In JavaCompilation.gmk, between the definitions of SetupArchive and add_file_to_copy, there is a partial block of code that looks like it shouldn't be there. It seems to be part of the moved SetupZipArchive and has most likely reappeared in JavaCompilation in a merge. The code snippet