mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8004741: Missing compiled exception handle table entry for multidimensional array allocation
Added missing exception path for multidimensional array allocation and use Throwable type instead of OutOfMemoryError for allocation's exception. Reviewed-by: twisti
This commit is contained in:
parent
960d969ade
commit
e508acf372
7 changed files with 117 additions and 13 deletions
|
@ -509,6 +509,7 @@ void Parse::do_multianewarray() {
|
|||
makecon(TypeKlassPtr::make(array_klass)),
|
||||
dims);
|
||||
}
|
||||
make_slow_call_ex(c, env()->Throwable_klass(), false);
|
||||
|
||||
Node* res = _gvn.transform(new (C) ProjNode(c, TypeFunc::Parms));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue