Integrated: 8338471: Assert deleted methods not returned by CallInfo
Coleen Phillimore
coleenp at openjdk.org
Fri Sep 20 18:41:39 UTC 2024
On Wed, 18 Sep 2024 22:39:11 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 5cffddc6
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5cffddc689a0134e1aaacb432d2f0fdd61dd74b1
Stats: 11 lines in 4 files changed: 4 ins; 1 del; 6 mod
8338471: Assert deleted methods not returned by CallInfo
Reviewed-by: shade, jwaters, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/21075
More information about the hotspot-dev
mailing list