RFR: 8372617: Save and restore stubgen stubs when using an AOT code cache [v11]
Andrew Dinn
adinn at openjdk.org
Thu Feb 5 16:24:30 UTC 2026
On Thu, 5 Feb 2026 14:00:15 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
> I assume we need to port some parts from premain first before we proceed with this PR. Right?
@vnkozlov We definitely need the CPU features check to go in before we push this PR. I asked @ashu-mehra to make a start on that.
We also need to upstream the changes to use the AOTConstantsRegion before pushing this PR. I'll raise a PR for that.
I have added the fixes for the klass and oop management to this PR. I think that's appropriate because it is only AOT code generated via this PR that is calling the relevant macroassembler methods.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28433#issuecomment-3854736754
More information about the hotspot-dev
mailing list