< prev index next >

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

Print this page
rev 57511 : [mq]: metaspace-improvement

*** 27,36 **** --- 27,37 ---- #include "gc/shared/gcCause.hpp" #include "gc/shared/gcWhen.hpp" #include "gc/shared/verifyOption.hpp" #include "memory/allocation.hpp" + #include "memory/metaspace/metaspaceEnums.hpp" #include "runtime/handles.hpp" #include "runtime/perfData.hpp" #include "runtime/safepoint.hpp" #include "services/memoryUsage.hpp" #include "utilities/debug.hpp"
*** 364,374 **** // the context of the vm thread. virtual void collect_as_vm_thread(GCCause::Cause cause); virtual MetaWord* satisfy_failed_metadata_allocation(ClassLoaderData* loader_data, size_t size, ! Metaspace::MetadataType mdtype); // 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; } --- 365,375 ---- // the context of the vm thread. virtual void collect_as_vm_thread(GCCause::Cause cause); virtual MetaWord* satisfy_failed_metadata_allocation(ClassLoaderData* loader_data, size_t size, ! metaspace::MetadataType mdtype); // 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; }
< prev index next >