< prev index next >

src/hotspot/share/gc/shared/collectedHeap.hpp

Print this page

        

*** 103,113 **** GCHeapLog* _gc_heap_log; MemRegion _reserved; protected: - BarrierSet* _barrier_set; bool _is_gc_active; // Used for filler objects (static, but initialized in ctor). static size_t _filler_array_max_size; --- 103,112 ----
*** 415,428 **** virtual MetaWord* satisfy_failed_metadata_allocation(ClassLoaderData* loader_data, size_t size, Metaspace::MetadataType mdtype); - // Returns the barrier set for this heap - BarrierSet* barrier_set() { return _barrier_set; } - void set_barrier_set(BarrierSet* barrier_set); - // Returns "true" iff there is a stop-world GC in progress. (I assume // that it should answer "false" for the concurrent part of a concurrent // collector -- dld). bool is_gc_active() const { return _is_gc_active; } --- 414,423 ----
< prev index next >