> Add all g1 files that compiles with `$(CFLAGS_CONVERSION_WARNINGS)`. Remove > the old example > `g1Numa.cpp`, because I misspelled `g1NUMA.cpp` (that does not compile with > the warnings) > > Eventually, after cleanups, there will only be a single expression left > ```$(call ExtendFlags, $(TOPDIR)/src/hotspot/share/gc/g1, \ > %.cpp, _CXXFLAGS, $(CFLAGS_CONVERSION_WARNINGS)), ``` > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Leo Korinth has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision: - Fixes in master merged - remove trash file - G1: Enable stricter warning flags for g1 files ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30924/files - new: https://git.openjdk.org/jdk/pull/30924/files/92217b26..55ce55b1 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30924&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30924&range=00-01 Stats: 77161 lines in 1174 files changed: 17861 ins; 55543 del; 3757 mod Patch: https://git.openjdk.org/jdk/pull/30924.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30924/head:pull/30924 PR: https://git.openjdk.org/jdk/pull/30924
