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

Tobias Hartmann thartmann at openjdk.java.net
Mon May 3 14:58:52 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.

Looks good and trivial.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list