mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
This commit is contained in:
parent
9972f3d338
commit
28047d6a0f
79 changed files with 440 additions and 443 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