Integrated: 8293584: CodeCache::old_nmethods_do incorrectly filters is_unloading nmethods

Coleen Phillimore coleenp at openjdk.org
Mon Nov 21 13:50:03 UTC 2022


On Fri, 18 Nov 2022 16:51:45 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> I fixed the code to also include is_unloading nmethods.  I couldn't write a dedicated test for this.
> Tested with tier1-4,6.  Also tried to reproduce another redefinition bug with this change, which didn't reproduce, but not caused by this change.

This pull request has now been integrated.

Changeset: 08008139
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/08008139cc05a8271e7163eca47d2bc59db2049b
Stats:     5 lines in 1 file changed: 0 ins; 1 del; 4 mod

8293584: CodeCache::old_nmethods_do incorrectly filters is_unloading nmethods

Reviewed-by: eosterlund, kvn

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

PR: https://git.openjdk.org/jdk/pull/11243


More information about the hotspot-compiler-dev mailing list