Searched refs:is_gc_active (Results 1 - 24 of 24) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DisGCActiveMark.hpp39 assert(!heap->is_gc_active(), "Not reentrant");
45 assert(heap->is_gc_active(), "Sanity");
/openjdk7/hotspot/src/share/vm/memory/
H A DgcLocker.inline.hpp36 !Universe::heap()->is_gc_active(), "locking failed");
H A DgcLocker.cpp153 assert(!h->is_gc_active(), "GC active during No_GC_Verifier");
162 assert(!h->is_gc_active(), "GC active during No_GC_Verifier");
175 assert(!h->is_gc_active(), "GC active during No_GC_Verifier");
187 assert(!h->is_gc_active(), "GC active during No_GC_Verifier");
H A DsharedHeap.hpp202 bool no_gc_in_progress() { return !is_gc_active(); }
H A DgenCollectedHeap.hpp354 bool no_gc_in_progress() { return !is_gc_active(); }
H A DgenCollectedHeap.cpp459 guarantee(!is_gc_active(), "collection is not reentrant");
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsTasks.cpp50 assert(Universe::heap()->is_gc_active(), "called outside gc");
113 assert(Universe::heap()->is_gc_active(), "called outside gc");
137 assert(Universe::heap()->is_gc_active(), "called outside gc");
H A DpcTasks.cpp49 assert(Universe::heap()->is_gc_active(), "called outside gc");
72 assert(Universe::heap()->is_gc_active(), "called outside gc");
137 assert(Universe::heap()->is_gc_active(), "called outside gc");
193 assert(Universe::heap()->is_gc_active(), "called outside gc");
226 assert(Universe::heap()->is_gc_active(), "called outside gc");
308 assert(Universe::heap()->is_gc_active(), "called outside gc");
H A DparallelScavengeHeap.cpp572 assert(!Universe::heap()->is_gc_active(), "not reentrant");
747 assert(!Universe::heap()->is_gc_active(), "not reentrant");
H A DpsMarkSweep.cpp86 assert(!Universe::heap()->is_gc_active(), "not reentrant");
H A DpsScavenge.cpp226 assert(!Universe::heap()->is_gc_active(), "not reentrant");
H A DpsParallelCompact.cpp2016 assert(!heap->is_gc_active(), "not reentrant");
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp255 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
268 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
281 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
305 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
321 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
359 !is_gc_active() &&
H A DcollectedHeap.hpp550 bool is_gc_active() const { return _is_gc_active; } function in class:CollectedHeap
H A DcollectedHeap.cpp551 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.cpp85 assert(!Universe::heap()->is_gc_active(), "can't extend the root set during GC");
101 assert(!Universe::heap()->is_gc_active(), "can't extend the root set during GC");
H A Dfprofiler.cpp798 if (Universe::heap()->is_gc_active()) {
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp550 if (Universe::heap()->is_gc_active()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp233 guarantee(Universe::heap()->is_gc_active() || _method->is_oop_or_null(),
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1193 assert(Universe::heap()->is_gc_active(), "should only be called during gc");
1204 if (!Universe::heap()->is_gc_active())
1441 assert(Universe::heap()->is_gc_active() == (is_alive != NULL),
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp642 if (g1h->is_gc_active()) {
H A Dg1CollectedHeap.cpp3812 guarantee(!is_gc_active(), "collection is not reentrant");
4142 // is_gc_active() check to decided which top to use when
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline.hpp501 (Universe::heap()->is_gc_active() &&
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp5870 if (!Universe::heap()->is_gc_active()) {

Completed in 137 milliseconds