comparison src/cpu/sparc/vm/stubRoutines_sparc.hpp @ 1564:61b2245abf36

6930772: JSR 292 needs to support SPARC C1 Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
author twisti
date Fri, 21 May 2010 02:59:24 -0700
parents 9eba43136cb5
children e9ff18c4ace7
comparison
equal deleted inserted replaced
1563:1a5913bf5e19 1564:61b2245abf36
41 code_size2 = 20000 // simply increase if too small (assembler will crash if too small) 41 code_size2 = 20000 // simply increase if too small (assembler will crash if too small)
42 }; 42 };
43 43
44 // MethodHandles adapters 44 // MethodHandles adapters
45 enum method_handles_platform_dependent_constants { 45 enum method_handles_platform_dependent_constants {
46 method_handles_adapters_code_size = 5000 46 method_handles_adapters_code_size = 6000
47 }; 47 };
48 48
49 class Sparc { 49 class Sparc {
50 friend class StubGenerator; 50 friend class StubGenerator;
51 51