On Wed, 19 Mar 2025 09:11:05 GMT, Alan Bateman <al...@openjdk.org> wrote:
> For the folks targeting embedded/small environments then I think the right > thing is to publish the packaged modules (JMOD files) for the target platform > and then use `jlink` to create the run-image with the right VM + small set of > modules that are appropriate for the target environment. Just to make sure I'm understanding you correctly. Are you proposing that instead of building a single JDK distribution with multiple JVMs, they would build a separate JDK for each alternative JVM configuration and publish java.base.jmod from each of them for end users to pick from when generating their run-images? ------------- PR Comment: https://git.openjdk.org/jdk/pull/24063#issuecomment-2736507794