Skip to content

Commit ad529aa

Browse files
authored
Merge pull request #19147 from cjjdespres/0.44-critical-section
(0.44) Add missing critical section to deserializer reset
2 parents 3d8a0bb + 49a99bd commit ad529aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/compiler/runtime/JITServerAOTDeserializer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ JITServerAOTDeserializer::reset(TR::CompilationInfoPerThread *compInfoPT)
102102
OMR::CriticalSection cccs(_classChainMonitor);
103103
OMR::CriticalSection mcs(_methodMonitor);
104104
OMR::CriticalSection ccs(_classMonitor);
105+
OMR::CriticalSection clcs(_classLoaderMonitor);
105106

106107
// Notify each compilation thread that the deserializer was reset
107108
compInfoPT->getCompilationInfo()->notifyCompilationThreadsOfDeserializerReset();

0 commit comments

Comments
 (0)