commit | ba68be24fee3ee6eeba1834b66b75caa0429a343 | [log] [tgz] |
---|---|---|
author | Ivan Gerasimov <igerasim@openjdk.org> | Mon Jul 11 22:31:43 2016 +0300 |
committer | Ivan Gerasimov <igerasim@openjdk.org> | Mon Jul 11 22:31:43 2016 +0300 |
tree | 977a45b59bcdd79c14ae7cfeb977dae8ddc3c5f5 | |
parent | e1eddccb7f1f62df1fca5ad468d609d74d4a53dc [diff] |
8067964: Native2ascii doesn't close one of the streams it opens Change sun.tools.native2ascii.Main.convert() to use try-with-resources; also clean up code formatting. Reviewed-by: chegar