mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8210330: Make CLD claiming allow multiple claim bits
Reviewed-by: pliden, coleenp
This commit is contained in:
parent
782fa608d2
commit
e39c5811b5
23 changed files with 68 additions and 53 deletions
|
@ -39,8 +39,7 @@
|
|||
#include "utilities/debug.hpp"
|
||||
|
||||
inline void MetadataVisitingOopIterateClosure::do_cld(ClassLoaderData* cld) {
|
||||
bool claim = true; // Must claim the class loader data before processing.
|
||||
cld->oops_do(this, claim);
|
||||
cld->oops_do(this, ClassLoaderData::_claim_strong);
|
||||
}
|
||||
|
||||
inline void MetadataVisitingOopIterateClosure::do_klass(Klass* k) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue