RFR: JDK-8188035: JavaFileManager.listLocationsForModules does not always reflect values set through tandardJavaFileManager.setLocationForModule.

Jonathan Gibbons jonathan.gibbons at oracle.com
Wed Oct 18 20:13:50 UTC 2017


Looks good to me.

-- Jon


On 10/13/2017 04:58 AM, Jan Lahoda wrote:
> Hi,
>
> When StandardJavaFileManager.setLocationForModule is used, and then 
> JavaFileManager.listLocationsForModules is used, then, for some 
> locations, the listed locations won't include the changes through 
> setLocationForModule. The proposal here is to prepend the 
> paths/locations from setLocationForModule invocations to the output of 
> listLocationsForModules.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8188035
> Webrev: http://cr.openjdk.java.net/~jlahoda/8188035/webrev.00/
>
> Jan



More information about the compiler-dev mailing list