Skip to content

Commit

Permalink
8281936: compiler/arguments/TestCodeEntryAlignment.java fails on AVX5…
Browse files Browse the repository at this point in the history
…12 machines

Reviewed-by: shade, kvn
  • Loading branch information
DamonFool committed Feb 18, 2022
1 parent a22f422 commit c928958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
Expand Up @@ -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;
Expand Down

1 comment on commit c928958

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.