mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8034764: Use process_strong_roots to adjust the StringTable
Reviewed-by: tschatzl, brutisso
This commit is contained in:
parent
2a866afcdb
commit
2a5c51998d
4 changed files with 3 additions and 6 deletions
|
@ -237,8 +237,6 @@ static AlwaysTrueClosure always_true;
|
|||
void SharedHeap::process_weak_roots(OopClosure* root_closure) {
|
||||
// Global (weak) JNI handles
|
||||
JNIHandles::weak_oops_do(&always_true, root_closure);
|
||||
|
||||
StringTable::oops_do(root_closure);
|
||||
}
|
||||
|
||||
void SharedHeap::set_barrier_set(BarrierSet* bs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue