RFR: 8354547: REDO: Force clients to explicitly pass mem_tag value, even if it is mtNone [v3]
Gerard Ziemski
gziemski at openjdk.org
Tue Apr 15 20:02:07 UTC 2025
> Redo for a follow-up to https://github.com/openjdk/jdk/pull/21843. Here we are focusing on removing the mem tag paremeter with default value of mtNone, to force everyone to provide mem tag, if known.
>
> I tried to fill in tag, when I was pretty certain that I had the right type.
>
> At least one more follow-up will be needed after this, to change the remaining mtNone to valid values.
>
> Testing: tier1-5 in progress
Gerard Ziemski has updated the pull request incrementally with one additional commit since the last revision:
remove last default argument (found by Stefan)
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24634/files
- new: https://git.openjdk.org/jdk/pull/24634/files/471728dc..d5cea15d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24634&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24634&range=01-02
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/24634.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24634/head:pull/24634
PR: https://git.openjdk.org/jdk/pull/24634
More information about the hotspot-dev
mailing list