Example #1
0
 void do_klass_barrier() {
   assert(_scanned_klass != NULL, "Should not be called without having a scanned klass");
   _scanned_klass->record_modified_oops();
 }