Do not update method's entrypoint in resolution trampoline.

For correctness, the entrypoint cannot be updated until the
class is visibly initialized and this is already handled by
ClassLinker::EnsureInitialized(), both ensuring that the
class eventually becomes visibly initialized and updating
static method entrypoints when it does.

Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Test: aosp_taimen-userdebug boots.
Bug: 18161648
Change-Id: Iee574b0f736e79620456f9e6ef31b50b5cfc58c8
1 file changed