RFR: 8360707: Globally enumerate all blobs, stubs and entries [v3]

Hao Sun haosun at openjdk.org
Thu Jul 3 00:17:44 UTC 2025


On Wed, 2 Jul 2025 10:37:34 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

>> Use the blob, stub and entry declarations to generate a single global enumeration for all blobs, likewise for all stubs and all entries. Modify stub generators in shared runtime, c1 runtime, c2 runtime and stub generator subsystems and their clients to use those enumerations consistently.
>
> Andrew Dinn has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - update copyrights
>  - fix inconsistent stub declarations

src/hotspot/cpu/x86/c2_stubGenerator_x86_64_string.cpp line 2:

> 1: /*
> 2:  * Copyright (c) 2024, 2025 Intel Corporation. All rights reserved.

nit: Incorrect format. One comma is missing. Should be `2025,`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26004#discussion_r2181192848


More information about the shenandoah-dev mailing list