RFR: 8280481: Duplicated stubs to interpreter for static calls
Evgeny Astigeevich
duke at openjdk.java.net
Wed Jun 8 13:44:16 UTC 2022
On Tue, 7 Jun 2022 23:48:56 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Is this C1 only issue? The comment in RFE shows that C2 does not have duplicated stubs. It is not clear from RFE. If it is only C1 then I am not sure how profitable it is because C1 code is replaced with C2 generated code eventually.
Both C1 and C2 have the issue. The JBS issue has output from C1 and C2 showing the issue. I updated the issue.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8816
More information about the hotspot-dev
mailing list