New candidate JEP: 483: Ahead-of-Time Class Loading & Linking

Mark Reinhold mark.reinhold at oracle.com
Sun Aug 4 21:46:46 UTC 2024


https://openjdk.org/jeps/483

  Summary: Improve startup time by making the classes of an application
  instantly available, in a loaded and linked state, when the
  HotSpot Java Virtual Machine starts.  Achieve this by monitoring the
  application during one run and storing the loaded and linked forms of
  all classes in a cache for use in subsequent runs.  Lay a foundation
  for future improvements to both startup and warmup time.

- Mark


More information about the jdk-dev mailing list