Does declaring variables as final inside a method brings any benefit from a performance/memory point of view in the latest java versions?
I am not talking here about any other benefit.
This question Does use of final keyword in Java improve the performance? was addresed almost 7 years ago, some progress has been done since then.