Integrated: Cleanup unused _decompile and _ignore_decompile fields in AOTCodeEntry

Ashutosh Mehra asmehra at openjdk.org
Thu Jun 19 14:26:59 UTC 2025


On Thu, 19 Jun 2025 03:16:18 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

> New workflow always sets `_ignore_decompile` to true, which implies `AOTCodeEntry::_decompile` is not in `check_entry` and is thus redundant. These two fields can just be removed.

This pull request has now been integrated.

Changeset: 8b31ecc5
Author:    Ashutosh Mehra <asmehra at openjdk.org>
URL:       https://git.openjdk.org/leyden/commit/8b31ecc5cbfe9469e468a2827868520bdf9473d8
Stats:     87 lines in 2 files changed: 3 ins; 32 del; 52 mod

Cleanup unused _decompile and _ignore_decompile fields in AOTCodeEntry

Reviewed-by: kvn

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

PR: https://git.openjdk.org/leyden/pull/80


More information about the leyden-dev mailing list