Skip to content
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

7992: Add API to easily write annotated Java JFR events #457

Closed
wants to merge 9 commits into from

Conversation

jbachorik
Copy link
Collaborator

@jbachorik jbachorik commented Dec 7, 2022

This PR extends the JFR Writer API with the ability to use the custom JFR event types (eg. classes extending jdk.jfr.Event) and register new writer type for them and also directly accept the instances of those types to write them in the recording.


Progress

  • Commit message must refer to an issue
  • Change must be properly reviewed (1 review required, with at least 1 Committer)

Issue

  • JMC-7992: Add API to easily write annotated Java JFR events (Enhancement - P3)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jmc.git pull/457/head:pull/457
$ git checkout pull/457

Update a local copy of the PR:
$ git checkout pull/457
$ git pull https://git.openjdk.org/jmc.git pull/457/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 457

View PR using the GUI difftool:
$ git pr show -t 457

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jmc/pull/457.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Dec 7, 2022

👋 Welcome back jbachorik! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@thegreystone thegreystone changed the title JMC-7992: Add API to easily write annotated Java JFR events 7992: Add API to easily write annotated Java JFR events Oct 14, 2023
@bridgekeeper
Copy link

bridgekeeper bot commented Dec 5, 2023

@jbachorik This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@thegreystone
Copy link
Member

Hi Jaroslav! This one is still in draft. Want to get it into JMC 9?

@jbachorik jbachorik marked this pull request as ready for review February 10, 2024 09:54
@openjdk openjdk bot added the rfr label Feb 10, 2024
@mlbridge
Copy link

mlbridge bot commented Feb 10, 2024

Webrevs

@openjdk
Copy link

openjdk bot commented Feb 10, 2024

@jbachorik Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information.

@bridgekeeper
Copy link

bridgekeeper bot commented Mar 9, 2024

@jbachorik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@openjdk
Copy link

openjdk bot commented Mar 13, 2024

@jbachorik 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:

7992: Add API to easily write annotated Java JFR events

Reviewed-by: hirt

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 master branch. If another commit should be pushed before you perform the /integrate command, your PR will be automatically rebased. If you prefer to avoid any potential automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@thegreystone) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@jbachorik
Copy link
Collaborator Author

/rebase

@openjdk
Copy link

openjdk bot commented Mar 14, 2024

@jbachorik Unknown command rebase - for a list of valid commands use /help.

@bridgekeeper
Copy link

bridgekeeper bot commented Apr 11, 2024

@jbachorik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@jbachorik
Copy link
Collaborator Author

Please, don't close it, bridgekeeper ;)

@bridgekeeper
Copy link

bridgekeeper bot commented May 9, 2024

@jbachorik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@jbachorik
Copy link
Collaborator Author

A gentle ping ...

@thegreystone
Copy link
Member

Hi @jbachorik! Some tests verifying the registering of some subclass of jdk.jfr.Event, and that also have annotations in it, and that creates a few events of it, would be good.

@bridgekeeper
Copy link

bridgekeeper bot commented Jun 24, 2024

@jbachorik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@thegreystone thegreystone self-requested a review July 10, 2024 00:01
@thegreystone
Copy link
Member

@jbachorik, have you had a chance to create that unit test yet?

@jbachorik
Copy link
Collaborator Author

@thegreystone Yes, I have extended the RecordingImplTest to cover also the new API addition.

@openjdk openjdk bot added the ready label Jul 11, 2024
@jbachorik
Copy link
Collaborator Author

/integrate

@openjdk openjdk bot added the sponsor label Jul 15, 2024
@openjdk
Copy link

openjdk bot commented Jul 15, 2024

@jbachorik
Your change (at version 8b50e79) is now ready to be sponsored by a Committer.

@bridgekeeper
Copy link

bridgekeeper bot commented Aug 12, 2024

@jbachorik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@thegreystone
Copy link
Member

/sponsor

@openjdk
Copy link

openjdk bot commented Aug 20, 2024

Going to push as commit 4c9d9e4.
Since your change was applied there have been 2 commits pushed to the master branch:

  • 5016cc1: 8245: Improve XML processing
  • 8a04432: 8236: Add support for Jolokia discovery

Your commit was automatically rebased without conflicts.

@openjdk
Copy link

openjdk bot commented Aug 20, 2024

@thegreystone @jbachorik Pushed as commit 4c9d9e4.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants