Searched refs:create_root_closures (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1RootClosures.hpp68 static G1EvacuationRootClosures* create_root_closures(G1ParScanThreadState* pss, G1CollectedHeap* g1h);
H A Dg1RootClosures.cpp113 G1EvacuationRootClosures* G1EvacuationRootClosures::create_root_closures(G1ParScanThreadState* pss, G1CollectedHeap* g1h) { function in class:G1EvacuationRootClosures
H A Dg1ParScanThreadState.cpp74 _closures = G1EvacuationRootClosures::create_root_closures(this, _g1h);

Completed in 46 milliseconds