Integrated: 8265915: adjust state_unloading_cycle compuation order in nmethod::is_unloading

Miao Zheng github.com+20216587+miao-zheng at openjdk.java.net
Thu May 6 07:13:57 UTC 2021


On Sun, 25 Apr 2021 11:07:14 GMT, Miao Zheng <github.com+20216587+miao-zheng at openjdk.org> wrote:

> Trivial change of moving state_unloading_cycle computation after state_is_unloading checking. Avoiding useless state_unloading_cycle computation when state_is_unloading is true.

This pull request has now been integrated.

Changeset: 7835cdbe
Author:    miao zheng <emoryzheng at tencent.com>
Committer: John Jiang <jjiang at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7835cdbef4992bca3227a001bc58aa56dd72c3a5
Stats:     2 lines in 1 file changed: 1 ins; 1 del; 0 mod

8265915: adjust state_unloading_cycle compuation order in nmethod::is_unloading

Reviewed-by: thartmann

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

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


More information about the hotspot-compiler-dev mailing list