Searched refs:reset_promotion_should_fail (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp389 inline void CollectedHeap::reset_promotion_should_fail(volatile size_t* count) { function in class:CollectedHeap
396 inline void CollectedHeap::reset_promotion_should_fail() { function in class:CollectedHeap
397 reset_promotion_should_fail(&_promotion_failure_alot_count);
H A DcollectedHeap.hpp686 inline void reset_promotion_should_fail(volatile size_t* count);
687 inline void reset_promotion_should_fail();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp732 NOT_PRODUCT(Universe::heap()->reset_promotion_should_fail();)
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp669 NOT_PRODUCT(Universe::heap()->reset_promotion_should_fail();)
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp915 NOT_PRODUCT(Universe::heap()->reset_promotion_should_fail();)

Completed in 33 milliseconds