Skip to content

Commit 01567b5

Browse files
committed
8256036: Shenandoah: MethodHandles adapters section overflows after JDK-8255762
Reviewed-by: jiefu, redestad
1 parent 4bc065c commit 01567b5

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(+ 6000)
30+
adapter_code_size = 4000 DEBUG_ONLY(+ 6000)
3131
};
3232

3333
// Additional helper methods for MethodHandles code generation:

0 commit comments

Comments
 (0)