[jdk11u-dev] Integrated: 8210988: Improved handling of compiler warnings in the build
Andrew Lu
andrewlu at openjdk.org
Thu Mar 28 02:11:41 UTC 2024
On Mon, 18 Mar 2024 06:46:29 GMT, Andrew Lu <andrewlu at openjdk.org> wrote:
> I backport this for parity with 11.0.24-oracle.
> make/hotspot/lib/CompileGtest.gmk
> ‘DISABLED_WARNINGS_microsoft := $(DISABLED_WARNINGS_microsoft) \
> 4146, \’
> make/hotspot/lib/CompileJvm.gmk
> DISABLED_WARNINGS_microsoft := $(DISABLED_WARNINGS_microsoft) 4146, \
>
> The DISABLED_WARNINGS_microsoft change to 4146 as in src\hotspot\cpu\aarch64\register_aarch64.hpp(285)
> 'uint32_t first = _bitset & -_bitset' remains.
This pull request has now been integrated.
Changeset: 29a08f77
Author: Andrew Lu <andrewlu at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/29a08f77e8b1f98ffc6b34b5f3ecebad1424a712
Stats: 112 lines in 6 files changed: 72 ins; 15 del; 25 mod
8210988: Improved handling of compiler warnings in the build
Reviewed-by: lucy
Backport-of: 09a967ab8143c3d4b0824a0027edaf0e634686ec
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2606
More information about the jdk-updates-dev
mailing list