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