Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 12
- Affects Version/s: None
With
, 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
JDK-8198326 --disable-warnings-as-errors disables errtags on Solaris
- Closed
relates to
JDK-8211145 [ppc] [s390]: Build fails due to -Werror=switch (introduced with JDK-8211029)
- Resolved
JDK-8211274 x86_32 build failures after JDK-8211029 (Have a common set of enabled warnings for all native libraries)
- Resolved
JDK-8274860 gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp
- Resolved
JDK-8211088 GCC 6.3.0 build fails with --with-extra-cflags=-Wno-int-conversion
- Closed
JDK-8211212 ARM: -Werror=switch build failure
- Resolved
JDK-8211168 Solaris-X64 build fails due to "Error: nreg hides the same name in an outer scope."
- Resolved
JDK-8211071 unpack.cpp fails to compile with statement has no effect [-Werror=unused-value]
- Resolved
JDK-8211333 AArch64: Fix another build failure after JDK-8211029
- Resolved
JDK-8211207 AArch64: Fix build failure after JDK-8211029
- Closed
(5 relates to)