mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8290025: Remove the Sweeper
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
This commit is contained in:
parent
dc7e2562f4
commit
054c23f484
188 changed files with 1113 additions and 3539 deletions
|
@ -2341,10 +2341,6 @@ void InstanceKlass::add_dependent_nmethod(nmethod* nm) {
|
|||
dependencies().add_dependent_nmethod(nm);
|
||||
}
|
||||
|
||||
void InstanceKlass::remove_dependent_nmethod(nmethod* nm) {
|
||||
dependencies().remove_dependent_nmethod(nm);
|
||||
}
|
||||
|
||||
void InstanceKlass::clean_dependency_context() {
|
||||
dependencies().clean_unloading_dependents();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue