src/share/vm/gc_interface/collectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_interface/collectedHeap.hpp	Tue Oct  8 07:55:12 2013
--- new/src/share/vm/gc_interface/collectedHeap.hpp	Tue Oct  8 07:55:12 2013

*** 473,487 **** --- 473,482 ---- // 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

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