You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Once #1962 is implemented we can add proper support for making module related information available at image runtime. This includes implementations for
that correctly reflect the module relationships that have been present at image build time (under closed world assumption of static analysis).
The text was updated successfully, but these errors were encountered: