ART: Initialize intrinsics earlier.
The reasons previously described in `Runtime::Start()` for
initializing intrinsics after well-known classes no longer
hold. And if we want to add some new well-known classes and
initialize them early, we actually need to initialize
intrinsics earlier. For example, the class initializer for
`jdk.internal.math.FloatDecimal` requires intrinsics to be
initialized when using the `invoke-polymorphic` instruction.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 19575890
Change-Id: I7a119a7dcef0f5263b89f22cf45f2b45725d0eee
6 files changed