--- old/src/share/vm/gc/shared/cardGeneration.hpp 2015-05-20 11:05:19.709997490 +0200 +++ new/src/share/vm/gc/shared/cardGeneration.hpp 2015-05-20 11:05:19.573992894 +0200 @@ -89,7 +89,7 @@ void space_iterate(SpaceClosure* blk, bool usedOnly = false); - void younger_refs_iterate(OopsInGenClosure* blk); + void younger_refs_iterate(OopsInGenClosure* blk, uint n_threads); bool is_in(const void* p) const;