comparison src/share/vm/runtime/objectMonitor.inline.hpp @ 1878:fa83ab460c54

6988353: refactor contended sync subsystem Summary: reduce complexity by factoring synchronizer.cpp Reviewed-by: dholmes, never, coleenp
author acorn
date Fri, 22 Oct 2010 15:59:34 -0400
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1874:75ab0162aa84 1878:fa83ab460c54
102 _owner = owner; 102 _owner = owner;
103 _recursions = 0; 103 _recursions = 0;
104 _count = 0; 104 _count = 0;
105 } 105 }
106 106
107
108 // here are the platform-dependent bodies:
109
110 # include "incls/_objectMonitor_pd.inline.hpp.incl"