RFR: 8339849: Enumerate opto and C1 stubs, generate enums, names, fields and generator calls
Andrew Dinn
adinn at openjdk.org
Wed Sep 11 08:30:39 UTC 2024
On Tue, 10 Sep 2024 15:27:09 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
> Systematize handling of Opto and C1 stubs. Generate enum ids, static fields, stub/blob names and generator code from declarations using template macros as previously done with Shared stubs. Systematically reference stubs and stub names using ids.
src/hotspot/share/opto/runtime.cpp line 183:
> 181: OPTO_STUBS_DO(GEN_OPTO_BLOB, GEN_OPTO_STUB, GEN_OPTO_JVMTI_STUB)
> 182:
> 183: /*
This old code that has been commented out needs to be removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20936#discussion_r1753581414
More information about the hotspot-dev
mailing list