Searched defs:promotion_should_fail (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp369 CollectedHeap::promotion_should_fail(volatile size_t* count) { function in class:CollectedHeap
385 inline bool CollectedHeap::promotion_should_fail() { function in class:CollectedHeap
386 return promotion_should_fail(&_promotion_failure_alot_count);

Completed in 54 milliseconds