hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp
changeset 38013 89b93eb018fb
parent 38011 74a6871d896b
child 38081 a3bcb7197d45
--- a/hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp	Tue Apr 19 14:53:32 2016 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp	Tue Apr 19 14:53:33 2016 +0200
@@ -1989,7 +1989,7 @@
   }
 
   // Perform any initialization actions delegated to the policy.
-  g1_policy()->init();
+  g1_policy()->init(this, &_collection_set);
 
   JavaThread::satb_mark_queue_set().initialize(SATB_Q_CBL_mon,
                                                SATB_Q_FL_lock,