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 a7cdaad commit 398d764Copy full SHA for 398d764
src/hotspot/cpu/aarch64/register_aarch64.cpp
@@ -41,7 +41,7 @@ const char* RegisterImpl::name() const {
41
"c_rarg0", "c_rarg1", "c_rarg2", "c_rarg3", "c_rarg4", "c_rarg5", "c_rarg6", "c_rarg7",
42
"rscratch1", "rscratch2",
43
"r10", "r11", "r12", "r13", "r14", "r15", "r16",
44
- "r17", NOT_R18_RESERVED("r18") WIN64_ONLY("rtls"), "r19",
+ "r17", LINUX_ONLY("r18") WIN64_ONLY("rtls"), "r19",
45
"resp", "rdispatch", "rbcp", "r23", "rlocals", "rmonitors", "rcpool", "rheapbase",
46
"rthread", "rfp", "lr", "sp"
47
};
0 commit comments