On Fri, 14 Feb 2025 08:32:00 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> The jvm feature link time optimization can be configured for a 'normal' JVM, > this has afaik nothing to do with a minimal JVM . > Currently this configure option only changes the compile and link flags of > libjvm so the compile and link flags of the JDK native libs are not changed. Yes, I understand that. It was introduced to support minimal VM, but like all the minimal VM optional support, it was made to be something that could be configured even when not building minimal VM. For example JVMTI is an optional JVM feature. That was done for minmal VM, but you can choose to not include JVMTI when you configure for any build. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23563#issuecomment-2659870077