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

Remove stale allocation fence #5314

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

liqunl
Copy link
Contributor

@liqunl liqunl commented Apr 1, 2019

StringPeepHoles deletes new node of StringBuilder/StringBuffer but
leaves allocation fence in place. The stale allocation fence will cause
failure in later attempt to remove pending push temps. This change fixes
it.

Signed-off-by: Liqun Liu liqunl@ca.ibm.com

StringPeepHoles deletes `new` node of StringBuilder/StringBuffer but
leaves allocation fence in place. The stale allocation fence will cause
failure in later attempt to remove pending push temps. This change fixes
it.

Signed-off-by: Liqun Liu <liqunl@ca.ibm.com>
@liqunl
Copy link
Contributor Author

liqunl commented Apr 1, 2019

Port of #5306
@andrewcraik @pshipton

@pshipton pshipton merged commit 706e134 into eclipse-openj9:v0.14.0-release Apr 1, 2019
@liqunl liqunl deleted the strpeep-0.14.0 branch April 5, 2019 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants