Searched refs:CountHandleClosure (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.cpp222 class CountHandleClosure: public OopClosure { class in inherits:OopClosure
226 CountHandleClosure(): _count(0) {} function in class:CountHandleClosure
240 CountHandleClosure global_handle_count;
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp280 class CountHandleClosure: public OopClosure { class in inherits:OopClosure
284 CountHandleClosure(): _count(0) {} function in class:CountHandleClosure
289 CountHandleClosure global_handle_count;

Completed in 670 milliseconds