< prev index next >

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

Print this page
rev 48020 : [mq]: 8191821-rev-sang-poonam

@@ -524,10 +524,13 @@
   void prepare_heap_for_mutators();
   void abort_refinement();
   void verify_after_full_collection();
   void print_heap_after_full_collection(G1HeapTransition* heap_transition);
 
+  // Verification type helper.
+  G1HeapVerifier::G1VerifyType young_verification_type();
+
   // Helper method for satisfy_failed_allocation()
   HeapWord* satisfy_failed_allocation_helper(size_t word_size,
                                              AllocationContext_t context,
                                              bool do_gc,
                                              bool clear_all_soft_refs,
< prev index next >