Skip to content

Commit

Permalink
8255038: Adjust adapter_code_size to account for -Xlog:methodhandles …
Browse files Browse the repository at this point in the history
…in debug builds

Reviewed-by: shade, neliasso
  • Loading branch information
cl4es committed Oct 20, 2020
1 parent cdc8c40 commit 76fdd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/x86/methodHandles_x86.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

// Adapters
enum /* platform_dependent_constants */ {
adapter_code_size = 3000 DEBUG_ONLY(+ 3000)
adapter_code_size = 3000 DEBUG_ONLY(+ 6000)
};

// Additional helper methods for MethodHandles code generation:
Expand Down

1 comment on commit 76fdd7f

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 76fdd7f Oct 20, 2020

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.