src/share/vm/runtime/objectMonitor.inline.hpp

changeset 2233
fa83ab460c54
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
equal deleted inserted replaced
2229:75ab0162aa84 2233: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"

mercurial