[Tizen] Apply PEImage::CleanAllReadOnlyPages() at the end of multicoreplay(#541) accepted/tizen_unified accepted/tizen_unified_dev tizen accepted/tizen/unified/20240703.100053 accepted/tizen/unified/dev/20240704.065636
author이형주/MDE Lab(SR)/삼성전자 <leee.lee@samsung.com>
Tue, 2 Jul 2024 10:17:39 +0000 (19:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 2 Jul 2024 10:17:39 +0000 (19:17 +0900)
src/coreclr/vm/multicorejitplayer.cpp

index 0094ba0..9e33c68 100644 (file)
@@ -1436,6 +1436,7 @@ DWORD WINAPI MulticoreJitProfilePlayer::StaticJITThreadProc(void *args)
         delete pPlayer;
     }
 
+    PEImage::CleanAllReadOnlyPages();
     MulticoreJitTrace(("StaticJITThreadProc endding(%x)", hr));
 
     END_ENTRYPOINT_NOTHROW;