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

/openjdk7/hotspot/src/share/vm/memory/
H A DgcLocker.hpp298 // A SkipGCALot object is used to elide the usual effect of gc-a-lot
301 class SkipGCALot : public StackObj { class in inherits:StackObj
308 SkipGCALot(Thread* t) : _t(t) { function in class:SkipGCALot
313 ~SkipGCALot() {
318 SkipGCALot(Thread* t) { } function in class:SkipGCALot
319 ~SkipGCALot() { }

Completed in 4791 milliseconds