Use legacy JIT until Ruyjit gets ELT callbacks support
authorAndrey Kvochko <a.kvochko@samsung.com>
Thu, 15 Feb 2018 09:20:56 +0000 (12:20 +0300)
committerAndrey Kvochko <a.kvochko@samsung.com>
Thu, 15 Feb 2018 09:21:46 +0000 (12:21 +0300)
scripts/heaptrack-pid.sh

index 0fc2716..4a18115 100755 (executable)
@@ -22,7 +22,8 @@ export AUL_APPID=${APP_ID}
 export CORECLR_PROFILER={C7BAD323-25F0-4C0B-B354-566390B215CA}
 export CORECLR_PROFILER_PATH=${HEAPTRACK_DIR}/libprofiler.so
 export CORECLR_ENABLE_PROFILING=1
-
+export COMPlus_AltJit=*
+export COMPlus_AltJitName='liblegacyjit.so'
 
 nohup ./heaptrack /usr/bin/dotnet-launcher --standalone ${APP_PATH} &