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

0.13: Fix memory semantics for Unsafe.getAndSet* #4912

Merged
merged 1 commit into from
Feb 28, 2019

Conversation

theresa-m
Copy link
Contributor

@theresa-m theresa-m commented Feb 27, 2019

Note that float, double and boolean are not updated because they call into getAndSet for int, long, byte respectively.

This is a duplicate of #4909 for the 0.13 release branch

Signed-off-by: Theresa Mammarella Theresa.T.Mammarella@ibm.com

Note that float, double and boolean are not updated because they call into getAndSet for int, long, byte respectively.

Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
@theresa-m theresa-m changed the title Fix memory semantics for Unsafe.getAndSet* 0.13: Fix memory semantics for Unsafe.getAndSet* Feb 27, 2019
@pshipton pshipton added this to the Release 0.13.0 (Java 12) milestone Feb 27, 2019
@DanHeidinga DanHeidinga merged commit d44db0f into eclipse-openj9:v0.13.0-release Feb 28, 2019
Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

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

lgtm - already merged into the master branch

@theresa-m theresa-m deleted the unsafe_0.13 branch March 7, 2019 14:02
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.

3 participants