Integrated: 8065760: CHA: Improve abstract method support

Vladimir Ivanov vlivanov at openjdk.java.net
Tue Jun 1 12:10:24 UTC 2021


On Wed, 26 May 2021 20:59:03 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> Enable CHA to look for unique concrete methods under abstract root methods.
> Only vtable-based implementation is affected. Old implementation is left as is.
> 
> The unit test requires #4211 and #4212 to pass.
> 
> Testing:
> - [x] hs-tier1 - hs-tier9

This pull request has now been integrated.

Changeset: 20479c3d
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/20479c3de93736d62bca97c4fe422a19ad87d52a
Stats:     901 lines in 6 files changed: 543 ins; 307 del; 51 mod

8065760: CHA: Improve abstract method support

Reviewed-by: neliasso, thartmann

-------------

PR: https://git.openjdk.java.net/jdk/pull/4213


More information about the hotspot-compiler-dev mailing list