RFR: 8349088: De-virtualize Codeblob and nmethod [v6]
Vladimir Kozlov
kvn at openjdk.org
Wed Feb 12 20:21:13 UTC 2025
On Wed, 12 Feb 2025 16:28:32 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Remove virtual methods from CodeBlob and nmethod to simplify saving/restoring in Leyden AOT cache. It avoids the need to patch hidden VPTR pointer to class's virtual table.
>>
>> Added C++ static asserts to make sure no virtual methods are added in a future.
>>
>> Fixed/cleaned SA code which process CodeBlob and its subclasses. Use `CodeBlob::_kind` field value to determine the type of blob.
>>
>> Tested tier1-5, hs-tier6-rt (for JFR testing), stress, xcomp
>
> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix Zero VM build
It is ready for re-review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23533#issuecomment-2654754643
More information about the hotspot-compiler-dev
mailing list