equal
deleted
inserted
replaced
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 |