mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
![]() The test case shows that an exception is thrown with the message "Argument is not an array", when in fact the argument is an array, but an array of a primitive type is actually what was expected. Fixed by differentiating between failing because an array was expected and failing because an array of a primitive type was expected. Reviewed-by: dholmes, ctornqvi, lfoltan |
||
---|---|---|
.. | ||
ArrayGetIntException.java |