hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 9976 6fef34e63df1
parent 9630 d6419e4395e3
child 14132 3c1437abcefd
equal deleted inserted replaced
9975:82190b49ce14 9976:6fef34e63df1
    32 enum platform_dependent_constants {
    32 enum platform_dependent_constants {
    33   code_size1 =  9000,           // simply increase if too small (assembler will crash if too small)
    33   code_size1 =  9000,           // 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)
    34   code_size2 = 22000            // simply increase if too small (assembler will crash if too small)
    35 };
    35 };
    36 
    36 
    37 // MethodHandles adapters
       
    38 enum method_handles_platform_dependent_constants {
       
    39   method_handles_adapters_code_size = 30000 DEBUG_ONLY(+ 10000)
       
    40 };
       
    41 
       
    42 class x86 {
    37 class x86 {
    43  friend class StubGenerator;
    38  friend class StubGenerator;
    44  friend class VMStructs;
    39  friend class VMStructs;
    45 
    40 
    46  private:
    41  private: