commit | b8af6c49571937622b40e2f2ebc118338aabbd98 | [log] [tgz] |
---|---|---|
author | Srikanth Adayapalam <sadayapalam@openjdk.org> | Thu Jan 07 08:45:19 2016 +0000 |
committer | Srikanth Adayapalam <sadayapalam@openjdk.org> | Thu Jan 07 08:45:19 2016 +0000 |
tree | 5f6e2e6c931b84df14b707fc13167461a37bd151 | |
parent | 5d8dadafa2ec6d2b1d8b1a58487a6c1c79a7d337 [diff] |
8145466: javac: No line numbers in compilation error Compiler should not use the syntax tree from enclosing contexts in diagnostics even when the enclosing contexts are consulted for method lookup. Reviewed-by: mcimadamore