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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcopyFailedInfo.hpp65 class PromotionFailedInfo : public CopyFailedInfo { class in inherits:CopyFailedInfo
69 PromotionFailedInfo() : CopyFailedInfo(), _thread(NULL) {} function in class:PromotionFailedInfo
76 assert(_thread == Thread::current()->osthread(), "The PromotionFailedInfo should be thread local.");

Completed in 28 milliseconds