hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp
changeset 9630 d6419e4395e3
parent 7397 5b173b4ca846
child 9976 6fef34e63df1
equal deleted inserted replaced
9629:1f4dc6af5ad8 9630:d6419e4395e3
    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