-
Notifications
You must be signed in to change notification settings - Fork 571
[TrimmableTypeMap] Reflection-free TrimmableTypeMapType/ValueManager #11801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
3fc399e
[TrimmableTypeMap] CoreCLR JavaMarshal value-manager split + JI bump
simonrozsival 3dc1557
Address build failures
simonrozsival 82060ad
Suppress more warnings
simonrozsival 681bc29
[NativeAOT] Use CoreClrJavaMarshalValueManager for default value manager
simonrozsival f2af1f4
[Mono.Android] Resolve derived interface peers in CoreClrJavaMarshalV…
simonrozsival 7799cbe
[Mono.Android] Share Java interface-hierarchy walk between value/type…
simonrozsival da1cbe6
[Tests] Update NativeAOT BuildHasNoWarnings baseline 10 -> 6
simonrozsival f4c9dc9
[Mono.Android] Add JavaInterfaceHierarchy.cs to the compile list
simonrozsival f0a4bee
Change name back to JavaMarshalValueManager
simonrozsival 255cb33
Minimize PR: drop interface-resolution sub-feature, restore Trimmable…
simonrozsival 26a3e1b
Undo unnecessary changes
simonrozsival 49d36eb
Renive AndroidReflectionJniValueManager (again?)
simonrozsival 1ae71e6
Remove unnecessary changes from JavaMarshalValueManager
simonrozsival 1b002ce
Undo a few more changes
simonrozsival 572badb
Bring back ActivatePeer method
simonrozsival 398e2c7
[TrimmableTypeMap] Add reflection-free TrimmableTypeMapType/ValueManager
simonrozsival 77802e6
Drop formatting/gate/array-API changes; keep managers minimal
simonrozsival a965153
Include JavaConvert collection factory refactor
simonrozsival 92818fa
Suppress warnings in non-trimmable-typemap codepaths
simonrozsival cbe18a5
Remove dead TrimmableTypeMap branch from JavaMarshalValueManager
simonrozsival 080b04d
Remove unnecessary overrides from JavaMarshalValueManager
simonrozsival e97aee4
Remove unnecessary helper class
simonrozsival e15e6b9
Fix rebase merge artifacts in JavaPeerProxy
simonrozsival 111d1d6
Restore #nullable enable on IntentFilterAttribute.Partial.cs
simonrozsival a2739ce
Address review suggestions in trimmable managers
simonrozsival 7f5dfa3
Derive JniObjectReferenceOptions bits from public ABI members
simonrozsival 506f7a1
Simplify nullable value type converters
simonrozsival 2e74b42
Remove extra dead code
simonrozsival 1ea9e9b
Add suppressions where appropriate
simonrozsival 35e1244
Suppress more warnings
simonrozsival dd86e6f
Switch the default typemap for nativeaot
simonrozsival 3920f4a
Emit managed→Java typemap for self-peer types (GenerateJavaPeer=false)
simonrozsival 47a26b3
[tests] Ignore crashing ServerCertificateCustomValidationCallback tests
simonrozsival 36a34d5
Merge branch 'main' into dev/simonrozsival/trimmable-managers
simonrozsival 7cf8de4
Revert "Switch the default typemap for nativeaot"
simonrozsival f1462fb
Fix managed typemap NativeAOT build: restore ReflectionJniTypeManager…
simonrozsival 005e5b3
Revert all changes to ManagedTypeManager.cs (keep it identical to main)
simonrozsival 8c004a3
Update NativeAOT warning count and CoreCLR apkdiff baseline
simonrozsival 9b6d092
Fix NativeAOT generic-collection marshalling (JavaDictionary<,>.Get I…
simonrozsival 3d0c61e
Exclude TrimmableTypeMapUnsupported tests; try enabling Export tests
simonrozsival f18ab18
enable export tests for the trimmable typemap
simonrozsival b38dc32
Trimmable typemap does not use ValueMarshaler but it has CreateLocal…
simonrozsival ef1119a
Merge branch 'main' of github.com:dotnet/android into dev/simonrozsiv…
simonrozsival 79998ce
Fix target type checks
simonrozsival 7c7ed80
Add InternalsVisibleTo Mono.Android.NET-Tests
simonrozsival 89ec57f
Make CreateLocalObjectReferenceArgument public
simonrozsival 401d14d
Fix trimmable proxy: route plain objects to TrimmableJavaProxyObject …
simonrozsival 50eb3b0
Merge remote-tracking branch 'origin/main' into dev/simonrozsival/tri…
simonrozsival File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.