diff --git a/src/hotspot/cpu/x86/methodHandles_x86.hpp b/src/hotspot/cpu/x86/methodHandles_x86.hpp index 0d36d12bc4e..bf2c8d72d05 100644 --- a/src/hotspot/cpu/x86/methodHandles_x86.hpp +++ b/src/hotspot/cpu/x86/methodHandles_x86.hpp @@ -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: