commit | 5f63bc3ff03f1ff1cdd018e6307a5043b87ced8b | [log] [tgz] |
---|---|---|
author | Jan Lahoda <jlahoda@openjdk.org> | Tue Dec 13 10:48:18 2016 +0100 |
committer | Jan Lahoda <jlahoda@openjdk.org> | Tue Dec 13 10:48:18 2016 +0100 |
tree | 12924020108fe4433bf0c8ae088dcc48aaf40c45 | |
parent | 59e977e56bc448893078c03b2e9dec7c1ee6eeea [diff] |
8171005: Fix JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName) to work with location == CLASS_OUTPUT JavaFileManager operations that allow module-oriented locations should also allow output locations. Reviewed-by: jjg