src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 2148
d257356e35f0
parent 1907
c18cbe5936b8
child 2201
d55217dc206f
equal deleted inserted replaced
2147:d20603ee9e10 2148: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

mercurial