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