RFR: 8231349: Move intrinsic stubs generation to compiler runtime initialization code [v2]

Vladimir Ivanov vlivanov at openjdk.org
Wed Mar 22 23:01:40 UTC 2023


On Wed, 22 Mar 2023 22:50:34 GMT, Claes Redestad <redestad at openjdk.org> wrote:

>> I know, I am struggling with this name too. But I can't find better one.
>> `LazyStubGeneration` is reserved for an other RFE: [JDK-8304422](https://bugs.openjdk.org/browse/JDK-8304422).
>> And it is not lazy. Compiler stubs generation is **delayed** until Compiler runtime initialization but they all still generated during initialization phase.
>> How about `DelayCompilerStubsGeneration` ?
>
> I think `DelayCompilerStubsGeneration` sounds OK

`DelayCompilerStubsGeneration` sounds good.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13096#discussion_r1145489390


More information about the hotspot-dev mailing list