Changes to the GC in 1.8 make this test fail because the GC isn't inserting stack barriers into our test program anymore. This isn't the same thing as being unable to print stacktraces in presence of stack barriers so the test shouldn't fail.
loadValue didn't react correctly to pointer loops going through slice -> interface{} -> slice or pointer -> interface{} -> pointer.