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

Guard a call to VMwrtbarWithoutStoreEvaluator #18027

Merged

Conversation

dylanjtuttle
Copy link
Contributor

Guard a call to VMwrtbarWithoutStoreEvaluator (which is only compatible with non-realtime GC) to ensure it is not called under realtime GC.

Issue: #15440

@dylanjtuttle dylanjtuttle marked this pull request as ready for review August 31, 2023 13:56
@0xdaryl 0xdaryl self-assigned this Sep 5, 2023
// penalize general runtime performance especially if it is still correct to do
// a write barrier even if the store never actually happened.
//
// A branch
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove comment at L9715

Guard a call to VMwrtbarWithoutStoreEvaluator (which is only
compatible with non-realtime GC) to ensure it is not called
under realtime GC.

Signed-off-by: Dylan Tuttle <[email protected]>
@dylanjtuttle dylanjtuttle force-pushed the guardNonRealTimeWriteBarrier branch from 47a5ac4 to c6c8af3 Compare September 6, 2023 15:17
@0xdaryl
Copy link
Contributor

0xdaryl commented Sep 6, 2023

Jenkins test sanity xlinux,osx,win jdk17

@0xdaryl
Copy link
Contributor

0xdaryl commented Sep 7, 2023

Jenkins test sanity.system,sanity.openjdk xlinux,osx,win jdk17

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