RFR: 8065760: CHA: Improve abstract method support
Nils Eliasson
neliasso at openjdk.java.net
Mon May 31 09:26:20 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
The diff was a bit messy in github, once past that, the change is very reasonable.
Approved.
-------------
Marked as reviewed by neliasso (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4213
More information about the hotspot-compiler-dev
mailing list