Hello. Please review the fix for jdk9: - I "turn on warnings as error" for libjsoundalsa library.- The last warning was fixed. The problem was in fact that gcc suggest a parenthesesaround&& inside ||;
Note that all new changes should be warning free, otherwise it will cause a build breakage.
Bug: https://bugs.openjdk.java.net/browse/JDK-8074832 Webrev can be found at: http://cr.openjdk.java.net/~serb/8074832/webrev.00 -- Best regards, Sergey.