ART: Resolve static field strings in compiler driver
Resolved strings for static final fields in classes that fail initialization. This will move the data from the zygote heap into the image heap, creating clean memory. Increases the image size by ~100K. However, at the same time decreases the zygote heap by the same amount. Bug: 34956610 Test: m Test: m test-art-host Test: Device boots Change-Id: Ifa4aac0209f2364488b164b04daa9539821bc12b
Loading
Please sign in to comment