Re: RfR JDK-8167213 Move include/bridge/AccessBridgeCalls.c to the source directory

2016-10-17 Thread Magnus Ihse Bursie
On 2016-10-14 17:51, Pete Brunet wrote: Please review the following. The .h files and .c file provided to allow Assistive Technology to interface to the Java Access Bridge API are being removed from the built JRE/JDK images. They are not used much and they can be obtained online via the OpenJDK

Re: RFR: 8167600 jib make run-test for langtools and intermittent failures on windows-x86

2016-10-17 Thread Magnus Ihse Bursie
On 2016-10-15 03:23, Tim Bell wrote: Please review this rework of the langtools/test/Makefile fix done in 8166648. [1] ARCH_DATA_MODEL is not set in all test scenarios, so a better approach is to check the VM about to be tested. Bug report: https://bugs.openjdk.java.net/browse/JDK-8167600

RFR:

2016-10-17 Thread Jonathan Gibbons
Compiler folk, build folk, Please review this update for javac and some build files, for JEP 277. The work supports the enhanced Deprecation attribute, and generates a new warning when items are referenced that are declared with @Deprecated(forRemoval=true), in line with the proposals in JEP 2

RFR: 8145471: javac changes for enhanced deprecation

2016-10-17 Thread Jonathan Gibbons
Repeat, with subject line. -- Jon On 10/17/2016 03:03 PM, Jonathan Gibbons wrote: Compiler folk, build folk, Please review this update for javac and some build files, for JEP 277. The work supports the enhanced Deprecation attribute, and generates a new warning when items are referenced that

Re: RFR: 8167600 jib make run-test for langtools and intermittent failures on windows-x86

2016-10-17 Thread Tim Bell
Magnus: Thank you for the feedback. See below: On 2016-10-15 03:23, Tim Bell wrote: Please review this rework of the langtools/test/Makefile fix done in 8166648. [1] ARCH_DATA_MODEL is not set in all test scenarios, so a better approach is to check the VM about to be tested. Bug report: