summaryrefslogtreecommitdiff
path: root/test/MultiDexModifiedSecondary/Main.java
diff options
context:
space:
mode:
authorliulvping <liulvping@xiaomi.com>2020-12-21 09:43:37 +0800
committerVladimir Marko <vmarko@google.com>2020-12-22 13:27:22 +0000
commitfff1d8f9f3881d223f3d068f974da14f3d80de88 (patch)
tree6aed4bd680f0fac601660af750895f8fac3d7e3d /test/MultiDexModifiedSecondary/Main.java
parent51a9283984b05511bd98f9bcbd1f2f18900239cc (diff)
Fix incorrect image pointer size for unstarted runtime
In unstarted runtime, we should use image pointer size from current runtime, not kRuntimePointerSize for invoke method. Because in host dex2oat, the kRuntimePointerSize is always k64, and then invoke method could get a null ArtMethod object in compiling boot image for arch 32, such cause a native crash issue. Bug: 176012754 Test: m test-art-host-gtest-unstarted_runtime_test Signed-off-by: liulvping <liulvping@xiaomi.com> Change-Id: I8ff4cf013cbe94114c38edfdf30ff509a047a761
Diffstat (limited to 'test/MultiDexModifiedSecondary/Main.java')
0 files changed, 0 insertions, 0 deletions