mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8248133: SerialGC: Unify handling of all OopStorage instances in root processing
Reviewed-by: eosterlund, kbarrett, pliden
This commit is contained in:
parent
156f6174ed
commit
3797364ce9
4 changed files with 45 additions and 9 deletions
|
@ -95,6 +95,9 @@ public:
|
|||
static OopStorage* resolved_method_table_weak() {
|
||||
return storage(resolved_method_table_weak_index);
|
||||
}
|
||||
|
||||
template <typename Closure>
|
||||
static void strong_oops_do(Closure* cl);
|
||||
};
|
||||
|
||||
class OopStorageSet::Iterator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue