RFR: 8338471: Assert deleted methods not returned by CallInfo [v2]
Coleen Phillimore
coleenp at openjdk.org
Fri Sep 20 14:49:12 UTC 2024
> CompiledIC can get old methods, but it can't get deleted methods for itable and vtable calls, so add a guarantee and asserts that this cannot happen before dereferencing. Removed unused function and unnecessary methodHandle operator.
> Tested with tier1-4 and 8 which does a lot of redefinition.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Change guarantees to asserts.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21075/files
- new: https://git.openjdk.org/jdk/pull/21075/files/8a70ab32..f3540cd8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21075&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21075&range=00-01
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/21075.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21075/head:pull/21075
PR: https://git.openjdk.org/jdk/pull/21075
More information about the hotspot-dev
mailing list