We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43f141 commit 25001c5Copy full SHA for 25001c5
src/hotspot/cpu/x86/stubRoutines_x86.hpp
@@ -33,7 +33,7 @@ static bool returns_to_call_stub(address return_pc) { return return_pc == _call_
33
34
enum platform_dependent_constants {
35
code_size1 = 20000 LP64_ONLY(+10000), // simply increase if too small (assembler will crash if too small)
36
- code_size2 = 35300 LP64_ONLY(+21400) // simply increase if too small (assembler will crash if too small)
+ code_size2 = 35300 LP64_ONLY(+25000) // simply increase if too small (assembler will crash if too small)
37
};
38
39
class x86 {
0 commit comments