Withdrawn: 8367406: Simple refactoring AOTCodeAddressTable::id_for_address

Hamlin Li mli at openjdk.org
Mon Sep 29 08:17:28 UTC 2025


On Thu, 11 Sep 2025 10:42:48 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this simple refactoring?
> 
> AOTCodeAddressTable::id_for_address currently is implemented in a way that introduce too many nested if/else, seems we could make the code more readable by removing these nested if/else. But it's quite subjective, so I'll let you tell if the patch is helpful.
> 
> Run tests (test/hotspot/jtreg/runtime/cds/appcds/aot*), no new failures on x64.
> 
> Thanks!

This pull request has been closed without being integrated.

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

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


More information about the hotspot-compiler-dev mailing list