6988353: refactor contended sync subsystem

Reduce complexity by factoring synchronizer.cpp

Reviewed-by: dholmes, never, coleenp
This commit is contained in:
Karen Kinnear 2010-10-22 15:59:34 -04:00
parent daa052114f
commit 22929fb78f
29 changed files with 4556 additions and 4792 deletions

View file

@ -104,7 +104,3 @@ inline void ObjectMonitor::set_owner(void* owner) {
_count = 0;
}
// here are the platform-dependent bodies:
# include "incls/_objectMonitor_pd.inline.hpp.incl"