--- old/src/share/vm/gc_implementation/g1/g1HotCardCache.hpp 2015-02-17 12:54:54.900024669 +0100 +++ new/src/share/vm/gc_implementation/g1/g1HotCardCache.hpp 2015-02-17 12:54:54.841022920 +0100 @@ -61,6 +61,8 @@ G1CardCounts _card_counts; + ArrayAllocator _hot_cache_memory; + // The card cache table jbyte** _hot_cache;