Coreclr update#17269
Conversation
…25118-01, beta-25117-00, beta-25117-02, respectively
|
@Maoni0 below test is failing in corefx |
|
System.Tests.GCTests.GetAllocatedBytesForCurrentThread(size: 100000) [FAIL] |
|
This is known issue https://github.com/dotnet/corefx/issues/16606 cc @swgillespie This means that @Maoni0 's fix have not fully fixed the issue. |
|
@dotnet-bot test Innerloop Windows_NT Debug x86 Build and Test please |
|
I will take a look tomorrow |
|
yeah the fixes I made wouldn't affect this test as it was allocating on LOH (the fixes I made only affected SOH allocs). I just created a PR to fix this issue. |
* Adding Memory.Pin() to eventually replace Memory.Retain(bool) * Fix copy/paste error and return default for when object is null. * Fix XML comments. Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
* Adding Memory.Pin() to eventually replace Memory.Retain(bool) (#17269) * Adding Memory.Pin() to eventually replace Memory.Retain(bool) * Fix copy/paste error and return default for when object is null. * Fix XML comments. Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com> * Add Memory.Pin to the ref and add tests. * Add Pin tests * Update calls to Retain(true) to now call Pin() * Remove extra space in tests. * Add Pin to the ApiCompatBaseline for uapaot.
* Adding Memory.Pin() to eventually replace Memory.Retain(bool) * Fix copy/paste error and return default for when object is null. * Fix XML comments. Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
* Adding Memory.Pin() to eventually replace Memory.Retain(bool) * Fix copy/paste error and return default for when object is null. * Fix XML comments. Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
* Adding Memory.Pin() to eventually replace Memory.Retain(bool) * Fix copy/paste error and return default for when object is null. * Fix XML comments. Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
* Adding Memory.Pin() to eventually replace Memory.Retain(bool) (dotnet/corefx#17269) * Adding Memory.Pin() to eventually replace Memory.Retain(bool) * Fix copy/paste error and return default for when object is null. * Fix XML comments. Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com> * Add Memory.Pin to the ref and add tests. * Add Pin tests * Update calls to Retain(true) to now call Pin() * Remove extra space in tests. * Add Pin to the ApiCompatBaseline for uapaot. Commit migrated from dotnet/corefx@bb5c468
No description provided.