hotspot/src/cpu/x86/vm/methodHandles_x86.hpp
changeset 10983 9ab65f4cec18
parent 10733 49cc61508e86
child 11194 ee1235a09fc3
--- a/hotspot/src/cpu/x86/vm/methodHandles_x86.hpp	Mon Nov 07 14:33:57 2011 -0800
+++ b/hotspot/src/cpu/x86/vm/methodHandles_x86.hpp	Tue Nov 08 10:31:53 2011 -0800
@@ -27,7 +27,7 @@
 
 // Adapters
 enum /* platform_dependent_constants */ {
-  adapter_code_size = NOT_LP64(30000 DEBUG_ONLY(+ 10000)) LP64_ONLY(80000 DEBUG_ONLY(+ 120000))
+  adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 15000)) LP64_ONLY(32000 DEBUG_ONLY(+ 80000))
 };
 
 public: