src/cpu/x86/vm/methodHandles_x86.hpp

changeset 3255
44ce519bc3d1
parent 3196
0abefdb54d21
child 3314
59bc0d4d9ea3
     1.1 --- a/src/cpu/x86/vm/methodHandles_x86.hpp	Mon Nov 07 14:33:57 2011 -0800
     1.2 +++ b/src/cpu/x86/vm/methodHandles_x86.hpp	Tue Nov 08 10:31:53 2011 -0800
     1.3 @@ -27,7 +27,7 @@
     1.4  
     1.5  // Adapters
     1.6  enum /* platform_dependent_constants */ {
     1.7 -  adapter_code_size = NOT_LP64(30000 DEBUG_ONLY(+ 10000)) LP64_ONLY(80000 DEBUG_ONLY(+ 120000))
     1.8 +  adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 15000)) LP64_ONLY(32000 DEBUG_ONLY(+ 80000))
     1.9  };
    1.10  
    1.11  public:

mercurial