-
Notifications
You must be signed in to change notification settings - Fork 780
Add apis for GC unique cycle ID #23074
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
base: master
Are you sure you want to change the base?
Conversation
|
closed wrong PR... |
6cabc34 to
844acb4
Compare
844acb4 to
76b0e11
Compare
|
Looks ok. Let's just be a bit more specific in the PR comment. Instead of |
76b0e11 to
59e7c7c
Compare
Changed comment. |
597b0da to
4f05ec6
Compare
e77f523 to
5c0f3ca
Compare
This change add a new api for a unique cycle ID. This should set the ID consistently for use throughout the entirety of the cycle. Also moving GC count to be incremented just before cycle start to be consistent with how it's now being done in OMR see eclipse-omr/omr#8065 Signed-off-by: Adrian Popescu <adpopescu@ibm.com>
5c0f3ca to
5824ca2
Compare
This change add a new api for a unique cycle ID. This should set the ID
consistently for use throughout the entirety of the cycle. Also moving
GC count to be incremented just before cycle start to be consistent with
how it's now being done in OMR see
eclipse-omr/omr#8065