Add Heap Fixup GC Logging and J9MM Tracepoints - #6593
Merged
0xdaryl merged 1 commit intoSep 28, 2022
Conversation
jonoommen
force-pushed
the
addHeapFixupLoggingAndTracepoints
branch
2 times, most recently
from
June 28, 2022 15:22
a12fd0c to
33ff09a
Compare
Contributor
|
@amicic @dmitripivkine : would one of you mind reviewing please? |
amicic
reviewed
Jun 30, 2022
amicic
reviewed
Jun 30, 2022
amicic
reviewed
Jun 30, 2022
jonoommen
force-pushed
the
addHeapFixupLoggingAndTracepoints
branch
3 times, most recently
from
July 1, 2022 01:01
818f62a to
cd2a95b
Compare
amicic
reviewed
Jul 7, 2022
amicic
reviewed
Jul 7, 2022
amicic
reviewed
Jul 7, 2022
amicic
reviewed
Jul 7, 2022
jonoommen
force-pushed
the
addHeapFixupLoggingAndTracepoints
branch
2 times, most recently
from
July 8, 2022 02:03
1c5e769 to
1fdc33b
Compare
amicic
reviewed
Jul 11, 2022
amicic
reviewed
Jul 11, 2022
jonoommen
force-pushed
the
addHeapFixupLoggingAndTracepoints
branch
2 times, most recently
from
July 11, 2022 17:26
fa88dde to
ecc7757
Compare
amicic
reviewed
Jul 11, 2022
jonoommen
force-pushed
the
addHeapFixupLoggingAndTracepoints
branch
from
July 11, 2022 19:46
ecc7757 to
1467bc4
Compare
amicic
approved these changes
Jul 11, 2022
Contributor
|
Two failures in macOS build look unrelated: |
Contributor
|
Jenkins build all |
jonoommen
force-pushed
the
addHeapFixupLoggingAndTracepoints
branch
from
July 12, 2022 19:28
1467bc4 to
3912640
Compare
Contributor
|
Jenkins build all |
Add heap fixup verbose GC logging and J9mm tracepoints for heap fixups that also include the reason for the heap fixup. Signed-off-by: Jonathan Oommen jon.oommen@gmail.com
jonoommen
force-pushed
the
addHeapFixupLoggingAndTracepoints
branch
from
August 24, 2022 17:01
3912640 to
9d3217d
Compare
Contributor
Contributor
|
Jenkins build all |
Contributor
Sorry @dmitripivkine @jonoommen. This slipped through the cracks. |
0xdaryl
approved these changes
Sep 28, 2022
jonoommen
added a commit
to jonoommen/omr
that referenced
this pull request
Oct 3, 2022
Fix heap fixup tracing schema failures due to previously added heap fixup verbose GC logging and J9mm tracepoints found in eclipse-omr#6593. Signed-off-by: Jonathan Oommen jon.oommen@gmail.com
jonoommen
added a commit
to jonoommen/omr
that referenced
this pull request
Oct 4, 2022
Fix heap fixup tracing schema failures due to previously added heap fixup verbose GC logging and J9mm tracepoints found in eclipse-omr#6593. Signed-off-by: Jonathan Oommen jon.oommen@gmail.com
jonoommen
added a commit
to jonoommen/omr
that referenced
this pull request
Oct 4, 2022
Fix heap fixup tracing schema failures due to previously added heap fixup verbose GC logging and J9mm tracepoints found in eclipse-omr#6593. Signed-off-by: Jonathan Oommen jon.oommen@gmail.com
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.
Add heap fixup verbose GC logging and J9mm tracepoints
for heap fixups that also include the reason for the heap fixup.
Signed-off-by: Jonathan Oommen jon.oommen@gmail.com