Add ability to run jvmti cts tests on separate threads

Some JVMTI run-tests inspect the stack and thread name and must be run
on separate threads in order to work. We add the ability to do this by
putting the following tag in the test's AndroidManifest.xml:

    <meta-data android:name="android.jvmti.cts.needs_new_thread"
               android:value="true" />

We needed to do this for the following tests:
  1927
  1928
  1930

Bug: 73252141
Test: cts-tradefed run commandAndExit cts-jvmti
Change-Id: I5515d97611a644d47529bfeaa6885be0d951d359
1 file changed