TestIntrinsics.java fails after JDK-8269956 which replace some usages of MyValue.class by MyValue.class.asValueType(). The problem is that asValueType() is not always inlined/folded and therefore IR verification fails.
We should intrinsify the methods like we did in old L/Q world:
https://github.com/openjdk/valhalla/commit/e895128f
We should intrinsify the methods like we did in old L/Q world:
https://github.com/openjdk/valhalla/commit/e895128f