RFR: Cleanup unused _decompile and _ignore_decompile fields in AOTCodeEntry
Ashutosh Mehra
asmehra at openjdk.org
Thu Jun 19 14:13:07 UTC 2025
On Thu, 19 Jun 2025 13:36:36 GMT, Vladimir Kozlov <kvn 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.
>
> My testing passed.
@vnkozlov thanks for the review and testing it.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/80#issuecomment-2988241790
More information about the leyden-dev
mailing list