RFR: 8257847: Tiered should publish MDO data pointer for interpreter after profile start [v2]

Tobias Hartmann thartmann at openjdk.java.net
Tue Dec 8 14:48:15 UTC 2020


On Tue, 8 Dec 2020 09:23:20 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

>> Tiered policy may decide to start profiling in interpreter if C1 is overloaded with requests. It should publish an appropriate data pointer for the current bci in order for the interpreter to start profiling immediately and not wait for the second invocation.
>
> Igor Veresov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   Tiered should publish MDO data pointer for interpreter after profile
>   start.

Looks reasonable to me.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list