8179701: AArch64: Reinstate FP as an allocatable register
authoraph
Fri, 05 May 2017 17:29:57 +0100
changeset 45053 bd6d9a8a0b61
parent 44981 30e75693ae99
child 45054 c09733aaf97f
8179701: AArch64: Reinstate FP as an allocatable register Reviewed-by: roland
hotspot/src/cpu/aarch64/vm/aarch64.ad
--- a/hotspot/src/cpu/aarch64/vm/aarch64.ad	Wed Jul 05 23:23:09 2017 +0200
+++ b/hotspot/src/cpu/aarch64/vm/aarch64.ad	Fri May 05 17:29:57 2017 +0100
@@ -577,7 +577,7 @@
     R26
  /* R27, */                     // heapbase
  /* R28, */                     // thread
- /* R29, */                     // fp
+    R29,                        // fp
  /* R30, */                     // lr
  /* R31 */                      // sp
 );
@@ -646,7 +646,7 @@
     R26, R26_H,
  /* R27, R27_H, */              // heapbase
  /* R28, R28_H, */              // thread
- /* R29, R29_H, */              // fp
+    R29, R29_H,                 // fp
  /* R30, R30_H, */              // lr
  /* R31, R31_H */               // sp
 );