Integrated: 8253118: Avoid unnecessary deopts when OSR nmethods of the same level are present.

Igor Veresov iveresov at openjdk.java.net
Fri Oct 2 02:26:06 UTC 2020


On Fri, 25 Sep 2020 16:05:34 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

> When running with ```-XX:TieredStopAtLevel={2|3}``` the policy tried to switch to OSR method of the same level if those
> are present, which caused constant deopting. The fix is to consider only higher levels for OSR switches.

This pull request has now been integrated.

Changeset: b9505df3
Author:    Igor Veresov <iveresov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b9505df3
Stats:     9 lines in 1 file changed: 3 ins; 0 del; 6 mod

8253118: Avoid unnecessary deopts when OSR nmethods of the same level are present.

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list