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] backport: flush OSR nmethods in code cache #104

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

kuaiwei
Copy link
Contributor

@kuaiwei kuaiwei commented Jan 11, 2022

Summary:
8023191 : OSR nmethods should be flushed to free space in CodeCache
8152947 : VM crash with assert(!removed || is_in_use()) failed: unused
osr nmethod should be invalidated
origin bug: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8023191
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8152947
review url: http://cr.openjdk.java.net/~thartmann/8023191/webrev.01/
http://cr.openjdk.java.net/~thartmann/8152947/webrev.01/

Test Plan: jtreg tests

Reviewers: JoshuaZhuwj, sandlerwang
Issue: dragonwell-project/dragonwell8#284

CR: #104

@CLAassistant
Copy link

CLAassistant commented Jan 11, 2022

CLA assistant check
All committers have signed the CLA.

Summary:
8023191 : OSR nmethods should be flushed to free space in CodeCache
8152947 : VM crash with assert(!removed || is_in_use()) failed: unused
          osr nmethod should be invalidated
origin bug: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8023191
            https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8152947
review url: http://cr.openjdk.java.net/~thartmann/8023191/webrev.01/
            http://cr.openjdk.java.net/~thartmann/8152947/webrev.01/

Test Plan: jtreg tests

Reviewed-by: JoshuaZhuwj, sandlerwang

Issue: dragonwell-project/dragonwell8#284

CR: dragonwell-project#104
@JoshuaZhuwj
Copy link

Looks good to me.

Copy link
Contributor

@sandlerwang sandlerwang left a comment

Choose a reason for hiding this comment

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

OK for me

@kuaiwei kuaiwei merged commit 4d433ef into dragonwell-project:master Jan 11, 2022
@kuaiwei kuaiwei deleted the ccache branch January 12, 2022 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants