8248133: SerialGC: Unify handling of all OopStorage instances in root processing

Reviewed-by: eosterlund, kbarrett, pliden
This commit is contained in:
Stefan Karlsson 2020-06-24 13:15:54 +02:00
parent 156f6174ed
commit 3797364ce9
4 changed files with 45 additions and 9 deletions

View file

@ -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 {