-
Bug
-
Resolution: Fixed
-
P3
-
repo-valhalla
See
http://cr.openjdk.java.net/~iklam/valhalla/tests_for_value_types_consistency_checks.v02/
http://cr.openjdk.java.net/~iklam/valhalla/tests_for_value_types_consistency_checks.v02/ConsistencyTest.jtr
In this version of the tests, ResolveArray and ResolveMultiArray has opposite behavior. Specifically:
anewarray #2 // class Point
multianewarray #2, 2 // class "[[LPoint;"
The anewarray bytecode fails but the multianewarray bytecode succeeds.
I think multianewarray should also fail (and the ResolveMultiArray test case should be fixed to reflect that).
http://cr.openjdk.java.net/~iklam/valhalla/tests_for_value_types_consistency_checks.v02/
http://cr.openjdk.java.net/~iklam/valhalla/tests_for_value_types_consistency_checks.v02/ConsistencyTest.jtr
In this version of the tests, ResolveArray and ResolveMultiArray has opposite behavior. Specifically:
anewarray #2 // class Point
multianewarray #2, 2 // class "[[LPoint;"
The anewarray bytecode fails but the multianewarray bytecode succeeds.
I think multianewarray should also fail (and the ResolveMultiArray test case should be fixed to reflect that).
- relates to
-
JDK-8208162 [lworld] Support for multi-dimensional value arrays is incomplete
-
- Closed
-