8034764: Use process_strong_roots to adjust the StringTable

Reviewed-by: tschatzl, brutisso
This commit is contained in:
Stefan Karlsson 2014-02-14 09:29:56 +01:00
parent 2a866afcdb
commit 2a5c51998d
4 changed files with 3 additions and 6 deletions

View file

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