RFR: 8254104: MethodCounters must exist before nmethod is installed [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Wed Oct 7 16:25:11 UTC 2020
On Wed, 7 Oct 2020 16:22:21 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
>> Ensure that MethodCounters for a particular method exist during the nmethod install (for methods that were never run
>> before). Tiered compilation policy depends on the state stored in the counters to function properly.
>
> Igor Veresov has updated the pull request incrementally with one additional commit since the last revision:
>
> Allocate counters unconditionally.
OK
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/543
More information about the hotspot-compiler-dev
mailing list