Integrated: 8357396: Refactor nmethod::make_not_entrant to use Enum instead of "const char*"

Cesar Soares Lucas cslucas at openjdk.org
Thu Jun 5 16:48:56 UTC 2025


On Tue, 20 May 2025 22:08:18 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:

> Please review this refactor to transform the reasons for making an nmethod not entrant from `const char*` into enum values.
> 
> Tested on Linux x64 with JTREG tier1-3 in fastdebug and release mode.

This pull request has now been integrated.

Changeset: 62fde687
Author:    Cesar Soares Lucas <cslucas at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/62fde687088ce72ef33b94e73babf4bfe1395c17
Stats:     115 lines in 15 files changed: 80 ins; 4 del; 31 mod

8357396: Refactor nmethod::make_not_entrant to use Enum instead of "const char*"

Reviewed-by: mhaessig, shade

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

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


More information about the hotspot-dev mailing list