diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/mutexLocker.cpp	Wed Apr 02 15:40:59 2014 -0700
+++ b/src/share/vm/runtime/mutexLocker.cpp	Thu Apr 03 17:47:29 2014 +0200
@@ -280,6 +280,7 @@
   def(JfrStream_lock               , Mutex,   nonleaf+2,   true);
   def(JfrStacktrace_lock           , Mutex,   special,     true );
 #endif
+
 }
 
 GCMutexLocker::GCMutexLocker(Monitor * mutex) {