mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8235654: JFR leak profiler should not trace through the StringTable
Reviewed-by: stefank, coleenp, kbarrett, egahlin
This commit is contained in:
parent
57bdfe3dd4
commit
97ce13767a
5 changed files with 0 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue