-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8352251: Implement JEP 518: JFR Cooperative Sampling #24296
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
Conversation
|
👋 Welcome back mgronlun! A progress list of the required criteria for merging this PR into |
|
@mgronlun This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
/label add hotspot-jfr |
|
@mgronlun |
shipilev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A drive-by comment, since I am cleaning up some of x86 code after x86_32 removals:
|
Friendly reminder/heads-up to platform and port maintainers: Please review the necessary platform changes in advance so that your port will be ready once this integration is complete. Alternatively, you can send me your change sets for them to be incorporated into this PR. Thanks |
|
|
|
Zero does not use JFR, |
Thanks alot @shipilev . It was precisely this "ZeroFrame*" that tripped me up. |
|
/contributor add @shipilev |
|
@mgronlun |
|
Rebased version is here: TheRealMDoerr@e98c21e |
Great. Integrated. |
fisk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you fixed the JVMTI issue. This looks good to me now.
Thank you very much, Erik! |
|
Hi @mgronlun , Please include the minimal build fix for s390x from here: offamitkumar@916efec . I need to port some other enhancement before I can complete this one. So I am planning it for later. |
Thanks Amit. Integrated. |
|
/contributor add @offamitkumar |
|
@mgronlun |
|
/integrate |
|
Thank you all for contributing, reviewing, providing recommendations, and supporting getting this feature ready for JDK 25. Many thanks |
Greetings,
This is the implementation of JEP JDK-8350338 Cooperative JFR Sampling.
Implementations in this change set are provided and have been tested on the following platforms:
Testing: tier1-6, jdk_jfr, stress testing.
Platform porters note:
Some platform-specific code needs to be provided, mainly in the interpreter. Take a look at the following files for changes:
Thanks
Markus
Progress
Issues
Reviewers
Contributors
<shade@openjdk.org><eosterlund@openjdk.org><bulasevich@openjdk.org><pchilanomate@openjdk.org><mdoerr@openjdk.org><fyang@openjdk.org><amitkumar@openjdk.org>Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/24296/head:pull/24296$ git checkout pull/24296Update a local copy of the PR:
$ git checkout pull/24296$ git pull https://git.openjdk.org/jdk.git pull/24296/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24296View PR using the GUI difftool:
$ git pr show -t 24296Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/24296.diff
Using Webrev
Link to Webrev Comment