We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1447b5b commit 782731eCopy full SHA for 782731e
2 files changed
src/hotspot/cpu/arm/macroAssembler_arm.hpp
@@ -28,9 +28,6 @@
28
#include "code/relocInfo.hpp"
29
#include "utilities/powerOfTwo.hpp"
30
31
-// State for randomized profile counters. Used by C1.
32
-constexpr Register r_profile_rng = R9;
33
-
34
// Introduced AddressLiteral and its subclasses to ease portability from
35
// x86 and avoid relocation issues
36
class AddressLiteral {
src/hotspot/cpu/arm/register_arm.hpp
@@ -171,6 +171,8 @@ constexpr Register SP = R13;
171
constexpr Register LR = R14;
172
constexpr Register PC = R15;
173
174
+// State for randomized profile counters. Used by C1.
175
+constexpr Register r_profile_rng = R9;
176
177
178
class FloatRegister {
0 commit comments