Searched refs:promotion_should_fail (Results 1 - 6 of 6) 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);
H A DcollectedHeap.hpp681 inline bool promotion_should_fail(volatile size_t* count);
682 inline bool promotion_should_fail();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.inline.hpp119 if (Universe::heap()->promotion_should_fail()) {
/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.cpp351 if (Universe::heap()->promotion_should_fail()) {
H A Dgeneration.cpp200 if (Universe::heap()->promotion_should_fail()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1271 if (Universe::heap()->promotion_should_fail()) {
1362 if (Universe::heap()->promotion_should_fail()) {

Completed in 1815 milliseconds