Update expected call stack for caller of Thread.currentThread()

UnstartedRuntime::UnstartedThreadCurrentThread provides support for the
Thread.currentThread() in the unstarted runtime. It only supports a
single use of that method and checks the caller stack to verify that it
is being called from the correct place.

This updates the stack to match a corresponding change in the Thread
class.

Ditto for UnstartedRuntime::UnstartedThreadGetNativeState and usage of
the native Thread.getState().

The Java change also removed an unused field (threadStatus) from the
Thread, so this change updates the 913-heaps test's expected.txt file
to account for that.

Tested using:
    art/test/testrunner/run_build_test_target.py -j80 art-test

Bug: 74379469
Test: make checkbuild, flash and see above
Change-Id: I98eae86b190c8a1f0bd1a13662e477cb472f0cc2
2 files changed