RFR: 8369742: Link AOT-linked classes at JVM bootstrap [v3]

Ioi Lam iklam at openjdk.org
Fri Oct 17 19:53:12 UTC 2025


On Thu, 16 Oct 2025 15:37:51 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @vnkozlov comment - move delay nmethod event posting to nmethod.cpp
>
> Minimal VM build is broken:
> 
> 
> /home/runner/work/jdk/jdk/src/hotspot/share/runtime/threads.cpp:751:14: error: ‘post_delayed_compiled_method_load_events’ is not a member of ‘nmethod’
>   751 |     nmethod::post_delayed_compiled_method_load_events();
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Thanks @vnkozlov @ashu-mehra for the review

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

PR Comment: https://git.openjdk.org/jdk/pull/27783#issuecomment-3416893390


More information about the hotspot-dev mailing list