Re: FR: 8174203: Enable AOT Jtreg tests on Windows x86_64

2017-02-13 Thread Vladimir Kozlov
Hotspot changes are good. Thanks, Vladimir On 2/13/17 12:30 PM, Bob Vandette wrote: Please review this change for JDK 10, that enables jtreg testing of Hotspot AOT support on Windows. This change also includes some fixes that allow JPRT to be able to run these tests. Thanks to Erik Joelsson

FR: 8174203: Enable AOT Jtreg tests on Windows x86_64

2017-02-13 Thread Bob Vandette
Please review this change for JDK 10, that enables jtreg testing of Hotspot AOT support on Windows. This change also includes some fixes that allow JPRT to be able to run these tests. Thanks to Erik Joelsson for providing the JPRT support. CR: https://bugs.openjdk.java.net/browse/JDK-8174203

JDK 9 RFR Enable doclint reference checking for the java.compiler module

2017-02-13 Thread joe darcy
Hello, Please review the small patch below to enable the "reference" category of doclint checking (@see and @link tags, etc.) for the java.compiler module which hosts the packages javax.lang.model.*, javax.annotation.processing, and javax.tools. Thanks, -Joe diff -r 4eb77fb98952 make/Compi