comparison src/share/vm/runtime/mutexLocker.cpp @ 18125:2a69cbe850a8

Reduce diff with upstream
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 20 Oct 2014 19:07:20 +0200
parents 52b4284cb496
children 7848fc12602b
comparison
equal deleted inserted replaced
18124:689092d5cf44 18125:2a69cbe850a8
283 def(JfrBuffer_lock , Mutex, nonleaf+1, true); 283 def(JfrBuffer_lock , Mutex, nonleaf+1, true);
284 def(JfrThreadGroups_lock , Mutex, nonleaf+1, true); 284 def(JfrThreadGroups_lock , Mutex, nonleaf+1, true);
285 def(JfrStream_lock , Mutex, nonleaf+2, true); 285 def(JfrStream_lock , Mutex, nonleaf+2, true);
286 def(JfrStacktrace_lock , Mutex, special, true ); 286 def(JfrStacktrace_lock , Mutex, special, true );
287 #endif 287 #endif
288
288 } 289 }
289 290
290 GCMutexLocker::GCMutexLocker(Monitor * mutex) { 291 GCMutexLocker::GCMutexLocker(Monitor * mutex) {
291 if (SafepointSynchronize::is_at_safepoint()) { 292 if (SafepointSynchronize::is_at_safepoint()) {
292 _locked = false; 293 _locked = false;