mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
Merge
This commit is contained in:
commit
25e07fb041
91 changed files with 575 additions and 499 deletions
|
@ -211,7 +211,7 @@ IRT_ENTRY(void, InterpreterRuntime::multianewarray(JavaThread* thread, jint* fir
|
|||
int n = Interpreter::local_offset_in_bytes(index)/jintSize;
|
||||
dims[index] = first_size_address[n];
|
||||
}
|
||||
oop obj = arrayKlass::cast(klass)->multi_allocate(nof_dims, dims, CHECK);
|
||||
oop obj = ArrayKlass::cast(klass)->multi_allocate(nof_dims, dims, CHECK);
|
||||
thread->set_vm_result(obj);
|
||||
IRT_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue