8235654: JFR leak profiler should not trace through the StringTable

Reviewed-by: stefank, coleenp, kbarrett, egahlin
This commit is contained in:
Erik Österlund 2019-12-11 16:45:08 +00:00
parent 57bdfe3dd4
commit 97ce13767a
5 changed files with 0 additions and 26 deletions

View file

@ -383,11 +383,6 @@ oop StringTable::do_intern(Handle string_or_null_h, const jchar* name,
} while(true);
}
void StringTable::oops_do(OopClosure* f) {
assert(f != NULL, "No closure");
OopStorageSet::string_table_weak()->oops_do(f);
}
// Concurrent work
void StringTable::grow(JavaThread* jt) {
StringTableHash::GrowTask gt(_local_table);