Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083171 | emb-9 | Coleen Phillimore | P3 | Resolved | Fixed | team |
The function clean_weak_method_links is called when there's been redefinition for every method of every class to check for old (redefined) methods in MethodData. This adds overhead to class unloading and time. This work should be done during class redefinition and disallow new MethodData from being created with old methods.
- backported by
-
JDK-8083171 Move clean_weak_method_links for redefinition out of class unloading
-
- Resolved
-
- relates to
-
JDK-8056240 Investigate increased GC remark time after class unloading changes in CRM Fuse
-
- Closed
-
-
JDK-8164694 possible problem with clean_weak_method_links
-
- Closed
-