[jdk11u-dev] RFR: 8210988: Improved handling of compiler warnings in the build [v6]
Andrew Lu
andrewlu at openjdk.org
Tue Mar 26 07:21:54 UTC 2024
> 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 := 4146, \
>
> The DISABLED_WARNINGS_microsoft change to 4146 as in src\hotspot\cpu\aarch64\register_aarch64.hpp(285)
> 'uint32_t first = _bitset & -_bitset' remains.
Andrew Lu has updated the pull request incrementally with one additional commit since the last revision:
update
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/2606/files
- new: https://git.openjdk.org/jdk11u-dev/pull/2606/files/110d8fe3..f5e90cd4
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2606&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2606&range=04-05
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2606.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2606/head:pull/2606
PR: https://git.openjdk.org/jdk11u-dev/pull/2606
More information about the jdk-updates-dev
mailing list