This commit is contained in:
Jesper Wilhelmsson 2014-12-22 17:40:46 +00:00
commit 12797a11c0
55 changed files with 642 additions and 264 deletions

View file

@ -4881,7 +4881,7 @@ private:
}
};
Monitor* G1CodeCacheUnloadingTask::_lock = new Monitor(Mutex::leaf, "Code Cache Unload lock");
Monitor* G1CodeCacheUnloadingTask::_lock = new Monitor(Mutex::leaf, "Code Cache Unload lock", false, Monitor::_safepoint_check_never);
class G1KlassCleaningTask : public StackObj {
BoolObjectClosure* _is_alive;