8281936: compiler/arguments/TestCodeEntryAlignment.java fails on AVX512 machines
Reviewed-by: shade, kvn
This commit is contained in:
parent
a22f422b7f
commit
c9289583eb
@ -3002,7 +3002,7 @@ RuntimeStub* SharedRuntime::generate_resolve_blob(address destination, const cha
|
||||
// allocate space for the code
|
||||
ResourceMark rm;
|
||||
|
||||
CodeBuffer buffer(name, 1000, 512);
|
||||
CodeBuffer buffer(name, 1200, 512);
|
||||
MacroAssembler* masm = new MacroAssembler(&buffer);
|
||||
|
||||
int frame_size_in_words;
|
||||
|
Loading…
x
Reference in New Issue
Block a user