diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/mutexLocker.cpp	Mon Oct 20 16:26:05 2014 +0200
+++ b/src/share/vm/runtime/mutexLocker.cpp	Mon Oct 20 19:07:20 2014 +0200
@@ -285,6 +285,7 @@
   def(JfrStream_lock               , Mutex,   nonleaf+2,   true);
   def(JfrStacktrace_lock           , Mutex,   special,     true );
 #endif
+
 }
 
 GCMutexLocker::GCMutexLocker(Monitor * mutex) {