We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d8a0bb + 49a99bd commit ad529aaCopy full SHA for ad529aa
runtime/compiler/runtime/JITServerAOTDeserializer.cpp
@@ -102,6 +102,7 @@ JITServerAOTDeserializer::reset(TR::CompilationInfoPerThread *compInfoPT)
102
OMR::CriticalSection cccs(_classChainMonitor);
103
OMR::CriticalSection mcs(_methodMonitor);
104
OMR::CriticalSection ccs(_classMonitor);
105
+ OMR::CriticalSection clcs(_classLoaderMonitor);
106
107
// Notify each compilation thread that the deserializer was reset
108
compInfoPT->getCompilationInfo()->notifyCompilationThreadsOfDeserializerReset();
0 commit comments