Skip to content

Commit 25001c5

Browse files
author
Vladimir Kozlov
committed
8254352: 3 compiler tests failed with "assert(allocates2(pc)) failed: not in CodeBuffer memory"
Reviewed-by: shade
1 parent d43f141 commit 25001c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/x86/stubRoutines_x86.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static bool returns_to_call_stub(address return_pc) { return return_pc == _call_
3333

3434
enum platform_dependent_constants {
3535
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)
36+
code_size2 = 35300 LP64_ONLY(+25000) // simply increase if too small (assembler will crash if too small)
3737
};
3838

3939
class x86 {

0 commit comments

Comments
 (0)