RFR: JDK-8248488 JDK-8246484 actually broke COMPARE_BUILD

Erik Joelsson erik.joelsson at oracle.com
Mon Jun 29 16:04:03 UTC 2020


Looks ok.

/Erik

On 2020-06-29 08:50, Magnus Ihse Bursie wrote:
> Unfortunately JDK-8246484, which was supposed to make COMPARE_BUILD 
> testing more robust, actually broke COMPARE_BUILD. :-( That patch 
> tries to apply the patch with --dry-run at make startup, which was a 
> good idea. Unfortunately, it tries to do so as well when running the 
> second time in compare mode, and then the patch will fail to apply in 
> --dry-run mode, since it is already applied.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8248488
> WebRev: 
> http://cr.openjdk.java.net/~ihse/JDK-8248488-fix-COMPARE_BUILD/webrev.01
>
> /Magnus



More information about the build-dev mailing list