Encapsulating JVM Options
John Rose
john.r.rose at oracle.com
Tue Aug 27 16:55:46 UTC 2024
On 27 Aug 2024, at 9:49, John Rose wrote:
> All of these things have been generated in the past mainly on a just-in-time basis.
Ugh, that was unclear. I mean to say klasses, nmethods, profiles, Java objects,
etc., are normally generated by the JVM just in time, on demand, in the course
of Java execution. Adding AOT versions of all these things is the job of the
AOT cache. Also historically the job of CDS, which generated pre-parsed
versions of String, Object, etc. So, “in the past,” a few AOT operations were
managed by CDS, but until the new AOT cache features, everything is “mainly”
generated JIT, as needed, on demand.
More information about the leyden-dev
mailing list