src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp

changeset 5165
6702da6b6082
parent 5014
5c93c1f61226
child 5548
5888334c9c24
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp	Tue May 21 10:39:09 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp	Tue May 21 11:30:14 2013 +0200
     1.3 @@ -338,6 +338,7 @@
     1.4  
     1.5    // Run unit tests.
     1.6  #ifndef PRODUCT
     1.7 +  static void test_prt();
     1.8    static void test();
     1.9  #endif
    1.10  };

mercurial