src/share/vm/runtime/mutexLocker.cpp

changeset 9745
0e3d6188f198
parent 7689
cff166f839f6
child 9756
2be326848943
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/runtime/mutexLocker.cpp	Tue Sep 03 06:41:37 2019 +0100
     1.2 +++ b/src/share/vm/runtime/mutexLocker.cpp	Tue Sep 03 06:57:35 2019 +0100
     1.3 @@ -125,6 +125,7 @@
     1.4  Mutex*   Management_lock              = NULL;
     1.5  Monitor* Service_lock                 = NULL;
     1.6  Monitor* PeriodicTask_lock            = NULL;
     1.7 +Monitor* RedefineClasses_lock         = NULL;
     1.8  
     1.9  #ifdef INCLUDE_TRACE
    1.10  Mutex*   JfrStacktrace_lock           = NULL;
    1.11 @@ -279,6 +280,7 @@
    1.12    def(ProfileVM_lock               , Monitor, special,   false); // used for profiling of the VMThread
    1.13    def(CompileThread_lock           , Monitor, nonleaf+5,   false );
    1.14    def(PeriodicTask_lock            , Monitor, nonleaf+5,   true);
    1.15 +  def(RedefineClasses_lock         , Monitor, nonleaf+5,   true);
    1.16  
    1.17  #ifdef INCLUDE_TRACE
    1.18    def(JfrMsg_lock                  , Monitor, leaf,        true);

mercurial