mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6988353: refactor contended sync subsystem
Reduce complexity by factoring synchronizer.cpp Reviewed-by: dholmes, never, coleenp
This commit is contained in:
parent
daa052114f
commit
22929fb78f
29 changed files with 4556 additions and 4792 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue