Re: RFR: 8167523: JDK 9 build failure on MacOS due to unhandled cases in switch statement

2016-10-12 Thread Sergey Malenkov
> Looks fine. +1 Thanks! Sergey A. Malenkov

Re: RFR: 8167523: JDK 9 build failure on MacOS due to unhandled cases in switch statement

2016-10-11 Thread Sergey Bylokhov
Looks fine. On 12.10.16 0:23, Philip Race wrote: The fix for 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only) added a switch statement with unhandled cases. On later versions of the clang compiler this causes a build failure due to a

RFR: 8167523: JDK 9 build failure on MacOS due to unhandled cases in switch statement

2016-10-11 Thread Philip Race
The fix for 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only) added a switch statement with unhandled cases. On later versions of the clang compiler this causes a build failure due to a warning