RFR: 8301244: Replace legacy pragma implementations in HotSpot's compilerWarnings.hpp [v5]
Julian Waters
jwaters at openjdk.org
Sun Jan 29 04:52:26 UTC 2023
> HotSpot has a few legacy implementations of pragmas in some of its macros in compilerWarnings.hpp, they should be cleaned up and use a more modern approach. Rename PRAGMA macro in compilerWarnings_gcc.hpp as well since it can be used for more than just compiler warnings
Julian Waters has updated the pull request incrementally with two additional commits since the last revision:
- Remove VISCPP PRAGMA
- Remove PRAGMA
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12255/files
- new: https://git.openjdk.org/jdk/pull/12255/files/1c8d6f22..dae01b07
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12255&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12255&range=03-04
Stats: 6 lines in 2 files changed: 0 ins; 2 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/12255.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12255/head:pull/12255
PR: https://git.openjdk.org/jdk/pull/12255
More information about the hotspot-dev
mailing list