mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7200470: KeepAliveClosure not needed in CodeCache::do_unloading
Removed the unused keep_alive parameter Reviewed-by: stefank, dholmes, kamg, coleenp
This commit is contained in:
parent
d6538dc298
commit
fcae0353d2
9 changed files with 14 additions and 29 deletions
|
@ -556,10 +556,8 @@ public:
|
|||
void set_method(Method* method) { _method = method; }
|
||||
|
||||
// GC support
|
||||
void do_unloading(BoolObjectClosure* is_alive, OopClosure* keep_alive,
|
||||
bool unloading_occurred);
|
||||
bool can_unload(BoolObjectClosure* is_alive, OopClosure* keep_alive,
|
||||
oop* root, bool unloading_occurred);
|
||||
void do_unloading(BoolObjectClosure* is_alive, bool unloading_occurred);
|
||||
bool can_unload(BoolObjectClosure* is_alive, oop* root, bool unloading_occurred);
|
||||
|
||||
void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map,
|
||||
OopClosure* f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue