-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[GR-31840] [GR-31681] Allow native-image shared libs to be built on module-path and fix resource bundle lookup. #3446
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
bcb3177
Replace ImageIncludeBuiltinModules special handling with generic per-…
olpaw 3e5e1b8
Implement ResourceBundle module awareness
olpaw c468644
Remove debugging code
olpaw 98a5c57
Ensure fallback to classPathClassLoader if moduleLayer is empty
olpaw 0f384e8
Fix ModuleAccess.openModuleByClass is-already-open check
olpaw f15e85e
Style fix
olpaw 1e639c9
Add missing moduleInfo needed for building truffle images
olpaw 5519aea
Fix assertion that checks if module is part of our classloader chain
olpaw 3f0585a
Register ClassLoaderSupport singleton implementations via Feature
olpaw 0c72b9d
Add support for module-path based native-image library builds
olpaw d81403a
Add missing suite.py moduleInfo for libnative-image-agent on module-path
olpaw 2daaf63
Generate --add-exports from requiresConcealed for macro-options
olpaw ce13fde
Add support for building native-image-diagnostics-agent on module-path
olpaw a825ddc
Ensure module-path built agents are tested in `mx hellomodule`
olpaw f9750cf
Module org.graalvm.nativeimage.agent.tracing now uses org.graalvm.nat…
olpaw 5e5a341
Field main_module is only needed in LauncherConfig
olpaw 783623f
Also build substratevm:SVM_CONFIGURE via module-path
olpaw fdae21e
Dependencies to image_config.jar_distributions only needed for Java > 8
olpaw 3eb54fb
Prevent pylint complaining about line-too-long
olpaw 3a2e72a
Add missing dependency for lib:native-image-agent
olpaw ad0554a
Use version specific ClassLoaderSupportImpl classes instead of overla…
olpaw dfe3980
If bundle is not located in any module get it via classloader (from A…
olpaw f4899bc
Fix typo
olpaw bf17ca8
Fix check if module that contains bundle needs to be opened
olpaw 11f03c4
Remove invalid dependency from native-image installable
olpaw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.