We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1c1cd commit 2f8653fCopy full SHA for 2f8653f
src/hotspot/cpu/aarch64/frame_aarch64.cpp
@@ -658,10 +658,10 @@ intptr_t* frame::real_fp() const {
658
p[frame::name##_offset], #name); \
659
}
660
661
-static __thread uintptr_t nextfp;
662
-static __thread uintptr_t nextpc;
663
-static __thread uintptr_t nextsp;
664
-static __thread RegisterMap *reg_map;
+static THREAD_LOCAL uintptr_t nextfp;
+static THREAD_LOCAL uintptr_t nextpc;
+static THREAD_LOCAL uintptr_t nextsp;
+static THREAD_LOCAL RegisterMap *reg_map;
665
666
static void printbc(Method *m, intptr_t bcx) {
667
const char *name;
0 commit comments