comparison src/cpu/x86/vm/stubRoutines_x86_64.hpp @ 1793:d257356e35f0

6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions Reviewed-by: never
author jrose
date Mon, 13 Sep 2010 23:24:30 -0700
parents c18cbe5936b8
children d55217dc206f
comparison
equal deleted inserted replaced
1792:d20603ee9e10 1793:d257356e35f0
33 code_size2 = 22000 // simply increase if too small (assembler will crash if too small) 33 code_size2 = 22000 // simply increase if too small (assembler will crash if too small)
34 }; 34 };
35 35
36 // MethodHandles adapters 36 // MethodHandles adapters
37 enum method_handles_platform_dependent_constants { 37 enum method_handles_platform_dependent_constants {
38 method_handles_adapters_code_size = 13000 38 method_handles_adapters_code_size = 26000
39 }; 39 };
40 40
41 class x86 { 41 class x86 {
42 friend class StubGenerator; 42 friend class StubGenerator;
43 43