Skip to content

Commit 7e30791

Browse files
committed
8349102: Test compiler/arguments/TestCodeEntryAlignment.java failed: assert(allocates2(pc)) failed: not in CodeBuffer memory
Reviewed-by: dlong
1 parent 3eb57f6 commit 7e30791

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/hotspot/cpu/x86/stubDeclarations_x86.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
do_arch_blob, \
8686
do_arch_entry, \
8787
do_arch_entry_init) \
88-
do_arch_blob(compiler, 20000 LP64_ONLY(+60000) WINDOWS_ONLY(+2000)) \
88+
do_arch_blob(compiler, 20000 LP64_ONLY(+64000) WINDOWS_ONLY(+2000)) \
8989
do_stub(compiler, vector_float_sign_mask) \
9090
do_arch_entry(x86, compiler, vector_float_sign_mask, \
9191
vector_float_sign_mask, vector_float_sign_mask) \

test/hotspot/jtreg/ProblemList.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ compiler/codecache/CodeCacheFullCountTest.java 8332954 generic-all
7777

7878
compiler/interpreter/Test6833129.java 8335266 generic-i586
7979

80-
compiler/arguments/TestCodeEntryAlignment.java 8349102 generic-all
81-
8280
#############################################################################
8381

8482
# :hotspot_gc

0 commit comments

Comments
 (0)