comparison src/cpu/x86/vm/stubRoutines_x86_64.hpp @ 1846:d55217dc206f

6829194: JSR 292 needs to support compressed oops Reviewed-by: kvn, jrose
author twisti
date Mon, 11 Oct 2010 04:18:58 -0700
parents d257356e35f0
children f95d63e2154a
comparison
equal deleted inserted replaced
1845:a222fcfba398 1846:d55217dc206f
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 = 26000 38 method_handles_adapters_code_size = 40000
39 }; 39 };
40 40
41 class x86 { 41 class x86 {
42 friend class StubGenerator; 42 friend class StubGenerator;
43 43