hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 9630 d6419e4395e3
parent 8315 1503f9d7681f
child 9976 6fef34e63df1
equal deleted inserted replaced
9629:1f4dc6af5ad8 9630:d6419e4395e3
    34   code_size2 = 22000            // simply increase if too small (assembler will crash if too small)
    34   code_size2 = 22000            // simply increase if too small (assembler will crash if too small)
    35 };
    35 };
    36 
    36 
    37 // MethodHandles adapters
    37 // MethodHandles adapters
    38 enum method_handles_platform_dependent_constants {
    38 enum method_handles_platform_dependent_constants {
    39   method_handles_adapters_code_size = 10000
    39   method_handles_adapters_code_size = 30000 DEBUG_ONLY(+ 10000)
    40 };
    40 };
    41 
    41 
    42 class x86 {
    42 class x86 {
    43  friend class StubGenerator;
    43  friend class StubGenerator;
    44  friend class VMStructs;
    44  friend class VMStructs;