src/share/vm/gc_interface/collectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc Cdiff src/share/vm/gc_interface/collectedHeap.hpp

src/share/vm/gc_interface/collectedHeap.hpp

Print this page

        

*** 473,487 **** // vm thread. It collects the heap assuming that the // heap lock is already held and that we are executing in // the context of the vm thread. virtual void collect_as_vm_thread(GCCause::Cause cause); - // Callback from VM_CollectForMetadataAllocation operation. - 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; } // 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 --- 473,482 ----
src/share/vm/gc_interface/collectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File