changeset 11194 | ee1235a09fc3 |
parent 10983 | 9ab65f4cec18 |
child 11565 | 713a0398ca58 |
--- a/hotspot/src/cpu/x86/vm/methodHandles_x86.hpp Thu Nov 17 04:07:30 2011 -0800 +++ b/hotspot/src/cpu/x86/vm/methodHandles_x86.hpp Fri Nov 18 10:29:27 2011 -0800 @@ -27,7 +27,7 @@ // Adapters enum /* platform_dependent_constants */ { - adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 15000)) LP64_ONLY(32000 DEBUG_ONLY(+ 80000)) + adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 15000)) LP64_ONLY(32000 DEBUG_ONLY(+ 120000)) }; public: