Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[24] JEP 493: Linking Run-Time Images without JMODs #3139

Closed
Tracked by #2899
mpalat opened this issue Oct 22, 2024 · 2 comments
Closed
Tracked by #2899

[24] JEP 493: Linking Run-Time Images without JMODs #3139

mpalat opened this issue Oct 22, 2024 · 2 comments
Assignees

Comments

@mpalat
Copy link
Contributor

mpalat commented Oct 22, 2024

Ref: https://openjdk.org/jeps/493

Summary
Reduce the size of the JDK by approximately 25% by enabling the jlink tool to create custom run-time images without using the JDK's JMOD files. This feature must be enabled when the JDK is built; it will not be enabled by default, and some JDK vendors may choose not to enable it.

@mpalat
Copy link
Contributor Author

mpalat commented Nov 13, 2024

@jarthana - can you please investigate this?

@jarthana
Copy link
Member

OK, the way I see it, this is for the JDK. However, this also has some impact for the compiler, in the sense that this will pave way for getting rid of the JMOD libraries at some point. We will keep the code that supports for the time being but at some point, when there are no JDKs with JMOD, we can remove them. I am closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants