Tests whose suite is derived from ZTest require an initialized VM. There are a couple such tests that aren't defined properly for that, and are only normally working because of JDK-8257226. In both cases, they are using TEST_F but should instead be using TEST_VM_F.
ZNUMATest.calculate_share - test_zNUMA.cpp
ZArrayTest.slice - test_zArray.cpp
ZNUMATest.calculate_share - test_zNUMA.cpp
ZArrayTest.slice - test_zArray.cpp