-
Notifications
You must be signed in to change notification settings - Fork 496
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
[backport] support sweep osr nmethod from code cache #284
Comments
kuaiwei
added a commit
to kuaiwei/dragonwell8_hotspot
that referenced
this issue
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: yueshi.zwj, zhuoren.wz Issue: dragonwell-project/dragonwell8#284 CR:
kuaiwei
added a commit
to kuaiwei/dragonwell8_hotspot
that referenced
this issue
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 Reviewed-by: JoshuaZhuwj, sandlerwang Issue: dragonwell-project/dragonwell8#284 CR: dragonwell-project#104
kuaiwei
added a commit
to dragonwell-project/dragonwell8_hotspot
that referenced
this issue
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 Reviewed-by: JoshuaZhuwj, sandlerwang Issue: dragonwell-project/dragonwell8#284 CR: #104
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
OSR nmethods should be flushed to free space in CodeCache.
Steps to Reproduce
test with https://github.com/martint/jittest
Expected behavior
osr nmethods could be swept from code cache
JDK version
jdk8
Execution environment
The text was updated successfully, but these errors were encountered: