What exactly the -g:vars (local variable debugging information) option of javac provides as output.
Doing some tests, there is no addition information (example no difference between -g:source,lines and -g:source,lines,vars.
Does some one have an example of a these local variable debugging information?
From the javadocs:
This does not produce visible output at compile time but is used in debugging during run time.