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

@ -240,8 +240,7 @@ public:
OopClosure* roots,
KlassClosure* klass_closure);
// Apply "root_closure" to all the weak roots of the system.
// These include JNI weak roots and string table.
// Apply "root_closure" to the JNI weak roots..
void process_weak_roots(OopClosure* root_closure);
// The functions below are helper functions that a subclass of