src/hotspot/cpu/x86/stubRoutines_x86.hpp
changeset 52069 3ecaae33241a
parent 50860 480a96a43b62
child 52142 ca0c25e01c5b
equal deleted inserted replaced
52068:218b5b64f102 52069:3ecaae33241a
    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 = 20000 LP64_ONLY(+10000),         // simply increase if too small (assembler will crash if too small)
    35   code_size1 = 20000 LP64_ONLY(+10000),         // simply increase if too small (assembler will crash if too small)
    36   code_size2 = 33800 LP64_ONLY(+10000)           // simply increase if too small (assembler will crash if too small)
    36   code_size2 = 35300 LP64_ONLY(+10000)          // 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  friend class VMStructs;
    41  friend class VMStructs;