--- old/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestUnloadedValueTypeArray.java 2019-05-19 19:47:57.140184120 -0700 +++ new/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestUnloadedValueTypeArray.java 2019-05-19 19:47:56.860174342 -0700 @@ -390,6 +390,9 @@ Asserts.assertEQ(m, 1234); MyValue7[][] arr = new MyValue7[2][2]; + Object[] oa = arr[1]; + Asserts.assertNE(oa[0], null); + arr[0][1] = new MyValue7(5678); m = 9999; for (int i=0; i