RFR: 8339466: Enumerate shared stubs and define static fields and names via declarations [v2]
Andrew Dinn
adinn at openjdk.org
Tue Sep 3 13:52:24 UTC 2024
On Tue, 3 Sep 2024 10:51:53 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
>> Systematize handling of SharedRuntime stubs. Generate enum ids, static fields and names from declarations using template macros. Systematically reference stubs and stub names using ids.
>
> Andrew Dinn has updated the pull request incrementally with one additional commit since the last revision:
>
> fix errors in ppc generator
src/hotspot/share/runtime/stubDeclarations.hpp line 28:
> 26: #ifndef SHARE_RUNTIME_SHAREDRUNTIME_ID_HPP
> 27: #define SHARE_RUNTIME_SHAREDRUNTIME_ID_HPP
> 28:
This should be SHARE_RUNTIME_STUBDECLARATIONS_HPP
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20832#discussion_r1742101540
More information about the hotspot-dev
mailing list