summaryrefslogtreecommitdiff
path: root/tests/src/JIT
diff options
context:
space:
mode:
authorDavid Mason <davmason@microsoft.com>2019-05-13 21:40:29 -0700
committerGitHub <noreply@github.com>2019-05-13 21:40:29 -0700
commit1fc8b490bc086cce155f374db2805f2ed5e4e6c1 (patch)
tree180432500053cab7739b99262dcdb60b36e0c2e1 /tests/src/JIT
parent287d6af711f63149123cb67c5de9ae6684749016 (diff)
downloadcoreclr-1fc8b490bc086cce155f374db2805f2ed5e4e6c1.tar.gz
coreclr-1fc8b490bc086cce155f374db2805f2ed5e4e6c1.tar.bz2
coreclr-1fc8b490bc086cce155f374db2805f2ed5e4e6c1.zip
Profiler API to request ReJIT with inliners (#24461)
This API is necessary for attaching profilers to be able to ReJIT methods and replace everything that uses the old IL.
Diffstat (limited to 'tests/src/JIT')
-rw-r--r--tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
index cbb8b6a3c9..740970c192 100644
--- a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
+++ b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
@@ -31,6 +31,7 @@
<![CDATA[
$(CLRTestBatchPreCommands)
set COMPlus_TieredCompilation=0
+set COMPlus_ProfApi_RejitOnAttach=0
set COMPlus_JITMinOpts=0
set COMPlus_JitDebuggable=0
set COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE
@@ -41,6 +42,7 @@ set COMPlus_JitObjectStackAllocation=1
<![CDATA[
$(BashCLRTestPreCommands)
export COMPlus_TieredCompilation=0
+export COMPlus_ProfApi_RejitOnAttach=0
export COMPlus_JITMinOpts=0
export COMPlus_JitDebuggable=0
export COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE