We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b51016 commit e2e11d3Copy full SHA for e2e11d3
src/hotspot/cpu/x86/methodHandles_x86.hpp
@@ -27,7 +27,7 @@
27
28
// Adapters
29
enum /* platform_dependent_constants */ {
30
- adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 25000)) LP64_ONLY(32000 DEBUG_ONLY(+ 150000))
+ adapter_code_size = 3000 DEBUG_ONLY(+ 3000)
31
};
32
33
// Additional helper methods for MethodHandles code generation:
0 commit comments