8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
Limit flag range to don't overflow 12bit instruction operand Reviewed-by: aph, dsamersoff
This commit is contained in:
parent
fc20a5d86b
commit
8636e943f2
@ -164,7 +164,7 @@ define_pd_global(intx, InlineSmallCode, 1000);
|
|||||||
product(int, SoftwarePrefetchHintDistance, -1, \
|
product(int, SoftwarePrefetchHintDistance, -1, \
|
||||||
"Use prfm hint with specified distance in compiled code." \
|
"Use prfm hint with specified distance in compiled code." \
|
||||||
"Value -1 means off.") \
|
"Value -1 means off.") \
|
||||||
range(-1, 32760)
|
range(-1, 4096)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user