RFR: 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class.

Alan Bateman Alan.Bateman at oracle.com
Fri Jan 29 16:00:22 UTC 2016


On 29/01/2016 15:55, Daniel Fuchs wrote:
> Hi,
>
> Please find below a patch that slightly modifies
> the JEP 264 initial implementation to take advantage
> of the module system.
>
> The change modifies the LoggerFinder abstract service
> to take the Module of the caller class as parameter
> instead of the caller class itself.
> The caller class was used in the initial 9/dev implementation
> because java.lang.reflect.Module was not yet available.
>
> http://cr.openjdk.java.net/~dfuchs/jigsaw/webrev_8148568/webrev.00/
Daniel - are you looking for this to go into jake or are you planning to 
wait until the module system is in JDK 9?

-Alan


More information about the jigsaw-dev mailing list