comparison src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c
children 7848fc12602b
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
149 bool is_a(BarrierSet::Name bsn) { 149 bool is_a(BarrierSet::Name bsn) {
150 return bsn == BarrierSet::G1SATBCTLogging || 150 return bsn == BarrierSet::G1SATBCTLogging ||
151 G1SATBCardTableModRefBS::is_a(bsn); 151 G1SATBCardTableModRefBS::is_a(bsn);
152 } 152 }
153 153
154 void write_ref_field_work(void* field, oop new_val); 154 void write_ref_field_work(void* field, oop new_val, bool release = false);
155 155
156 // Can be called from static contexts. 156 // Can be called from static contexts.
157 static void write_ref_field_static(void* field, oop new_val); 157 static void write_ref_field_static(void* field, oop new_val);
158 158
159 // NB: if you do a whole-heap invalidation, the "usual invariant" defined 159 // NB: if you do a whole-heap invalidation, the "usual invariant" defined