-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Implement basic module substitutions #3397
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
Closed
Closed
Conversation
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
PullRequest: graal/8728
PullRequest: fastr/2611
… to base node class to make sure call is not performed on a wrapper node
…nly *.md files are edited by a PR (GR-30750)
- refer to proprietary java.awt.peer.ComponentPeer symbolically - do not subclass FinalReference
…error. PullRequest: graal/8940
PullRequest: graal/8738
… in the first place. PullRequest: graal/8945
PullRequest: graal/8938
PullRequest: graal/8946
PullRequest: graal/8948
PullRequest: graal/8695
PullRequest: graal/8960
PullRequest: graal/8898
…ils in the polybench. PullRequest: graal/8936
… polyglot languages without explicit --add-reads. PullRequest: graal/8949
PullRequest: graal/8955
PullRequest: graal/8969
Contributor
Author
|
I moved this PR to #3445 for better clarity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR implements basic methods of the
Moduleclass.Change list:
canRead(),canUse()etc. because the JDK implementation can be reused@Deleteannotation fromReflectionData, because it is used by JDKReflectionData.usesfield, otherwise it will contain classes that were not nececarily discovered by analysisjava.lang.WeakHashMap, in order to redefine theReflectionData.usesfield