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

changeset 5548
5888334c9c24
parent 5237
f2110083203d
child 6385
58fc1b1523dc
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Thu Aug 15 10:05:50 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Thu Aug 15 10:52:18 2013 +0200
     1.3 @@ -1257,6 +1257,9 @@
     1.4    // Accumulator for the remembered set size
     1.5    size_t _total_remset_bytes;
     1.6  
     1.7 +  // Accumulator for strong code roots memory size
     1.8 +  size_t _total_strong_code_roots_bytes;
     1.9 +
    1.10    static double perc(size_t val, size_t total) {
    1.11      if (total == 0) {
    1.12        return 0.0;

mercurial