src/share/vm/gc_implementation/shared/allocationStats.hpp

changeset 2788
c69b1043dfb1
parent 2708
1d1603768966
child 2972
f75137faa7fe
equal deleted inserted replaced
2786:59766fd005ff 2788:c69b1043dfb1
74 _bfrSurp = 0; 74 _bfrSurp = 0;
75 _prevSweep = 0; 75 _prevSweep = 0;
76 _beforeSweep = 0; 76 _beforeSweep = 0;
77 _coalBirths = 0; 77 _coalBirths = 0;
78 _coalDeaths = 0; 78 _coalDeaths = 0;
79 _splitBirths = split_birth? 1 : 0; 79 _splitBirths = (split_birth ? 1 : 0);
80 _splitDeaths = 0; 80 _splitDeaths = 0;
81 _returnedBytes = 0; 81 _returnedBytes = 0;
82 } 82 }
83 83
84 AllocationStats() { 84 AllocationStats() {

mercurial