Skip to content

Commit 86d0616

Browse files
author
Hao Sun
committed
8350303: ARM32: StubCodeGenerator::verify_stub(StubGenStubId) failed after JDK-8343767
Reviewed-by: shade, adinn
1 parent 0662e39 commit 86d0616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/share/runtime/stubDeclarations.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@
552552
catch_exception_entry) \
553553
do_stub(initial, fence) \
554554
do_entry(initial, fence, fence_entry, fence_entry) \
555+
do_stub(initial, atomic_add) \
556+
do_entry(initial, atomic_add, atomic_add_entry, atomic_add_entry) \
555557
do_stub(initial, atomic_xchg) \
556558
do_entry(initial, atomic_xchg, atomic_xchg_entry, atomic_xchg_entry) \
557559
do_stub(initial, atomic_cmpxchg) \
@@ -638,8 +640,6 @@
638640
do_arch_blob, \
639641
do_arch_entry, do_arch_entry_init) \
640642
do_blob(compiler) \
641-
do_stub(compiler, atomic_add) \
642-
do_entry(compiler, atomic_add, atomic_add_entry, atomic_add_entry) \
643643
do_stub(compiler, array_sort) \
644644
do_entry(compiler, array_sort, array_sort, select_arraysort_function) \
645645
do_stub(compiler, array_partition) \

0 commit comments

Comments
 (0)