RFR: 8360707: Globally enumerate all blobs, stubs and entries

Vladimir Kozlov kvn at openjdk.org
Mon Jun 30 20:53:40 UTC 2025


On Thu, 26 Jun 2025 15:58:31 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.

src/hotspot/share/runtime/stubDeclarations.hpp line 1235:

> 1233:                  do_arch_entry, do_arch_entry_init)                     \
> 1234: 
> 1235: 

No need this empty line.

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

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


More information about the shenandoah-dev mailing list