hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp
changeset 35154 a9b3c1984a01
parent 32727 320855c2baef
child 35540 e001ad24dcdb
equal deleted inserted replaced
35153:0341260cd1f2 35154:a9b3c1984a01
    31 
    31 
    32 static bool    returns_to_call_stub(address return_pc)   { return return_pc == _call_stub_return_address; }
    32 static bool    returns_to_call_stub(address return_pc)   { return return_pc == _call_stub_return_address; }
    33 
    33 
    34 enum platform_dependent_constants {
    34 enum platform_dependent_constants {
    35   code_size1 = 19000,          // simply increase if too small (assembler will crash if too small)
    35   code_size1 = 19000,          // simply increase if too small (assembler will crash if too small)
    36   code_size2 = 32000           // simply increase if too small (assembler will crash if too small)
    36   code_size2 = 35000           // simply increase if too small (assembler will crash if too small)
    37 };
    37 };
    38 
    38 
    39 class x86 {
    39 class x86 {
    40  friend class StubGenerator;
    40  friend class StubGenerator;
    41 
    41