< prev index next >

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

Print this page
rev 13238 : [mq]: 8183226-eridk-sjohanss-review

@@ -965,10 +965,13 @@
   // Create a G1CollectedHeap with the specified policy.
   // Must call the initialize method afterwards.
   // May not return if something goes wrong.
   G1CollectedHeap(G1CollectorPolicy* policy);
 
+private:
+  jint initialize_concurrent_refinement();
+public:
   // Initialize the G1CollectedHeap to have the initial and
   // maximum sizes and remembered and barrier sets
   // specified by the policy object.
   jint initialize();
 
< prev index next >