Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

k15tfu
Copy link
Contributor

@k15tfu k15tfu commented Mar 23, 2023

Fixes #83818

@ghost ghost added area-VM-coreclr community-contribution Indicates that the PR has been added by a community member labels Mar 23, 2023
Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great finding. It seems we have never discovered that as this means that all the preallocated memory from the executable allocator must be depleted before we hit this code path.

Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@janvorli janvorli merged commit b61b5a2 into dotnet:main Mar 24, 2023
@k15tfu k15tfu deleted the fix-issue-83818 branch March 25, 2023 05:45
@k15tfu
Copy link
Contributor Author

k15tfu commented Mar 25, 2023

@janvorli Thank you!

Would it be possible to backport this to 7.0?

@janvorli
Copy link
Member

/backport to release/7.0

@github-actions
Copy link
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/4530309491

@janvorli
Copy link
Member

@k15tfu I've created a porting PR and waiting for approval.

@ghost ghost locked as resolved and limited conversation to collaborators Apr 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-coreclr community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.OutOfMemoryException when allocating jump stub on macOS ARM64
2 participants