Skip to content

Commit 76fdd7f

Browse files
committed
8255038: Adjust adapter_code_size to account for -Xlog:methodhandles in debug builds
Reviewed-by: shade, neliasso
1 parent cdc8c40 commit 76fdd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/x86/methodHandles_x86.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// Adapters
2929
enum /* platform_dependent_constants */ {
30-
adapter_code_size = 3000 DEBUG_ONLY(+ 3000)
30+
adapter_code_size = 3000 DEBUG_ONLY(+ 6000)
3131
};
3232

3333
// Additional helper methods for MethodHandles code generation:

0 commit comments

Comments
 (0)