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] fix mem leak for ReduceNMethodSize #861

Closed
kuaiwei opened this issue Sep 11, 2024 · 0 comments
Closed

[JIT] fix mem leak for ReduceNMethodSize #861

kuaiwei opened this issue Sep 11, 2024 · 0 comments

Comments

@kuaiwei
Copy link
Collaborator

kuaiwei commented Sep 11, 2024

Description
Immutable data is not free after flushing nmethod.

Steps to Reproduce
run test/hotspot/jtreg/compiler/codecache/stress/UnexpectedDeoptimizationTest.java and check NMT report.

Expected behavior
No memory leak

kuaiwei added a commit to kuaiwei/dragonwell11 that referenced this issue Sep 11, 2024
Summary: free immutable data in nmethod::flush

Testing: test/hotspot/jtreg/compiler/codecache/stress/UnexpectedDeoptimizationTest.java

Reviewers: lusou.zq, yueshi.zwj

Issue: dragonwell-project#861
kuaiwei added a commit that referenced this issue Sep 11, 2024
Summary: free immutable data in nmethod::flush

Testing: test/hotspot/jtreg/compiler/codecache/stress/UnexpectedDeoptimizationTest.java

Reviewers: lusou.zq, yueshi.zwj

Issue: #861
@kuaiwei kuaiwei closed this as completed Sep 11, 2024
sendaoYan added a commit to sendaoYan/dragonwell11-ysd that referenced this issue Sep 18, 2024
Summary: Add presess testcase for mem leak of ReduceNMethodSize

Testing: CI pipeline

Reviewers: JoshuaZhuwj, kuaiwei

Issue: dragonwell-project#861
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
sendaoYan added a commit to sendaoYan/dragonwell11-ysd that referenced this issue Sep 18, 2024
Summary: Add presess testcase for mem leak of ReduceNMethodSize

Testing: CI pipeline

Reviewers: JoshuaZhuwj, kuaiwei

Issue: dragonwell-project#861
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