Hi, can I please get a review and a sponsor for the following trivial change:
http://cr.openjdk.java.net/~simonis/webrevs/2016/8168302/ https://bugs.openjdk.java.net/browse/JDK-8168302 After change "8152666: The new Hotspot Build System" setting --disable-warnings-as-errors doesn't work for the hotspot build on Solaris anymore because JVM_CFLAGS unconditionally contains the option "-xwe" which is equivalent to "-errwarn=%all". Using "-xwe" shouldn't be used because -enable-warnings-as-errors already sets "-errwarn=%all". Thank you and best regards, Volker
