diff -r 8eeacdc76bf2 -r 75aa3e39d02c hotspot/make/gensrc/GensrcAdlc.gmk --- a/hotspot/make/gensrc/GensrcAdlc.gmk Wed Jul 05 11:03:19 2017 -0700 +++ b/hotspot/make/gensrc/GensrcAdlc.gmk Thu Jul 06 01:50:26 2017 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -73,7 +73,7 @@ OUTPUT_DIR := $(JVM_VARIANT_OUTPUTDIR)/tools/adlc, \ PROGRAM := adlc, \ DEBUG_SYMBOLS := false, \ - DISABLED_WARNINGS_clang := parentheses tautological-compare, \ + DISABLED_WARNINGS_clang := tautological-compare, \ DISABLED_WARNINGS_solstudio := notemsource, \ ))