hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 35540 e001ad24dcdb
parent 35154 a9b3c1984a01
equal deleted inserted replaced
35539:9a687b686976 35540:e001ad24dcdb
    28 // This file holds the platform specific parts of the StubRoutines
    28 // This file holds the platform specific parts of the StubRoutines
    29 // definition. See stubRoutines.hpp for a description on how to
    29 // definition. See stubRoutines.hpp for a description on how to
    30 // extend it.
    30 // extend it.
    31 
    31 
    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 =  20000,           // simply increase if too small (assembler will crash if too small)
    34   code_size2 = 33800            // simply increase if too small (assembler will crash if too small)
    34   code_size2 = 33800            // simply increase if too small (assembler will crash if too small)
    35 };
    35 };
    36 
    36 
    37 class x86 {
    37 class x86 {
    38  friend class StubGenerator;
    38  friend class StubGenerator;