comparison src/share/vm/runtime/mutexLocker.cpp @ 14957:4062efea018b

Remove compiled method call intrinsic.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 03 Apr 2014 17:47:29 +0200
parents beea13269eab
children 063ec2920d21
comparison
equal deleted inserted replaced
14953:5a87cbdd8a09 14957:4062efea018b
278 def(JfrBuffer_lock , Mutex, nonleaf+1, true); 278 def(JfrBuffer_lock , Mutex, nonleaf+1, true);
279 def(JfrThreadGroups_lock , Mutex, nonleaf+1, true); 279 def(JfrThreadGroups_lock , Mutex, nonleaf+1, true);
280 def(JfrStream_lock , Mutex, nonleaf+2, true); 280 def(JfrStream_lock , Mutex, nonleaf+2, true);
281 def(JfrStacktrace_lock , Mutex, special, true ); 281 def(JfrStacktrace_lock , Mutex, special, true );
282 #endif 282 #endif
283
283 } 284 }
284 285
285 GCMutexLocker::GCMutexLocker(Monitor * mutex) { 286 GCMutexLocker::GCMutexLocker(Monitor * mutex) {
286 if (SafepointSynchronize::is_at_safepoint()) { 287 if (SafepointSynchronize::is_at_safepoint()) {
287 _locked = false; 288 _locked = false;