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:
Boris Ulasevich 2018-07-15 20:15:17 +03:00 committed by Dmitry Samersoff
parent fc20a5d86b
commit 8636e943f2

View File

@ -164,7 +164,7 @@ define_pd_global(intx, InlineSmallCode, 1000);
product(int, SoftwarePrefetchHintDistance, -1, \
"Use prfm hint with specified distance in compiled code." \
"Value -1 means off.") \
range(-1, 32760)
range(-1, 4096)
#endif