comparison src/cpu/x86/vm/stubRoutines_x86_32.hpp @ 3363:167b70ff3abc

6939861: JVM should handle more conversion operations Reviewed-by: twisti, jrose
author never
date Fri, 06 May 2011 16:33:13 -0700
parents 638119ce7cfd
children f7d55ea6ee56
comparison
equal deleted inserted replaced
3362:d4c1fbc3de95 3363:167b70ff3abc
34 code_size2 = 22000 // simply increase if too small (assembler will crash if too small) 34 code_size2 = 22000 // simply increase if too small (assembler will crash if too small)
35 }; 35 };
36 36
37 // MethodHandles adapters 37 // MethodHandles adapters
38 enum method_handles_platform_dependent_constants { 38 enum method_handles_platform_dependent_constants {
39 method_handles_adapters_code_size = 10000 39 method_handles_adapters_code_size = 30000 DEBUG_ONLY(+ 10000)
40 }; 40 };
41 41
42 class x86 { 42 class x86 {
43 friend class StubGenerator; 43 friend class StubGenerator;
44 friend class VMStructs; 44 friend class VMStructs;