hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 35154 a9b3c1984a01
parent 32727 320855c2baef
child 35540 e001ad24dcdb
equal deleted inserted replaced
35153:0341260cd1f2 35154:a9b3c1984a01
    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 =  9000,           // simply increase if too small (assembler will crash if too small)
    34   code_size2 = 30000            // 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;
    39  friend class VMStructs;
    39  friend class VMStructs;