Skip to content

Remove flushCaches param from acquireExclusiveVMAccessForGC #18950

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

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

amicic
Copy link
Contributor

@amicic amicic commented Feb 13, 2024

OMR's acquireExclusiveVMAccessForGC is about to stop calling
flushCachesForGC, so it will lose a parameter that controls it.

This change just removes that actual argument at the call site,
what is safe to due, since that actual value is exactly what
the default value is.

@amicic amicic added the comp:gc label Feb 13, 2024
@amicic amicic requested a review from dmitripivkine February 13, 2024 16:20
@amicic amicic changed the title Romove flushCaches param from acquireExclusiveVMAccessForGC Remove flushCaches param from acquireExclusiveVMAccessForGC Feb 14, 2024
OMR's acquireExclusiveVMAccessForGC is about to stop calling
flushCachesForGC, so it will lose a parameter that controls it.

This change just removes that actual argument at the call site,
what is safe to due, since that actual value is exactly what
the default value is.

Signed-off-by: Aleksandar Micic <[email protected]>
@amicic
Copy link
Contributor Author

amicic commented Feb 14, 2024

@dmitripivkine this is ready for the review. OMR part (eclipse-omr/omr#7265) is close to be ready, but has to go after this anyway.

Copy link
Contributor

@dmitripivkine dmitripivkine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR itself does not change code behaviour, third parameter of acquireExclusiveVMAccessForGC() is defaulted to true any way.

@dmitripivkine
Copy link
Contributor

Jenkins test sanity pLinux jdk11

@dmitripivkine dmitripivkine merged commit fe5fd71 into eclipse-openj9:master Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants