Commit e5103b0
authored
[monodroid] Remove dead JNI weak-ref checking code (#6074)
Context: https://code.google.com/p/android/issues/detail?id=63929
Context: https://android-review.googlesource.com/c/platform/art/+/73142
ART issue this code worked around was fixed in December 2019 and
released in one of the Android 4.4 (KitKat, API 19) updates, most
likely 4.4.3 on June 2, 2014.
Additionally, the `persist.sys.dalvik.vm.lib` system property doesn't
appear to be present any longer on newer Android versions.
Remove the dead code from `OSBridge::platform_supports_weak_refs()`.1 parent c705bf5 commit e5103b0
1 file changed
+1
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1010 | 1010 | | |
1011 | 1011 | | |
1012 | 1012 | | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
1024 | | - | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
| 1013 | + | |
1040 | 1014 | | |
1041 | 1015 | | |
1042 | 1016 | | |
| |||
0 commit comments