hotspot/src/cpu/sparc/vm/stubRoutines_sparc.hpp
changeset 5687 b862d1f189bd
parent 5050 47ecd86932ce
child 5702 201c5cde25bb
equal deleted inserted replaced
5686:5435e77aa3df 5687:b862d1f189bd
    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