Add cycle start and end time snapshots and apis for accessing the values - #23173
Merged
Merged
Conversation
adpopescu
marked this pull request as draft
January 12, 2026 21:35
adpopescu
force-pushed
the
jfr-gc-times-and-pauses
branch
from
January 16, 2026 14:23
3e0c4d6 to
69cba5a
Compare
adpopescu
force-pushed
the
jfr-gc-times-and-pauses
branch
2 times, most recently
from
January 16, 2026 14:50
8422ab7 to
c2cf0ef
Compare
adpopescu
marked this pull request as ready for review
January 16, 2026 15:14
Contributor
Author
|
@amicic please review |
adpopescu
force-pushed
the
jfr-gc-times-and-pauses
branch
2 times, most recently
from
January 28, 2026 18:27
e02f04f to
5339ff8
Compare
This change: -Adds snapshots for start and end times for GC cycles. -Consolidates some other start and end time reporting. -Adds apis for accessing the cycle start and end times. Signed-off-by: Adrian Popescu <adpopescu@ibm.com>
adpopescu
force-pushed
the
jfr-gc-times-and-pauses
branch
from
January 28, 2026 18:29
5339ff8 to
143bf3e
Compare
Contributor
Author
|
@babsingh Would you mind taking a look at this one as well? |
Contributor
|
It's all in GC, and i'm committer in OpenJ9 (not in OMR), so I'll handle this. |
amicic
approved these changes
Jan 29, 2026
Contributor
|
jenkins test sanity amac jdk21 |
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.
This change:
-Adds snapshots for start and end times for GC cycles.
-Consolidates some other start and end time reporting.
-Adds apis for accessing the cycle start and end times.
Needs eclipse-omr/omr#8085