Re: RFR: JDK-8154070: Configuration script unable to detect boot JDK's modules support

2016-04-12 Thread Alan Bateman
On 12/04/2016 14:07, Erik Joelsson wrote: It's the exact same change I just did in that file in jake so should merge fine. Luckily the format -Xpatch:foo=bar is already accepted in JDK 9 for the purpose needed here. I don't want to wait with this patch as it's needed for other work. Okay, I s

Re: RFR: JDK-8154070: Configuration script unable to detect boot JDK's modules support

2016-04-12 Thread Erik Joelsson
It's the exact same change I just did in that file in jake so should merge fine. Luckily the format -Xpatch:foo=bar is already accepted in JDK 9 for the purpose needed here. I don't want to wait with this patch as it's needed for other work. /Erik On 2016-04-12 14:57, Alan Bateman wrote: On

Re: RFR: JDK-8154070: Configuration script unable to detect boot JDK's modules support

2016-04-12 Thread Alan Bateman
On 12/04/2016 13:54, Erik Joelsson wrote: The current configure test for the boot JDKs module support is broken since the -Xpatch argument that is used to detect it has changed format. Related to this, the --with-build-jdk argument is also broken since the version string changed for JDK 9. Bu

RFR: JDK-8154070: Configuration script unable to detect boot JDK's modules support

2016-04-12 Thread Erik Joelsson
The current configure test for the boot JDKs module support is broken since the -Xpatch argument that is used to detect it has changed format. Related to this, the --with-build-jdk argument is also broken since the version string changed for JDK 9. Bug: https://bugs.openjdk.java.net/browse/JDK