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

[JIT] avoid clear root in MemNode::can_see_stored_value() #594

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

kuaiwei
Copy link
Collaborator

@kuaiwei kuaiwei commented Aug 22, 2023

Summary:
When deadloop is detected in MemNode::can_see_stored_value(), do not clear the root node in record_failure

Test Plan:
renaissance benchmark with -XX:MemNodeLoopContinueThres=1
hotspot/test/jtreg/compiler/igvnbug/Test6792161_1.java

Reviewed-by: sandlerwang, JoshuaZhuwj

Issue: #593

CR: #594

@CLAassistant
Copy link

CLAassistant commented Aug 22, 2023

CLA assistant check
All committers have signed the CLA.

Summary:
When deadloop is detected in MemNode::can_see_stored_value(), do not clear the root node in record_failure

Test Plan:
renaissance benchmark with -XX:MemNodeLoopContinueThres=1
hotspot/test/jtreg/compiler/igvnbug/Test6792161_1.java

Reviewed-by: sandlerwang, JoshuaZhuwj

Issue: dragonwell-project#593

CR: dragonwell-project#594
@kuaiwei kuaiwei self-assigned this Aug 25, 2023
@kuaiwei kuaiwei added the bug Something isn't working label Aug 25, 2023
@kuaiwei kuaiwei merged commit e000397 into dragonwell-project:master Aug 31, 2023
@kuaiwei kuaiwei deleted the root_in_igvn branch August 31, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants