mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue