mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
5108146: Merge i486 and amd64 cpu directories
6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
This commit is contained in:
parent
2697216f3a
commit
26c780da72
85 changed files with 18308 additions and 15496 deletions
|
@ -956,7 +956,8 @@ void LIRGenerator::do_NewMultiArray(NewMultiArray* x) {
|
|||
size->load_item();
|
||||
store_stack_parameter (size->result(),
|
||||
in_ByteSize(STACK_BIAS +
|
||||
(i + frame::memory_parameter_word_sp_offset) * wordSize));
|
||||
frame::memory_parameter_word_sp_offset * wordSize +
|
||||
i * sizeof(jint)));
|
||||
}
|
||||
|
||||
// This instruction can be deoptimized in the slow path : use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue