mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-04 02:35:33 +00:00
Added missing exception path for multidimensional array allocation and use Throwable type instead of OutOfMemoryError for allocation's exception. Reviewed-by: twisti