mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-12 11:28:35 +00:00
8148240: aarch64: random infrequent null pointer exceptions in javac
Disable fp as an allocatable register Reviewed-by: aph
This commit is contained in:
parent
b220252b74
commit
272ee0ade8
@ -577,7 +577,7 @@ reg_class no_special_reg32_with_fp(
|
||||
R26
|
||||
/* R27, */ // heapbase
|
||||
/* R28, */ // thread
|
||||
R29, // fp
|
||||
/* R29, */ // fp
|
||||
/* R30, */ // lr
|
||||
/* R31 */ // sp
|
||||
);
|
||||
@ -646,7 +646,7 @@ reg_class no_special_reg_with_fp(
|
||||
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
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user