--- old/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp 2013-05-17 09:37:46.937078461 +0200 +++ new/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp 2013-05-17 09:37:46.773078469 +0200 @@ -338,6 +338,7 @@ // Run unit tests. #ifndef PRODUCT + static void test_prt(); static void test(); #endif };