Graal PR G#1
Open
wecreateproject wants to merge 4722 commits into
Open
Conversation
…ption. PullRequest: graal/21991
… LLVM or EspressoLibs PullRequest: graal/23648
PullRequest: graal/24109
PullRequest: graal/24452
Replace references to the old JavaMainWrapper-owned Java-main support types with the guest-staging JavaMainSupport types after the move. This updates diagnostic, management, command-line, JFR, JVMStat, and entry-point snippet call sites to use the relocated JavaMainSupport and ArgsSupport APIs. The changes are mechanical fallout from the ownership move and keep behavior unchanged.
PullRequest: graal/24580
PullRequest: graal/24427
PullRequest: graal/24529
PullRequest: graal/24587
* `Class.newInstance` and `Constructor.newInstance` should not be ignored * `LambdaFrom$Compiled` frames should be ignored * `Methodhandle` intrinsics should be ignored * `PlatformThread` is now `@InternalVMMethod` so that newly created threads don't have extra frames that should not show up in `Reflection.getCallerClass` or `StackWalker.getCallerClass`.
`showReflectFrames` was always false
* Set `MN_TRUSTED_FINAL` when creating field MemberNames * Set `MN_HIDDEN_MEMBER` and `MN_CALLER_SENSITIVE` when creating method/constructor member names.
…e` flags. PullRequest: graal/24392
Co-authored-by: Quan Anh Mai <quan.anh.mai@oracle.com>
PullRequest: graal/24572
PullRequest: graal/17454
PullRequest: graal/24561
PullRequest: graal/24571
PullRequest: graal/24579
PullRequest: graal/24596
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
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.
graal pull request g