comparison src/cpu/x86/vm/stubRoutines_x86_64.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 f95d63e2154a
children f7d55ea6ee56
comparison
equal deleted inserted replaced
3362:d4c1fbc3de95 3363:167b70ff3abc
36 code_size2 = 22000 // simply increase if too small (assembler will crash if too small) 36 code_size2 = 22000 // simply increase if too small (assembler will crash if too small)
37 }; 37 };
38 38
39 // MethodHandles adapters 39 // MethodHandles adapters
40 enum method_handles_platform_dependent_constants { 40 enum method_handles_platform_dependent_constants {
41 method_handles_adapters_code_size = 40000 41 method_handles_adapters_code_size = 80000 DEBUG_ONLY(+ 120000)
42 }; 42 };
43 43
44 class x86 { 44 class x86 {
45 friend class StubGenerator; 45 friend class StubGenerator;
46 46