< prev index next >

src/hotspot/share/gc/cms/cmsHeap.hpp

Print this page

        

@@ -49,10 +49,11 @@
 public:
   CMSHeap(GenCollectorPolicy *policy);
 
   // Returns JNI_OK on success
   virtual jint initialize();
+  virtual CardTableRS* create_rem_set(const MemRegion& reserved_region);
 
   // Convenience function to be used in situations where the heap type can be
   // asserted to be this type.
   static CMSHeap* heap();
 
< prev index next >