--- old/src/hotspot/share/gc/cms/cmsHeap.hpp 2018-04-06 10:58:39.104574643 +0200 +++ new/src/hotspot/share/gc/cms/cmsHeap.hpp 2018-04-06 10:58:38.876574651 +0200 @@ -51,6 +51,7 @@ // 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.