This commit is contained in:
Vladimir Kozlov 2014-01-28 12:25:34 -08:00
commit c3a0e80e0b
345 changed files with 58071 additions and 1206 deletions

View file

@ -309,7 +309,8 @@ void NMethodSweeper::possibly_sweep() {
_bytes_changed = 0;
}
}
_sweep_started = 0;
// Release work, because another compiler thread could continue.
OrderAccess::release_store((int*)&_sweep_started, 0);
}
}