< prev index next >

src/cpu/x86/vm/stubRoutines_x86_64.hpp

Print this page
rev 7792 : [mq]: 8081778-Use-Intel-x64-CPU-instructions-for-RSA-acceleration

*** 31,41 **** static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } enum platform_dependent_constants { code_size1 = 19000, // simply increase if too small (assembler will crash if too small) ! code_size2 = 22000 // simply increase if too small (assembler will crash if too small) }; class x86 { friend class StubGenerator; --- 31,41 ---- static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } enum platform_dependent_constants { code_size1 = 19000, // simply increase if too small (assembler will crash if too small) ! code_size2 = 23000 // simply increase if too small (assembler will crash if too small) }; class x86 { friend class StubGenerator;
< prev index next >