Loading... (original) (raw)

With

JDK-8210988

, the foundation is in place for a more systematic way of handling warnings across all native libraries (hotspot and the JDK libraries alike).

With this patch, make sure we enable all warnings equally for all libaries. If an individual library triggers a specific warning, disable it in that library.

duplicates

Bug - A problem which impairs or prevents the functions of the product. JDK-8198326 --disable-warnings-as-errors disables errtags on Solaris

relates to

Bug - A problem which impairs or prevents the functions of the product. JDK-8211145 [ppc] [s390]: Build fails due to -Werror=switch (introduced with JDK-8211029)

Bug - A problem which impairs or prevents the functions of the product. JDK-8211274 x86_32 build failures after JDK-8211029 (Have a common set of enabled warnings for all native libraries)

Bug - A problem which impairs or prevents the functions of the product. JDK-8274860 gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp

Bug - A problem which impairs or prevents the functions of the product. JDK-8211088 GCC 6.3.0 build fails with --with-extra-cflags=-Wno-int-conversion

Bug - A problem which impairs or prevents the functions of the product. JDK-8211212 ARM: -Werror=switch build failure

Bug - A problem which impairs or prevents the functions of the product. JDK-8211168 Solaris-X64 build fails due to "Error: nreg hides the same name in an outer scope."

Bug - A problem which impairs or prevents the functions of the product. JDK-8211071 unpack.cpp fails to compile with statement has no effect [-Werror=unused-value]

Bug - A problem which impairs or prevents the functions of the product. JDK-8211333 AArch64: Fix another build failure after JDK-8211029

Bug - A problem which impairs or prevents the functions of the product. JDK-8211207 AArch64: Fix build failure after JDK-8211029

(5 relates to)