Searched refs:ct_freq (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.cpp45 static jbyte* ct_freq = NULL; variable
48 if (ct_freq == NULL) {
50 ct_freq = new jbyte[ct_freq_sz];
51 for (size_t j = 0; j < ct_freq_sz; j++) ct_freq[j] = 0;
57 if (ct_freq[index] < 100) { ct_freq[index]++; }
64 card_repeat_count.add_entry(ct_freq[j]);
65 ct_freq[j] = 0;

Completed in 54 milliseconds