Skip to content

Commit fa7d3a6

Browse files
committed
Backport 2f8653f
1 parent 90d5293 commit fa7d3a6

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 unsigned long nextfp;
687-
static __thread unsigned long nextpc;
688-
static __thread unsigned long nextsp;
689-
static __thread RegisterMap *reg_map;
686+
static THREAD_LOCAL_DECL unsigned long nextfp;
687+
static THREAD_LOCAL_DECL unsigned long nextpc;
688+
static THREAD_LOCAL_DECL unsigned long 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)