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