[lworld] RFR: 8327253: [lworld] Preloading of classes needs a complete rework

David Simms dsimms at openjdk.org
Tue Mar 5 07:26:53 UTC 2024


On Wed, 7 Feb 2024 20:26:10 GMT, Frederic Parain <fparain at openjdk.org> wrote:

> Rework of class preloading to fix existing issues and support new preloading scheme (see CR for details).
> Also change the array of inline types fields classes from InlineKlass** to Array<InlineKlass*>*, much easier to manage.
> 
> Fred

src/hotspot/cpu/x86/macroAssembler_x86.cpp line 1:

> 1: /*

Fairly minor change for aarch64, could we include that too ?

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

PR Review Comment: https://git.openjdk.org/valhalla/pull/999#discussion_r1512242613



More information about the valhalla-dev mailing list