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

[backport] support sweep osr nmethod from code cache #284

Closed
kuaiwei opened this issue Jan 11, 2022 · 0 comments
Closed

[backport] support sweep osr nmethod from code cache #284

kuaiwei opened this issue Jan 11, 2022 · 0 comments
Assignees

Comments

@kuaiwei
Copy link
Collaborator

kuaiwei commented Jan 11, 2022

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

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
@kuaiwei kuaiwei self-assigned this Jan 12, 2022
@kuaiwei kuaiwei closed this as completed Jan 12, 2022
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

No branches or pull requests

1 participant