src/share/vm/runtime/mutexLocker.cpp

changeset 9892
9a4141de094d
parent 9858
b985cbb00e68
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/runtime/mutexLocker.cpp	Tue Feb 04 11:16:27 2020 +0800
     1.2 +++ b/src/share/vm/runtime/mutexLocker.cpp	Fri Feb 14 17:13:16 2020 +0100
     1.3 @@ -284,7 +284,7 @@
     1.4    def(CompileThread_lock           , Monitor, nonleaf+5,   false );
     1.5    def(PeriodicTask_lock            , Monitor, nonleaf+5,   true);
     1.6  
     1.7 -#ifdef INCLUDE_JFR
     1.8 +#if INCLUDE_JFR
     1.9    def(JfrMsg_lock                  , Monitor, leaf,        true);
    1.10    def(JfrBuffer_lock               , Mutex,   leaf,        true);
    1.11    def(JfrThreadGroups_lock         , Mutex,   leaf,        true);

mercurial