< prev index next >

src/hotspot/share/gc/g1/g1FullGCScope.hpp

Print this page
rev 48000 : [mq]: open.patch
rev 48001 : [mq]: 8191564-new.patch

*** 54,64 **** TraceCollectorStats _collector_stats; TraceMemoryManagerStats _memory_stats; G1HeapTransition _heap_transition; public: ! G1FullGCScope(GCMemoryManager* mem_mgr, bool explicit_gc, bool clear_soft); ~G1FullGCScope(); bool is_explicit_gc(); bool should_clear_soft_refs(); --- 54,64 ---- TraceCollectorStats _collector_stats; TraceMemoryManagerStats _memory_stats; G1HeapTransition _heap_transition; public: ! G1FullGCScope(GCMemoryManager* memory_manager, bool explicit_gc, bool clear_soft); ~G1FullGCScope(); bool is_explicit_gc(); bool should_clear_soft_refs();
< prev index next >