src/cpu/x86/vm/stubRoutines_x86_32.hpp

changeset 2148
d257356e35f0
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
equal deleted inserted replaced
2147:d20603ee9e10 2148:d257356e35f0
31 code_size2 = 22000 // simply increase if too small (assembler will crash if too small) 31 code_size2 = 22000 // simply increase if too small (assembler will crash if too small)
32 }; 32 };
33 33
34 // MethodHandles adapters 34 // MethodHandles adapters
35 enum method_handles_platform_dependent_constants { 35 enum method_handles_platform_dependent_constants {
36 method_handles_adapters_code_size = 5000 36 method_handles_adapters_code_size = 10000
37 }; 37 };
38 38
39 class x86 { 39 class x86 {
40 friend class StubGenerator; 40 friend class StubGenerator;
41 friend class VMStructs; 41 friend class VMStructs;

mercurial