Skip to content

Conversation

@kotlarmilos
Copy link
Member

Description

This PR fixes the iOS build by wrapping JumpStubStubManager in FEATURE_JIT. It unblocks dotnet/dotnet#3175 and adds the iOS CoreCLR functional test to runtime.yml to catch build failures earlier in PRs.

Copilot AI review requested due to automatic review settings November 4, 2025 15:15
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 4, 2025
@kotlarmilos kotlarmilos added area-VM-coreclr os-ios Apple iOS and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Nov 4, 2025
@kotlarmilos kotlarmilos added this to the 11.0.0 milestone Nov 4, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR conditionally compiles JumpStubStubManager only when FEATURE_JIT is defined. The change addresses build issues where JumpStubStubManager was referenced in non-JIT configurations where it shouldn't exist.

Key Changes:

  • Guards JumpStubStubManager class and related code with #ifdef FEATURE_JIT preprocessor directives
  • Adds CoreCLR testing for iOS arm64 platform in CI pipeline

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/coreclr/vm/stubmgr.cpp Wraps JumpStubStubManager::DoEnumMemoryRegions method with FEATURE_JIT guard
src/coreclr/inc/vptr_list.h Conditionally includes JumpStubStubManager vtable entry only when JIT is enabled
src/coreclr/inc/dacvars.h Guards DAC variable definition for JumpStubStubManager with FEATURE_JIT
src/coreclr/debug/daccess/daccess.cpp Wraps usage of JumpStubStubManager::g_pManager in debug access code with FEATURE_JIT
eng/pipelines/runtime.yml Adds new iOS arm64 CoreCLR build and test job to the CI pipeline

@kotlarmilos
Copy link
Member Author

/ba-g Android queue timeouts dotnet/dnceng#3008

@kotlarmilos kotlarmilos merged commit b524fc3 into dotnet:main Nov 5, 2025
172 of 178 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants