Skip to content

Commit 782731e

Browse files
author
Andrew Haley
committed
More
1 parent 1447b5b commit 782731e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/hotspot/cpu/arm/macroAssembler_arm.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
#include "code/relocInfo.hpp"
2929
#include "utilities/powerOfTwo.hpp"
3030

31-
// State for randomized profile counters. Used by C1.
32-
constexpr Register r_profile_rng = R9;
33-
3431
// Introduced AddressLiteral and its subclasses to ease portability from
3532
// x86 and avoid relocation issues
3633
class AddressLiteral {

src/hotspot/cpu/arm/register_arm.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ constexpr Register SP = R13;
171171
constexpr Register LR = R14;
172172
constexpr Register PC = R15;
173173

174+
// State for randomized profile counters. Used by C1.
175+
constexpr Register r_profile_rng = R9;
174176

175177

176178
class FloatRegister {

0 commit comments

Comments
 (0)