Skip to content

Commit d666726

Browse files
committed
Backport 2f8653f
1 parent 7cafcf4 commit d666726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/hotspot/cpu/aarch64/frame_aarch64.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,10 @@ intptr_t* frame::real_fp() const {
683683
p[frame::name##_offset], #name); \
684684
}
685685

686-
static __thread uintptr_t nextfp;
687-
static __thread uintptr_t nextpc;
688-
static __thread uintptr_t nextsp;
689-
static __thread RegisterMap *reg_map;
686+
static THREAD_LOCAL_DECL uintptr_t nextfp;
687+
static THREAD_LOCAL_DECL uintptr_t nextpc;
688+
static THREAD_LOCAL_DECL uintptr_t nextsp;
689+
static THREAD_LOCAL_DECL RegisterMap *reg_map;
690690

691691
static void printbc(Method *m, intptr_t bcx) {
692692
const char *name;

0 commit comments

Comments
 (0)