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

Provide module support for native-image runtime #1963

Closed
olpaw opened this issue Dec 10, 2019 · 1 comment
Closed

Provide module support for native-image runtime #1963

olpaw opened this issue Dec 10, 2019 · 1 comment

Comments

@olpaw
Copy link
Member

olpaw commented Dec 10, 2019

Once #1962 is implemented we can add proper support for making module related information available at image runtime. This includes implementations for

  • java.lang.Class#getModule
  • Methods of java.lang.Module

that correctly reflect the module relationships that have been present at image build time (under closed world assumption of static analysis).

@olpaw
Copy link
Member Author

olpaw commented Aug 27, 2021

@ivan-ristovic's #3445 took care of this (mostly).

@olpaw olpaw closed this as completed Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant