hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 9630 d6419e4395e3
parent 8315 1503f9d7681f
child 9976 6fef34e63df1
--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Fri May 06 12:12:29 2011 -0700
+++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Fri May 06 16:33:13 2011 -0700
@@ -36,7 +36,7 @@
 
 // MethodHandles adapters
 enum method_handles_platform_dependent_constants {
-  method_handles_adapters_code_size = 10000
+  method_handles_adapters_code_size = 30000 DEBUG_ONLY(+ 10000)
 };
 
 class x86 {